Forum Replies Created

Viewing 1 replies (of 1 total)
  • In /wp-content/plugins/wp-e-commerce/wpsc-theme

    There is a file called wpsc-products_page.php

    On about line number 172 there is the line of code
    <?php wpsc_the_product_price_display(); ?>

    Delete that line of code and save the file. This removes it from the Products Page list displaying all of your products, but not on your single products page. Now you need to find the fie called wpsc-single_product.php

    On about line number 140 there is a line of code
    <?php wpsc_the_product_price_display(); ?>

    Delete and save the file and it should work.

Viewing 1 replies (of 1 total)