<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Continue Shopping Button &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/continue-shopping-button/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/continue-shopping-button/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 11:43:04 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/continue-shopping-button/#post-224497</guid>
					<title><![CDATA[Continue Shopping Button]]></title>
					<link>https://theme.co/archive/forums/topic/continue-shopping-button/#post-224497</link>
					<pubDate>Tue, 10 Mar 2015 18:38:04 +0000</pubDate>
					<dc:creator>Michael M</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,<br />
I added this snippet to my x functions php:</p>
<p>add_action( &#8216;woocommerce_before_cart_table&#8217;, &#8216;woo_add_continue_shopping_button_to_cart&#8217; );</p>
<p>function woo_add_continue_shopping_button_to_cart() {<br />
    $shop_page_url = get_permalink( woocommerce_get_page_id( &#8216;shop&#8217; ) );<br />
    echo &#8216;&lt;div class=&#8221;woocommerce-message&#8221;&gt;&#8217;;<br />
    echo &#8216; <a href="' . $shop_page_url . '" rel="nofollow">Continue Shopping &rarr;</a> Need some more products?&#8217;;<br />
    echo &#8216;&lt;/div&gt;&#8217;;<br />
}</p>
<p>and the &#8220;Continue Shopping&#8221; button looks like this:<br />
<a href="https://www.dropbox.com/s/spwemh6lcrlgxg8/Screenshot%202015-03-10%2014.36.46.png?dl=0" rel="nofollow">https://www.dropbox.com/s/spwemh6lcrlgxg8/Screenshot%202015-03-10%2014.36.46.png?dl=0</a></p>
<p>Is there anything I can do to make it look like the rest of my buttons?<br />
Like This: <a href="https://www.dropbox.com/s/4hum6276aq47sxf/Screenshot%202015-03-10%2014.37.53.png?dl=0" rel="nofollow">https://www.dropbox.com/s/4hum6276aq47sxf/Screenshot%202015-03-10%2014.37.53.png?dl=0</a></p>
<p>Thanks!<br />
Mike</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/continue-shopping-button/#post-224574</guid>
					<title><![CDATA[Reply To: Continue Shopping Button]]></title>
					<link>https://theme.co/archive/forums/topic/continue-shopping-button/#post-224574</link>
					<pubDate>Tue, 10 Mar 2015 20:22:01 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing in.</p>
<p>You could customize the button using Customizer&#8217;s Custom CSS</p>
<p>for example:</p>
<pre><code>.woocommerce-message{
/* CSS propoerty Customization*/
}</code></pre>
<p>Hope it helps.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/continue-shopping-button/#post-224599</guid>
					<title><![CDATA[Reply To: Continue Shopping Button]]></title>
					<link>https://theme.co/archive/forums/topic/continue-shopping-button/#post-224599</link>
					<pubDate>Tue, 10 Mar 2015 20:52:52 +0000</pubDate>
					<dc:creator>Michael M</dc:creator>

					<description>
						<![CDATA[
						<p>I added it&#8230;but still the button created from the snippet shown above shows up like this?<br />
<a href="https://www.dropbox.com/s/y40hfx9o7xnxb10/Screenshot%202015-03-10%2016.50.21.png?dl=0" rel="nofollow">https://www.dropbox.com/s/y40hfx9o7xnxb10/Screenshot%202015-03-10%2016.50.21.png?dl=0</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/continue-shopping-button/#post-224602</guid>
					<title><![CDATA[Reply To: Continue Shopping Button]]></title>
					<link>https://theme.co/archive/forums/topic/continue-shopping-button/#post-224602</link>
					<pubDate>Tue, 10 Mar 2015 20:57:12 +0000</pubDate>
					<dc:creator>Michael M</dc:creator>

					<description>
						<![CDATA[
						<p>I am using the snippet above just to get a &#8220;continue shopping&#8221; button to show up in the &#8220;cart&#8221; when I enter the cart other than adding a product. In other words, the &#8220;continue shopping&#8221; button shows up when I add a product and an directed to the cart, but if I click the &#8220;card&#8221; menu link, there is no &#8220;continue shopping&#8221; button, and the customer has no intuitive way out.<br />
Thanks for any advice you can offer,<br />
Mike</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/continue-shopping-button/#post-224763</guid>
					<title><![CDATA[Reply To: Continue Shopping Button]]></title>
					<link>https://theme.co/archive/forums/topic/continue-shopping-button/#post-224763</link>
					<pubDate>Wed, 11 Mar 2015 03:29:48 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Mike,</p>
<p>To change the button to something similar to the rest of your buttons, try adding this code in the customizer, <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong> </p>
<pre><code>.woocommerce-message a.button,
.woocommerce-message a.button:hover {
    text-decoration: none;
    margin-top: -4px;
    padding: 4px 10px;
    border: solid 1px #000;
}</code></pre>
<p>Please remove &#8216;→&#8217; from snippet that you have added. To resolve your issue that the snippet you added will also appear in your cart, our best advice is to checkout the <a href="https://support.woothemes.com/hc/en-us" rel="nofollow">Woocommerce support</a>. They can surely provide you with the exact hook names, filters and conditions that will apply in your case. </p>
<p>Thank you for understanding.</p>
<p>X</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/continue-shopping-button/#post-224955</guid>
					<title><![CDATA[Reply To: Continue Shopping Button]]></title>
					<link>https://theme.co/archive/forums/topic/continue-shopping-button/#post-224955</link>
					<pubDate>Wed, 11 Mar 2015 10:59:51 +0000</pubDate>
					<dc:creator>Michael M</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks, I will do that. I appreciate your help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/continue-shopping-button/#post-225024</guid>
					<title><![CDATA[Reply To: Continue Shopping Button]]></title>
					<link>https://theme.co/archive/forums/topic/continue-shopping-button/#post-225024</link>
					<pubDate>Wed, 11 Mar 2015 13:09:56 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re always welcome.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

