• Could anyone help me with this?

    I need to hide the price on my wp-e commerce products so I can use it to have customers get a quote instead of buying an item. I think this is the string of code here I need to edit but not sure what to put to hide the price. the code can be found in wp-e-commerce/wpsc-includes/display.functions.php

    $price = get_post_meta( $product_id, ‘_wpsc_price’, true );

    Thanks in advance

    Dave

  • The topic ‘wp-e Commerce’ is closed to new replies.