<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WordPress Shop Demo Using NextGen Gallery and WP Shopping Cart</title>
	<atom:link href="http://www.wordpress-ecommerce.com/wordpress-shop-using-nextgen-gallery-and-wp-shopping-cart-7/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wordpress-ecommerce.com/wordpress-shop-using-nextgen-gallery-and-wp-shopping-cart-7</link>
	<description>Wordpress eCommerce Plugins</description>
	<lastBuildDate>Tue, 27 Jul 2010 09:45:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: WORDPRESS</title>
		<link>http://www.wordpress-ecommerce.com/wordpress-shop-using-nextgen-gallery-and-wp-shopping-cart-7/comment-page-2#comment-1857</link>
		<dc:creator>WORDPRESS</dc:creator>
		<pubDate>Wed, 07 Jul 2010 09:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-ecommerce.com/?p=7#comment-1857</guid>
		<description>[...] SHOPPING CART ECOMMERCE http://www.wordpress-ecommerce.com/wordpress-shop-using-nextgen-gallery-and-wp-shopping-cart-7 EXEMPLE DE FONCTIONNEMENT [...]</description>
		<content:encoded><![CDATA[<p>[...] SHOPPING CART ECOMMERCE <a href="http://www.wordpress-ecommerce.com/wordpress-shop-using-nextgen-gallery-and-wp-shopping-cart-7" rel="nofollow">http://www.wordpress-ecommerce.com/wordpress-shop-using-nextgen-gallery-and-wp-shopping-cart-7</a> EXEMPLE DE FONCTIONNEMENT [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.wordpress-ecommerce.com/wordpress-shop-using-nextgen-gallery-and-wp-shopping-cart-7/comment-page-2#comment-1850</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 03 Jul 2010 13:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-ecommerce.com/?p=7#comment-1850</guid>
		<description>lol.. I didn&#039;t develop the plugin so I couldn&#039;t give you the solution for the price variation. But It&#039;s nice to hear that you figured it out. If anybody needs it hope it will be helpful.

Cheers</description>
		<content:encoded><![CDATA[<p>lol.. I didn&#8217;t develop the plugin so I couldn&#8217;t give you the solution for the price variation. But It&#8217;s nice to hear that you figured it out. If anybody needs it hope it will be helpful.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harish Save</title>
		<link>http://www.wordpress-ecommerce.com/wordpress-shop-using-nextgen-gallery-and-wp-shopping-cart-7/comment-page-2#comment-1848</link>
		<dc:creator>Harish Save</dc:creator>
		<pubDate>Sat, 03 Jul 2010 12:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-ecommerce.com/?p=7#comment-1848</guid>
		<description>Hi Admin,

I did some code changes and got the needed functionality. Here is the code (wp_shopping_cart.php - line # 111):

//Commented this if block
/*if (!empty($_POST[$_POST[&#039;product&#039;]]))
   $price = $_POST[$_POST[&#039;product&#039;]];
else
   $price = $_POST[&#039;price&#039;];*/
        
//Added this line
$price = ltrim(rtrim(strstr(stripslashes($_POST[&#039;product&#039;]), &#039;$&#039;), &#039;)&#039;), &#039;$&#039;);

and in HTML I write:

[wp_cart:Dolphin Photo:price:0:var1[Size&#124;2 Walets - $6&#124;4x6 - $8&#124;5x7 - $15&#124;8x10 - $20&#124;11x14 - $40&#124;16x20 - $55&#124;20x24 - $62&#124;20x30 - $70]:end]

thats it.

You can put this part in the readme.txt file so in future if anyone needs similar functionality, they can do the same thing.</description>
		<content:encoded><![CDATA[<p>Hi Admin,</p>
<p>I did some code changes and got the needed functionality. Here is the code (wp_shopping_cart.php &#8211; line # 111):</p>
<p>//Commented this if block<br />
/*if (!empty($_POST[$_POST['product']]))<br />
   $price = $_POST[$_POST['product']];<br />
else<br />
   $price = $_POST['price'];*/</p>
<p>//Added this line<br />
$price = ltrim(rtrim(strstr(stripslashes($_POST['product']), &#8216;$&#8217;), &#8216;)&#8217;), &#8216;$&#8217;);</p>
<p>and in HTML I write:</p>
<p>[wp_cart:Dolphin Photo:price:0:var1[Size|2 Walets - $6|4x6 - $8|5x7 - $15|8x10 - $20|11x14 - $40|16x20 - $55|20x24 - $62|20x30 - $70]:end]</p>
<p>thats it.</p>
<p>You can put this part in the readme.txt file so in future if anyone needs similar functionality, they can do the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.wordpress-ecommerce.com/wordpress-shop-using-nextgen-gallery-and-wp-shopping-cart-7/comment-page-2#comment-1845</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 03 Jul 2010 02:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-ecommerce.com/?p=7#comment-1845</guid>
		<description>Hi Harish, Sorry I messed up simple shopping cart plugin with WP eStore. Yes, you can use different variations in the simple shopping cart except the price variation. It is available in the WP eStore plugin, not in the simple shopping cart plugin.</description>
		<content:encoded><![CDATA[<p>Hi Harish, Sorry I messed up simple shopping cart plugin with WP eStore. Yes, you can use different variations in the simple shopping cart except the price variation. It is available in the WP eStore plugin, not in the simple shopping cart plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harish Save</title>
		<link>http://www.wordpress-ecommerce.com/wordpress-shop-using-nextgen-gallery-and-wp-shopping-cart-7/comment-page-2#comment-1843</link>
		<dc:creator>Harish Save</dc:creator>
		<pubDate>Fri, 02 Jul 2010 14:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-ecommerce.com/?p=7#comment-1843</guid>
		<description>I know variation control and I&#039;m using it to select the image size, but don&#039;t know where to put cost for each variation.

I use following code:

[wp_cart:Picture 1:price:10.00:var1[Size&#124;4×6&#124;5×7&#124;8×10&#124;11×14]:end]

In above code $10.00 price is common to all size. Which is not what I want. I want 4x6 to be $5, 5x7 - $10 etc.</description>
		<content:encoded><![CDATA[<p>I know variation control and I&#8217;m using it to select the image size, but don&#8217;t know where to put cost for each variation.</p>
<p>I use following code:</p>
<p>[wp_cart:Picture 1:price:10.00:var1[Size|4×6|5×7|8×10|11×14]:end]</p>
<p>In above code $10.00 price is common to all size. Which is not what I want. I want 4&#215;6 to be $5, 5&#215;7 &#8211; $10 etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.wordpress-ecommerce.com/wordpress-shop-using-nextgen-gallery-and-wp-shopping-cart-7/comment-page-2#comment-1842</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 02 Jul 2010 04:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-ecommerce.com/?p=7#comment-1842</guid>
		<description>Yes, you can add separate cost for each size but you need to use &quot;variation control&quot; for that. The following post on installation and how to use variation control might be helpful-

http://www.tipsandtricks-hq.com/ecommerce/simple-wp-shopping-cart-installation-usage-290</description>
		<content:encoded><![CDATA[<p>Yes, you can add separate cost for each size but you need to use &#8220;variation control&#8221; for that. The following post on installation and how to use variation control might be helpful-</p>
<p><a href="http://www.tipsandtricks-hq.com/ecommerce/simple-wp-shopping-cart-installation-usage-290" rel="nofollow">http://www.tipsandtricks-hq.com/ecommerce/simple-wp-shopping-cart-installation-usage-290</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harish Save</title>
		<link>http://www.wordpress-ecommerce.com/wordpress-shop-using-nextgen-gallery-and-wp-shopping-cart-7/comment-page-2#comment-1840</link>
		<dc:creator>Harish Save</dc:creator>
		<pubDate>Thu, 01 Jul 2010 14:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-ecommerce.com/?p=7#comment-1840</guid>
		<description>I&#039;m using this plugin in one of my project. Its a photographers website and the client wants to sell copies of the photographs in various sizes.

I have everything setup and working, but I&#039;m stuck at one place. How to add separate cost for each size. For example, a photo can be printed in following sizes:

4x6&quot;
5x7&quot;
8x10&quot;
11x14&quot;

Now each of these sizes have different cost. The examples given in Readme.txt file mention only one cost. Is it possible to have multiple cost for same product?

If its not possible, does anyone know similar plugin which has this feature?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using this plugin in one of my project. Its a photographers website and the client wants to sell copies of the photographs in various sizes.</p>
<p>I have everything setup and working, but I&#8217;m stuck at one place. How to add separate cost for each size. For example, a photo can be printed in following sizes:</p>
<p>4&#215;6&#8243;<br />
5&#215;7&#8243;<br />
8&#215;10&#8243;<br />
11&#215;14&#8243;</p>
<p>Now each of these sizes have different cost. The examples given in Readme.txt file mention only one cost. Is it possible to have multiple cost for same product?</p>
<p>If its not possible, does anyone know similar plugin which has this feature?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.wordpress-ecommerce.com/wordpress-shop-using-nextgen-gallery-and-wp-shopping-cart-7/comment-page-2#comment-1838</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 01 Jul 2010 11:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-ecommerce.com/?p=7#comment-1838</guid>
		<description>Hi mayur, It&#039;s not actually my plugin :). It&#039;s a product of tipsandtricks-hq.com. If you need to tweak any code they can help you with this. 

Cheers</description>
		<content:encoded><![CDATA[<p>Hi mayur, It&#8217;s not actually my plugin <img src='http://www.wordpress-ecommerce.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . It&#8217;s a product of tipsandtricks-hq.com. If you need to tweak any code they can help you with this. </p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mayur patil</title>
		<link>http://www.wordpress-ecommerce.com/wordpress-shop-using-nextgen-gallery-and-wp-shopping-cart-7/comment-page-2#comment-1837</link>
		<dc:creator>mayur patil</dc:creator>
		<pubDate>Thu, 01 Jul 2010 09:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-ecommerce.com/?p=7#comment-1837</guid>
		<description>Hi , sir I have added your plugin....It&#039;s really best

I&#039;ve problem that whenever I pay order through &quot;sandbox paypal&quot; and click on merchant link ... I redirect to my wordpress blog but till there are items showing in the cart so, I want to reset the cart as empty after payment... what&#039;s the code Please sir send me answer immediately I wants it.... 

THANK YOU, 
SIR</description>
		<content:encoded><![CDATA[<p>Hi , sir I have added your plugin&#8230;.It&#8217;s really best</p>
<p>I&#8217;ve problem that whenever I pay order through &#8220;sandbox paypal&#8221; and click on merchant link &#8230; I redirect to my wordpress blog but till there are items showing in the cart so, I want to reset the cart as empty after payment&#8230; what&#8217;s the code Please sir send me answer immediately I wants it&#8230;. </p>
<p>THANK YOU,<br />
SIR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lynn</title>
		<link>http://www.wordpress-ecommerce.com/wordpress-shop-using-nextgen-gallery-and-wp-shopping-cart-7/comment-page-2#comment-1814</link>
		<dc:creator>Lynn</dc:creator>
		<pubDate>Sun, 27 Jun 2010 20:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress-ecommerce.com/?p=7#comment-1814</guid>
		<description>Re: my previous comment (# 27 June 2010 at 7:25 pm )
Okay, I have found it. The hook to PayPal is simply your PayPal account email address, and that is the first field in the page at Settings &gt; WP Shopping Cart. The filed is labeled &quot;Paypal Email Address&quot;.

I missed it because the installation automatically inserted my WordPress admin email.

Duh. Sorry about that.</description>
		<content:encoded><![CDATA[<p>Re: my previous comment (# 27 June 2010 at 7:25 pm )<br />
Okay, I have found it. The hook to PayPal is simply your PayPal account email address, and that is the first field in the page at Settings &gt; WP Shopping Cart. The filed is labeled &#8220;Paypal Email Address&#8221;.</p>
<p>I missed it because the installation automatically inserted my WordPress admin email.</p>
<p>Duh. Sorry about that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
