<?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: WP Shopping Cart Troubleshooting</title>
	<atom:link href="http://www.tipsandtricks-hq.com/ecommerce/wp-shopping-cart-troubleshooting-578/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsandtricks-hq.com/ecommerce/wp-shopping-cart-troubleshooting-578</link>
	<description>eCommerce Solution for WordPress Blog</description>
	<lastBuildDate>Sun, 05 Feb 2012 16:54:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mr Beta</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wp-shopping-cart-troubleshooting-578/comment-page-2#comment-16005</link>
		<dc:creator>Mr Beta</dc:creator>
		<pubDate>Mon, 16 Jan 2012 08:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=578#comment-16005</guid>
		<description>ok I figured out my problem with getting 404 errors, so if anyone else has the issue maybe this will help you.  I created a custom post type called &quot;product&quot; that I was listing my products under, however, in the shopping cart code, when you go to delete an item from the shopping cart, it uses name=&quot;product&quot; as a parameter to send a hidden field.  I simply changed my custom post type name to &quot;products&quot; with an &quot;s&quot; so it is different than the cart code.  Works like a charm now.</description>
		<content:encoded><![CDATA[<p>ok I figured out my problem with getting 404 errors, so if anyone else has the issue maybe this will help you.  I created a custom post type called &#8220;product&#8221; that I was listing my products under, however, in the shopping cart code, when you go to delete an item from the shopping cart, it uses name=&#8221;product&#8221; as a parameter to send a hidden field.  I simply changed my custom post type name to &#8220;products&#8221; with an &#8220;s&#8221; so it is different than the cart code.  Works like a charm now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheila</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wp-shopping-cart-troubleshooting-578/comment-page-2#comment-13720</link>
		<dc:creator>Sheila</dc:creator>
		<pubDate>Thu, 10 Nov 2011 19:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=578#comment-13720</guid>
		<description>Resolved IE8 issue:  http://themeforest.net/item/traject-wordpress-portfolio-and-business-theme/discussion/116671?page=19 says, &quot;It looks like WordPress is formatting the code (adding paragraph tags where they don’t belong) which leads me to believe this is a shortcode you are using to add the “Add to Cart” buttons. If that is the case, it’s a really easy fix.

The theme implements some special functions to prevent WordPress from styling shortcodes that contain code, this occasionally causes conflicts with other shortcodes when nested or they don’t take similar measures. To fix it, just wrap your shortcode in the “[raw][/raw]” shortcode.

For example, if the shortcode for your buttons is “[add_to_cart]” you would enter it as:

[raw]
    [add_to_cart]
[/raw]

And this worked for me!  Thanks again for the great plugin -- going to rate it now!</description>
		<content:encoded><![CDATA[<p>Resolved IE8 issue:  <a href="http://themeforest.net/item/traject-wordpress-portfolio-and-business-theme/discussion/116671?page=19" rel="nofollow">http://themeforest.net/item/traject-wordpress-portfolio-and-business-theme/discussion/116671?page=19</a> says, &#8220;It looks like WordPress is formatting the code (adding paragraph tags where they don’t belong) which leads me to believe this is a shortcode you are using to add the “Add to Cart” buttons. If that is the case, it’s a really easy fix.</p>
<p>The theme implements some special functions to prevent WordPress from styling shortcodes that contain code, this occasionally causes conflicts with other shortcodes when nested or they don’t take similar measures. To fix it, just wrap your shortcode in the “[raw][/raw]” shortcode.</p>
<p>For example, if the shortcode for your buttons is “[add_to_cart]” you would enter it as:</p>
<p>[raw]<br />
    [add_to_cart]<br />
[/raw]</p>
<p>And this worked for me!  Thanks again for the great plugin &#8212; going to rate it now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivy</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wp-shopping-cart-troubleshooting-578/comment-page-2#comment-5221</link>
		<dc:creator>Ivy</dc:creator>
		<pubDate>Thu, 10 Mar 2011 00:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=578#comment-5221</guid>
		<description>Hi Matt, Yes there has been a work around added. You can read more about this here:

http://www.tipsandtricks-hq.com/forum/topic/paypal-enhanced-checkout-issue#post-7373

toward the bottom of my (ivy) post.</description>
		<content:encoded><![CDATA[<p>Hi Matt, Yes there has been a work around added. You can read more about this here:</p>
<p><a href="http://www.tipsandtricks-hq.com/forum/topic/paypal-enhanced-checkout-issue#post-7373" rel="nofollow">http://www.tipsandtricks-hq.com/forum/topic/paypal-enhanced-checkout-issue#post-7373</a></p>
<p>toward the bottom of my (ivy) post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wp-shopping-cart-troubleshooting-578/comment-page-2#comment-5216</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 09 Mar 2011 20:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=578#comment-5216</guid>
		<description>Hi,

Ivy said on November 9th, 2010 at 6:16 am

&quot;We have added a workaround to the eStore plugin to address the cart clearing issue. We are still working on a fix for the Simple Shopping Cart at this time.&quot;

Any news on the fix?  I&#039;m still having the same problem - when customers return from PayPal, the cart is still full.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Ivy said on November 9th, 2010 at 6:16 am</p>
<p>&#8220;We have added a workaround to the eStore plugin to address the cart clearing issue. We are still working on a fix for the Simple Shopping Cart at this time.&#8221;</p>
<p>Any news on the fix?  I&#8217;m still having the same problem &#8211; when customers return from PayPal, the cart is still full.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wp-shopping-cart-troubleshooting-578/comment-page-2#comment-4968</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 19 Feb 2011 20:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=578#comment-4968</guid>
		<description>@Hank, also having the same issue as you! Did you host resolve this? Please Help! Thank you!</description>
		<content:encoded><![CDATA[<p>@Hank, also having the same issue as you! Did you host resolve this? Please Help! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wp-shopping-cart-troubleshooting-578/comment-page-2#comment-4892</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 12 Feb 2011 06:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=578#comment-4892</guid>
		<description>@Hank, PHP session on your site doesn&#039;t seem to be working correctly. Only your host can fix the PHP session problem.</description>
		<content:encoded><![CDATA[<p>@Hank, PHP session on your site doesn&#8217;t seem to be working correctly. Only your host can fix the PHP session problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hank Fischer</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wp-shopping-cart-troubleshooting-578/comment-page-2#comment-4883</link>
		<dc:creator>Hank Fischer</dc:creator>
		<pubDate>Fri, 11 Feb 2011 22:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=578#comment-4883</guid>
		<description>Getting this message at the top of every page on my site. My provider can&#039;t seem too help. Any clue as to how to fix?

Warning: session_start() [function.session-start]: open(/var/chroot/home/content/67/6901067/tmp/sess_g4ook9lrhsnlj4cu62d8gr6037, O_RDWR) failed: No such file or directory (2) in /home/content/67/6901067/html/ricci/wp-content/plugins/wordpress-simple-paypal-shopping-cart/wp_shopping_cart.php on line 23</description>
		<content:encoded><![CDATA[<p>Getting this message at the top of every page on my site. My provider can&#8217;t seem too help. Any clue as to how to fix?</p>
<p>Warning: session_start() [function.session-start]: open(/var/chroot/home/content/67/6901067/tmp/sess_g4ook9lrhsnlj4cu62d8gr6037, O_RDWR) failed: No such file or directory (2) in /home/content/67/6901067/html/ricci/wp-content/plugins/wordpress-simple-paypal-shopping-cart/wp_shopping_cart.php on line 23</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivy</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wp-shopping-cart-troubleshooting-578/comment-page-2#comment-4662</link>
		<dc:creator>Ivy</dc:creator>
		<pubDate>Fri, 07 Jan 2011 23:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=578#comment-4662</guid>
		<description>Hi Glen,

This sounds like a PHP session issue. You will need to contact your hosting provider to fix this issue. They will need to check that the PHP session is turned on and configured properly. This should only take them a few minutes to do.

Let us know how this goes.</description>
		<content:encoded><![CDATA[<p>Hi Glen,</p>
<p>This sounds like a PHP session issue. You will need to contact your hosting provider to fix this issue. They will need to check that the PHP session is turned on and configured properly. This should only take them a few minutes to do.</p>
<p>Let us know how this goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wp-shopping-cart-troubleshooting-578/comment-page-2#comment-4658</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Fri, 07 Jan 2011 18:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=578#comment-4658</guid>
		<description>Continuing to shop and adding more items to my cart removes older items. Only one item stays in the cart. Am I doing something wrong? Thx.</description>
		<content:encoded><![CDATA[<p>Continuing to shop and adding more items to my cart removes older items. Only one item stays in the cart. Am I doing something wrong? Thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nancy</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wp-shopping-cart-troubleshooting-578/comment-page-2#comment-4615</link>
		<dc:creator>Nancy</dc:creator>
		<pubDate>Sun, 02 Jan 2011 20:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=578#comment-4615</guid>
		<description>I figured it out! I thought there was only 1 page that had code, but there were 2. On the second on, I had the letter O instead of a zero in the price.</description>
		<content:encoded><![CDATA[<p>I figured it out! I thought there was only 1 page that had code, but there were 2. On the second on, I had the letter O instead of a zero in the price.</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-08 18:54:03 -->
