Support » Plugin: WP eCommerce » [Plugin: WP e-Commerce] Disable/Remove Shipping All Together HELP!!!!!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Flush the theme’s cache. I would think you could edit the css to have it display none. I am working on this as well because I do not want it showing up at all yet it does.

    I’m a newbie. But I went to:
    wp-content/plugins/wp-e-commerce/wpsc-theme/wpsc-products_page.php

    and removed the lines:

    <?php if(wpsc_show_pnp()) : ?>
    <p class=”pricedisplay”><?php _e(‘Shipping’, ‘wpsc’); ?>:<span class=”pp_price”><?php echo wpsc_product_postage_and_packaging(); ?></span></p>
    <?php endif; ?>

    No more shipping showing up on my products list page. Hope it helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP e-Commerce] Disable/Remove Shipping All Together HELP!!!!!!!’ is closed to new replies.