• Hello, I’m not sure if this wordpress issue or one of the plugins.

    Basically, this is what I’m using
    Wordpress v3.2.1
    IntenseDebate v2.91
    WP e-Commerce v3.85

    I want customers to be able to leave comments on a product. I only want comments to show under each seperate product on the single product page. I have looked for solutions but have not been able to find any.

    I can make comments show, but if the customer writes a comment for one product the same comment will then show under every other product. I need to seperate this so that it only shows comments for each individual product.

    This is the code I’ve been using as it’s the only one I can find <?php comments_template('', true); ?>

    I’ve tried different places in the wp-ecommerce file wpsc-single_product.php, but no joy. Does anyone know a solution for this?

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try switching to the Twenty Eleven theme to rule out any theme-specific problems.

    Thread Starter marques_uk

    (@marques_uk)

    Hi esmi, it behaves exactly the same way using a different theme, am I correct putting the code `<?php comments_template(”, true); ?>’ in the wpsc-single_product.php page?

    I’ve added it just above the line </div><!--close single_product_display--> It displays the comments in the position I want on the product pages but still displays all comments rather than comments just on that product?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments for individual pages’ is closed to new replies.