<?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>woocommerce &#039;View Cart&#039; issue &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 17 Nov 2025 18:45:16 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-173801</guid>
					<title><![CDATA[woocommerce &#039;View Cart&#039; issue]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-173801</link>
					<pubDate>Wed, 31 Dec 2014 00:30:21 +0000</pubDate>
					<dc:creator>Ssutton4</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Absolutely loving this theme and it&#8217;s built in functionality and flexibility.  Quick question for you. Using WP 4.1, Integrity theme 3.1.1 and the shortcodes 2.6.1.</p>
<p>I&#8217;ve installed woocommerce and everything is great except for the message that appears on a single product page after clicking Add to cart.  It&#8217;s obviously been modified by X to blend into the theme, but the view cart button is completely missing.  Instead I get something that looks like this:</p>
<p>View Cart<br />
&#8220;Product X&#8221; was successfully added to your cart.</p>
<p>I&#8217;m working on a localhost right now and can&#8217;t give you a url to check, but I&#8217;ve modified nothing on this page. I need to have the view cart button show up in the x-alert-info box you are using and float right.  Any ideas on how best to resolve this?  Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-173976</guid>
					<title><![CDATA[Reply To: woocommerce &#039;View Cart&#039; issue]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-173976</link>
					<pubDate>Wed, 31 Dec 2014 08:02:35 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there,</p>
<p>Please add the code below in your <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong>.</p>
<pre><code>.woocommerce-message .button {
float: right;
}</code></pre>
<p>You can further style the View Cart link which is by default styled as a button by Woocommerce. See <a href="http://htmldog.com/reference/cssproperties/" rel="nofollow">http://htmldog.com/reference/cssproperties/</a> for more CSS properties you can utilize.</p>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-175128</guid>
					<title><![CDATA[Reply To: woocommerce &#039;View Cart&#039; issue]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-175128</link>
					<pubDate>Fri, 02 Jan 2015 16:39:50 +0000</pubDate>
					<dc:creator>Ssutton4</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks, but that&#8217;s all very basic.  I&#8217;m well versed in CSS, and I guess maybe I didn&#8217;t ask the right thing.</p>
<p>You&#8217;ve modified the successfully added product to cart box to use your x-alert-info styling so why didn&#8217;t you modify the View Cart button to use the button styling set by the theme?  As it is now, no styling is being applied and there is no button.  It&#8217;s just a text link that&#8217;s not even positioned correctly.  I can custom code everything myself, but it seems like an oversight that your modifications leave it unusable as is.  Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-175280</guid>
					<title><![CDATA[Reply To: woocommerce &#039;View Cart&#039; issue]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-175280</link>
					<pubDate>Fri, 02 Jan 2015 21:00:17 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Thank you for your feedback, you can override woocommerce CSS to apply the default theme styling for the View Cart button. You&#8217;ll need to add the following jQuery script via <strong>Appearance &gt; Customize &gt; Custom &gt; Javascript</strong></p>
<pre><code>jQuery(document).ready(function($){
	$(&#039;.single-product .x-alert &#039;).removeClass(&#039;woocommerce-message&#039;);
});</code></pre>
<p>This will override the theme styling and you&#8217;ll be able to see the button instead of View Cart link.</p>
<p>Hope this helps!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-175784</guid>
					<title><![CDATA[Reply To: woocommerce &#039;View Cart&#039; issue]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-175784</link>
					<pubDate>Sat, 03 Jan 2015 20:43:30 +0000</pubDate>
					<dc:creator>Ssutton4</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you, that helped resolve the issue.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-175958</guid>
					<title><![CDATA[Reply To: woocommerce &#039;View Cart&#039; issue]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-175958</link>
					<pubDate>Sun, 04 Jan 2015 04:48:39 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome. Glad we could help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-621898</guid>
					<title><![CDATA[Reply To: woocommerce &#039;View Cart&#039; issue]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-621898</link>
					<pubDate>Mon, 12 Oct 2015 17:26:43 +0000</pubDate>
					<dc:creator>Daniel</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there,</p>
<p>With regards to the jQuery script you provided, how would I place the button to the right of the text instead of the left? Here&#8217;s a screenshot of what it looks like currently: </p>
<p><a href="http://soleminded.site/product/you-keep-me-safe-ill-keep-you-wild/" rel="nofollow">URL</a></p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-621942</guid>
					<title><![CDATA[Reply To: woocommerce &#039;View Cart&#039; issue]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-621942</link>
					<pubDate>Mon, 12 Oct 2015 17:53:50 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in!</p>
<p>To achieve that, please add following CSS under <strong>Custom &gt; CSS</strong> in the Customizer:</p>
<pre><code>.single-product .x-alert-info {
    overflow: hidden;
}
.single-product .x-alert-info .button {
    float: right;
}
</code></pre>
<p>Hope this helps. 🙂</p>
<p>Thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-625245</guid>
					<title><![CDATA[Reply To: woocommerce &#039;View Cart&#039; issue]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-625245</link>
					<pubDate>Wed, 14 Oct 2015 18:31:47 +0000</pubDate>
					<dc:creator>Daniel</dc:creator>

					<description>
						<![CDATA[
						<p>You are incredible!!! Thanks so much! You guys have the best support out there, hands down. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-625412</guid>
					<title><![CDATA[Reply To: woocommerce &#039;View Cart&#039; issue]]></title>
					<link>https://theme.co/archive/forums/topic/woocommerce-view-cart-issue/#post-625412</link>
					<pubDate>Wed, 14 Oct 2015 20:18:33 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Glad we could help 🙂</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

