<?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: Simple WP Shopping Cart &#8211; How the Shipping Cost Calculation Works</title>
	<atom:link href="http://www.tipsandtricks-hq.com/ecommerce/wordpress-shopping-cart-how-the-shipping-cost-calculation-works-297/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsandtricks-hq.com/ecommerce/wordpress-shopping-cart-how-the-shipping-cost-calculation-works-297</link>
	<description>eCommerce Solution for WordPress Blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:32:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Terrance</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wordpress-shopping-cart-how-the-shipping-cost-calculation-works-297/comment-page-2#comment-14985</link>
		<dc:creator>Terrance</dc:creator>
		<pubDate>Mon, 28 Nov 2011 03:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=297#comment-14985</guid>
		<description>I&#039;ve been recently using Shopify as my store provider. I&#039;ll definitely be making the switch to wordpress and this plugin. Thanks again for such a great freaking plugin!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been recently using Shopify as my store provider. I&#8217;ll definitely be making the switch to wordpress and this plugin. Thanks again for such a great freaking plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonie Delessio</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wordpress-shopping-cart-how-the-shipping-cost-calculation-works-297/comment-page-2#comment-14358</link>
		<dc:creator>Leonie Delessio</dc:creator>
		<pubDate>Sat, 19 Nov 2011 03:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=297#comment-14358</guid>
		<description>super blog!  really like what you&#039;ve done here.</description>
		<content:encoded><![CDATA[<p>super blog!  really like what you&#8217;ve done here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wordpress-shopping-cart-how-the-shipping-cost-calculation-works-297/comment-page-2#comment-14190</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 17 Nov 2011 07:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=297#comment-14190</guid>
		<description>I think I finally solved it! after 4 days...

Sorry for emailing, but I though i was stuck 

For anyone who wants to know... how to apply base shipping to all add to cart purchases in elegantthemes eStore theme - Not digital products...

I changed a line in &quot;wordpress-simple-paypal-shopping-cart/wp_shopping_cart.php&quot;

FROM:
foreach ($_SESSION[&#039;simpleCart&#039;] as $item)
	    {
	        $total += $item[&#039;price&#039;] * $item[&#039;quantity&#039;];
	         $item_total_shipping += $item[&#039;shipping&#039;] * $item[&#039;quantity&#039;];
	        $total_items +=  $item[&#039;quantity&#039;];
	    }

TO:
foreach ($_SESSION[&#039;simpleCart&#039;] as $item)
	    {
	        $total += $item[&#039;price&#039;] * $item[&#039;quantity&#039;];
	        $item_total_shipping += 0.001 * $item[&#039;quantity&#039;];
	        $total_items +=  $item[&#039;quantity&#039;];
	    }</description>
		<content:encoded><![CDATA[<p>I think I finally solved it! after 4 days&#8230;</p>
<p>Sorry for emailing, but I though i was stuck </p>
<p>For anyone who wants to know&#8230; how to apply base shipping to all add to cart purchases in elegantthemes eStore theme &#8211; Not digital products&#8230;</p>
<p>I changed a line in &#8220;wordpress-simple-paypal-shopping-cart/wp_shopping_cart.php&#8221;</p>
<p>FROM:<br />
foreach ($_SESSION['simpleCart'] as $item)<br />
	    {<br />
	        $total += $item['price'] * $item['quantity'];<br />
	         $item_total_shipping += $item['shipping'] * $item['quantity'];<br />
	        $total_items +=  $item['quantity'];<br />
	    }</p>
<p>TO:<br />
foreach ($_SESSION['simpleCart'] as $item)<br />
	    {<br />
	        $total += $item['price'] * $item['quantity'];<br />
	        $item_total_shipping += 0.001 * $item['quantity'];<br />
	        $total_items +=  $item['quantity'];<br />
	    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivy</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wordpress-shopping-cart-how-the-shipping-cost-calculation-works-297/comment-page-2#comment-6343</link>
		<dc:creator>Ivy</dc:creator>
		<pubDate>Wed, 25 May 2011 23:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=297#comment-6343</guid>
		<description>Hi Bianca, Please see the following page: http://www.tipsandtricks-hq.com/ecommerce/simple-wp-shopping-cart-installation-usage-290. The section called &quot;Using Variation Control Option&quot; should explain what you are looking for.</description>
		<content:encoded><![CDATA[<p>Hi Bianca, Please see the following page: <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>. The section called &#8220;Using Variation Control Option&#8221; should explain what you are looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bianca</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wordpress-shopping-cart-how-the-shipping-cost-calculation-works-297/comment-page-2#comment-6327</link>
		<dc:creator>Bianca</dc:creator>
		<pubDate>Wed, 25 May 2011 05:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=297#comment-6327</guid>
		<description>I decided to just incorporate the upsize charge to the price.  Now I only need the part where the buyer selects the size.  How can i add this part?
Thanks!</description>
		<content:encoded><![CDATA[<p>I decided to just incorporate the upsize charge to the price.  Now I only need the part where the buyer selects the size.  How can i add this part?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bianca</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wordpress-shopping-cart-how-the-shipping-cost-calculation-works-297/comment-page-2#comment-6325</link>
		<dc:creator>Bianca</dc:creator>
		<pubDate>Wed, 25 May 2011 05:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=297#comment-6325</guid>
		<description>I need to give the buyer an option to choose the size. Depending on the size, there is an equivalent upsize charge.  However, this upsize charge is not the same for all items.  Other items charge $5 per upsize, others only $3.
I did not see anything about sizes, I hope I just missed it. Please don&#039;t tell me it&#039;s not part of your exceptional plug-in!
Thanks!</description>
		<content:encoded><![CDATA[<p>I need to give the buyer an option to choose the size. Depending on the size, there is an equivalent upsize charge.  However, this upsize charge is not the same for all items.  Other items charge $5 per upsize, others only $3.<br />
I did not see anything about sizes, I hope I just missed it. Please don&#8217;t tell me it&#8217;s not part of your exceptional plug-in!<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivy</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wordpress-shopping-cart-how-the-shipping-cost-calculation-works-297/comment-page-2#comment-4384</link>
		<dc:creator>Ivy</dc:creator>
		<pubDate>Tue, 30 Nov 2010 07:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=297#comment-4384</guid>
		<description>Hi ScorpioRose, The following forum post will explain more about this issue and how to fix it:

http://www.tipsandtricks-hq.com/forum/topic/you-do-not-have-sufficient-permissions-to-access-this-page-error

If this does not fix the issue you are having please let me know.</description>
		<content:encoded><![CDATA[<p>Hi ScorpioRose, The following forum post will explain more about this issue and how to fix it:</p>
<p><a href="http://www.tipsandtricks-hq.com/forum/topic/you-do-not-have-sufficient-permissions-to-access-this-page-error" rel="nofollow">http://www.tipsandtricks-hq.com/forum/topic/you-do-not-have-sufficient-permissions-to-access-this-page-error</a></p>
<p>If this does not fix the issue you are having please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ScorpioRose</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wordpress-shopping-cart-how-the-shipping-cost-calculation-works-297/comment-page-2#comment-4368</link>
		<dc:creator>ScorpioRose</dc:creator>
		<pubDate>Sun, 28 Nov 2010 03:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=297#comment-4368</guid>
		<description>Hi, I am very pleased with the Simple WP Shopping Cart plug-in I have added to my website, with one exception. I would like to have the option and flexibility of adding specific marketing discount coupons and coupon codes for special promotions. Is there any way to add a coupon or coupon code to be redeemed at checkout in the Simple WP Shopping Cart plug-in application? 

Appreciate Your Help!</description>
		<content:encoded><![CDATA[<p>Hi, I am very pleased with the Simple WP Shopping Cart plug-in I have added to my website, with one exception. I would like to have the option and flexibility of adding specific marketing discount coupons and coupon codes for special promotions. Is there any way to add a coupon or coupon code to be redeemed at checkout in the Simple WP Shopping Cart plug-in application? </p>
<p>Appreciate Your Help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wordpress-shopping-cart-how-the-shipping-cost-calculation-works-297/comment-page-2#comment-3361</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Sun, 22 Aug 2010 16:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=297#comment-3361</guid>
		<description>Hi Ivy, 
I followed your instructions and thanks for your help, the issue is finally resolved now :) I&#039;m looking forward to implement this cool plug-in to other website :)</description>
		<content:encoded><![CDATA[<p>Hi Ivy,<br />
I followed your instructions and thanks for your help, the issue is finally resolved now <img src='http://www.tipsandtricks-hq.com/ecommerce/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;m looking forward to implement this cool plug-in to other website <img src='http://www.tipsandtricks-hq.com/ecommerce/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hello world! &#124; YO COMPRO HERBALIFE. &#34;BOUTIQUE DE NUTRICIÓN&#34;</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wordpress-shopping-cart-how-the-shipping-cost-calculation-works-297/comment-page-2#comment-3356</link>
		<dc:creator>Hello world! &#124; YO COMPRO HERBALIFE. &#34;BOUTIQUE DE NUTRICIÓN&#34;</dc:creator>
		<pubDate>Sun, 22 Aug 2010 05:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=297#comment-3356</guid>
		<description>[...] This is the base shipping cost that will be added to the total of individual products shipping cost. Put 0 if you do not want to charge shipping cost or use base shipping cost. Learn More on Shipping Calculation [...]</description>
		<content:encoded><![CDATA[<p>[...] This is the base shipping cost that will be added to the total of individual products shipping cost. Put 0 if you do not want to charge shipping cost or use base shipping cost. Learn More on Shipping Calculation [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.tipsandtricks-hq.com @ 2012-02-09 06:00:57 -->
