Viewing 8 replies - 1 through 8 (of 8 total)
  • It might help if you:

    a) indicated which ecommerce plugin you are using
    and
    b) posted in that plugin’s dedicated forum.

    Thread Starter rikkilambo

    (@rikkilambo)

    Sounds good. I am using WP e-Commerce. If anyone here knows how to fix it please post up.

    Thread Starter rikkilambo

    (@rikkilambo)

    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 –

    • 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.

    .

    comment it out in gold_cart_shopping_cart.php

    line 375

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Product Title and Description appear twice using WP e-Commerce, can't get rid.’ is closed to new replies.