<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Cart</title>
		<link>http://www.kriesi.at/support/topic/cart-2</link>
		<description>Support Forum - Topic: Cart</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 05:23:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/cart-2" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Cart"</title>
			<link>http://www.kriesi.at/support/topic/cart-2#post-85680</link>
			<pubDate>Wed, 28 Nov 2012 07:08:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">85680@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This seems to be related to the js function in woocommerce-mod.js - following code updates the subtotal amount:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;var subtotal_new = dropdown_cart.find(&#38;#39;.total&#38;#39;);
		subtotal_new.find(&#38;#39;strong&#38;#39;).remove();
		subtotal.html(subtotal_new.html());&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Unfortunately the cart widget just contains a field for the total amount but it doesn't contain a field which tells us how many items are in the cart. So it's not easily possible to store the number of cart items into the subtotal_new variable atm without writing a complex js function which calculates the number of items based on the quantity table fields. I'll mark this thread for Kriesi - maybe he can provide a clever solution somehow but for now you'll have to stick with the dollar amount.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>capmaticenvato on "Cart"</title>
			<link>http://www.kriesi.at/support/topic/cart-2#post-85632</link>
			<pubDate>Tue, 27 Nov 2012 19:37:35 +0000</pubDate>
			<dc:creator>capmaticenvato</dc:creator>
			<guid isPermaLink="false">85632@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ismael, man the problem here is this when we add to cart the amount in dollars will appear , and then once i click on the menu to go to another page then the dolla amount changes to quantity, so in other words i add 2 products to the cart i will see the dollar amount then when i browse the website i will see that the dollars amount will modify itself to quantity
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Cart"</title>
			<link>http://www.kriesi.at/support/topic/cart-2#post-85210</link>
			<pubDate>Sat, 24 Nov 2012 08:27:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">85210@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up abundance\woocommerce-config\config.php and search for following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output .= &#38;quot;&#38;lt;a class=&#38;#39;cart_dropdown_link&#38;#39; href=&#38;#39;&#38;quot;.$link.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Cart&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;span class=&#38;#39;cart_subtotal&#38;#39;&#38;gt;&#38;quot;.$cart_subtotal.&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output .= &#38;quot;&#38;lt;a class=&#38;#39;cart_dropdown_link&#38;#39; href=&#38;#39;&#38;quot;.$link.&#38;quot;&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Shopping bag&#38;#39;, &#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;span class=&#38;#39;cart_subtotal&#38;#39;&#38;gt;&#38;quot;.$woocommerce-&#38;gt;cart-&#38;gt;cart_contents_count.&#38;quot;&#38;lt;/span&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>capmaticenvato on "Cart"</title>
			<link>http://www.kriesi.at/support/topic/cart-2#post-85197</link>
			<pubDate>Sat, 24 Nov 2012 02:57:24 +0000</pubDate>
			<dc:creator>capmaticenvato</dc:creator>
			<guid isPermaLink="false">85197@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;on the top section where the menu is, and im talking about the cart section where you see the total amount of dollars that accumulate when someone adds a product to the cart. I would like the word to change from cart to shopping bag, and instead of showing the total amount in dollars i would like to show the total amount of items&#60;/p&#62;
&#60;p&#62;how can i do that
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
