alternate price option
Hi,
would be great to have an alternate price box option for product that require a "Call for Price" option or some other customisable text (Maybe with a link to a contact form). Where you still want to sell the product but not straight away through the online sales.

1 comment
-
Cecily Wiggins commented
add_filter('woocommerce_empty_price_html', 'custom_call_for_price');
function custom_call_for_price() {
return 'Call for price';
}