After upgrading to WP 3.3, Product Title and Description appear twice on every product page. Example: http://totemangel.com/shopping-cart/totems/lucky/
How to get rid of the product title and description at the bottom?
After upgrading to WP 3.3, Product Title and Description appear twice on every product page. Example: http://totemangel.com/shopping-cart/totems/lucky/
How to get rid of the product title and description at the bottom?
It might help if you:
a) indicated which ecommerce plugin you are using
and
b) posted in that plugin's dedicated forum.
Sounds good. I am using WP e-Commerce. If anyone here knows how to fix it please post up.
Meh, I found the solution. I had an outdated Gold Cart. After updating to the latest (2.9.7), the problem went away.
I am having the same problem. Suddenly I get a duplicate title and product description lower on the page below the Add To Cart button.
I'm using -
WP e-Commerce Version 3.8.7.4
Gold Cart Version 2.9.6
WPSC Simple Shipping Version 1
It's not indicating I need to update any of the plugins.
I'm glad you posted RikkiLambo so I know I'm not crazy!
Please oh please someone help me!
After tracking many discussions on this I found one solution that worked for me with WP 3.3.1:
In the wpsc-single_product.php replace:
wp_reset_query();
with
wp_reset_postdata();
not all is well.
actually looks like you can just remove
wp_reset_query();
shouldn't be there.
Hello Everyone, I'm facing the same problem.
I'm using -
I checked the file - wpsc-single_product.php,
but no found function - wp_reset_query();
Any clues, how to fix that.
.
You must log in to post.