Free price text product
-
Hello,thanks for a great plugin. I am very happy. I bought the PRO Plugin and I try to change the text “Free” when you set the product price to 0. Where can I change this text?
I do not find the option.I found some code, but I prefer to use the plugin service ??
add_filter( ‘woocommerce_variable_free_price_html’, ‘hide_free_price’ );
add_filter( ‘woocommerce_free_price_html’, ‘hide_free_price’ );
add_filter( ‘woocommerce_variation_free_price_html’, ‘hide_free_price’ );
function hide_free_price($price){
return ‘Price Not Announced’;
}Thanks a lot for your help.
Fredrik Webdesigner
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Free price text product’ is closed to new replies.