Could anyone help me with this?
I need to hide the price on my wp-e commerce products so u 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.
$price = get_post_meta( $product_id, ‘_wpsc_price’, true );
Thanks in advance