How to hide available for orders between $1 – $2,000 on Variable Product Page
-
inc/woo/product.php
add_action(‘woocommerce_single_product_summary’, array(WC_Gateway_Afterpay::getInstance(), ‘print_info_for_product_detail_page’), 11, 0);
which shows the Afterpay info on product page, but I don’t need this <available for orders between $1 – $2,000 ?> to show up on Variable Products
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to hide available for orders between $1 – $2,000 on Variable Product Page’ is closed to new replies.