• hi

    I have a module on woocommerce which is the Price Match, however intended to hide when the product price has an empty value.

    Someone can help me?

    add_filter(‘woocommerce_empty_price_html’, ‘hide_price_match’);
    if hide_price_match() {
    return ‘null’; }

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce Hide Price Match when price is empty’ is closed to new replies.