stewartmiller1
Member
Posted 1 year ago #
On my product pages the product information is showing up twice on the website for that product. When I go into the product to edit, the product info is only in there once. Can't figure out why it would duplicate on the website for that product page. Help?
http://wordpress.org/extend/plugins/wp-e-commerce/
Jaspal Singh aka jsxtech
Member
Posted 1 year ago #
Hello Everyone, I'm facing the same problem.
I'm using -
- WordPress Version 3.3.2
- WP e-Commerce Version 3.8.8.1
I checked the file - wpsc-single_product.php,
but no found function - wp_reset_query();
Any clues, how to fix that.
.
Check your entire theme and other plugins for the wp_reset_query() function as well. Often times, patching the plugin or theme by replacing wp_reset_query() with wp_reset_postdata() does the trick. That's the best advice I can give with the currently limited information.