<?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>Tips and Tricks HQ Forum &#187; Forum: Simple shopping Cart Usage - Recent Posts</title>
		<link>http://www.tipsandtricks-hq.com/forum/forum/simple-shopping-cart-usage</link>
		<description>Support Forum for Tips and Tricks HQ Products</description>
		<language>en-US</language>
		<pubDate>Mon, 06 Sep 2010 17:16:33 +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.tipsandtricks-hq.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.tipsandtricks-hq.com/forum/rss/forum/simple-shopping-cart-usage" rel="self" type="application/rss+xml" />

		<item>
			<title>bobsnead on "coding question for simple cart wp plugin with custom field template plugin"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/coding-question-for-simple-cart-wp-plugin-with-custom-field-template-plugin#post-6118</link>
			<pubDate>Sun, 25 Jul 2010 15:15:25 +0000</pubDate>
			<dc:creator>bobsnead</dc:creator>
			<guid isPermaLink="false">6118@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;Well I figured out something that will work.  I mainly needed to be able to put the cart button in the sidebar, so for the time being I'm using this:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
$product = get_post_meta( post-&#38;gt;ID, 'product', true);&#60;br /&#62;
echo print_wp_cart_button_new($product);&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;Then I just put the full shortcode string with all variations into the 'product' meta field of my post.  Quick and dirty, I don't mind that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bobsnead on "coding question for simple cart wp plugin with custom field template plugin"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/coding-question-for-simple-cart-wp-plugin-with-custom-field-template-plugin#post-6110</link>
			<pubDate>Sun, 25 Jul 2010 03:59:49 +0000</pubDate>
			<dc:creator>bobsnead</dc:creator>
			<guid isPermaLink="false">6110@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;I used the same principle to utilize the wordpress custom meta fields to get the same result. So I have a two fields named productname and productprice that I can enter values into and it works great.&#60;/p&#62;
&#60;p&#62;&#38;lt;?php $product_id = get_post_meta($post-&#38;gt;ID, 'productname', true);&#60;br /&#62;
$product_price = get_post_meta($post-&#38;gt;ID, 'productprice', true);&#60;br /&#62;
echo echo print_wp_cart_button_for_product($product_id, $product_price); ?&#38;gt; &#60;/p&#62;
&#60;p&#62;My question now is how do I get variations, like for tshirt size?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amin007 on "Adding Simple Paypal to the Sidebar"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/adding-simple-paypal-to-the-sidebar#post-5815</link>
			<pubDate>Wed, 14 Jul 2010 03:25:12 +0000</pubDate>
			<dc:creator>amin007</dc:creator>
			<guid isPermaLink="false">5815@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;This post should answer your question:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.tipsandtricks-hq.com/forum/topic/using-the-add-to-cart-button-on-the-sidebar&#34; rel=&#34;nofollow&#34;&#62;http://www.tipsandtricks-hq.com/forum/topic/using-the-add-to-cart-button-on-the-sidebar&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wansell on "Adding Simple Paypal to the Sidebar"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/adding-simple-paypal-to-the-sidebar#post-5795</link>
			<pubDate>Tue, 13 Jul 2010 15:23:03 +0000</pubDate>
			<dc:creator>wansell</dc:creator>
			<guid isPermaLink="false">5795@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Is it possible to add the simple Paypal to the sidebar using custom fields?&#60;br /&#62;
For example, if I created a custom field called &#34;buy_button_info&#34; and its value was &#34;[wp_cart:CHE Poster:price:1500:var1[Size&#124;15x15&#124;15x30&#124;15x45]:var2[Size 2&#124;45x15&#124;30x30]:end]&#34;&#60;/p&#62;
&#60;p&#62;How would I get this to work.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Wayne Ansell
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ivy on "Support for multiple currencies"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/support-for-multiple-currencies#post-4886</link>
			<pubDate>Wed, 09 Jun 2010 00:15:19 +0000</pubDate>
			<dc:creator>Ivy</dc:creator>
			<guid isPermaLink="false">4886@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;Hi, You would need to use a Buy Now button for each product. Different currencies can not be added to the cart.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JonathanFokker on "Support for multiple currencies"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/support-for-multiple-currencies#post-4873</link>
			<pubDate>Tue, 08 Jun 2010 13:44:08 +0000</pubDate>
			<dc:creator>JonathanFokker</dc:creator>
			<guid isPermaLink="false">4873@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;He Amin,&#60;/p&#62;
&#60;p&#62;I would love to have that option of posting an equivalent price for each product that can be displayed next to the primary price. I have a product to sell in USD and EUR.&#60;/p&#62;
&#60;p&#62;Greetings,&#60;br /&#62;
Jonathan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amin007 on "How to add variation control using the &#34;Add to cart&#34; button in the template?"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/how-to-add-variation-control-using-the-add-to-cart-button-in-the-template#post-3722</link>
			<pubDate>Sat, 24 Apr 2010 12:12:32 +0000</pubDate>
			<dc:creator>amin007</dc:creator>
			<guid isPermaLink="false">3722@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;Yep, I will be adding a proper shortcode for it in a few days.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VelmaG on "How to add variation control using the &#34;Add to cart&#34; button in the template?"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/how-to-add-variation-control-using-the-add-to-cart-button-in-the-template#post-3719</link>
			<pubDate>Sat, 24 Apr 2010 04:09:37 +0000</pubDate>
			<dc:creator>VelmaG</dc:creator>
			<guid isPermaLink="false">3719@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;Is there any chance you'll be converting it over to the shortcode API?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amin007 on "How to add variation control using the &#34;Add to cart&#34; button in the template?"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/how-to-add-variation-control-using-the-add-to-cart-button-in-the-template#post-3695</link>
			<pubDate>Fri, 23 Apr 2010 08:50:45 +0000</pubDate>
			<dc:creator>amin007</dc:creator>
			<guid isPermaLink="false">3695@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;Because the shortcode was created using a filter not a proper wordpess shortcode API (wordpress introduced it later).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VelmaG on "How to add variation control using the &#34;Add to cart&#34; button in the template?"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/how-to-add-variation-control-using-the-add-to-cart-button-in-the-template#post-3687</link>
			<pubDate>Fri, 23 Apr 2010 03:32:16 +0000</pubDate>
			<dc:creator>VelmaG</dc:creator>
			<guid isPermaLink="false">3687@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;I figured the work around for this would be a shortcode sidebar plugin.  I tried 3, and none of them worked.  It simply showed the shoppingcart's shortcode.&#60;/p&#62;
&#60;p&#62;Bummer.  Not sure why this shortcode wouldn't work in any of them.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
