• 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)
  • Plugin Author Afterpay

    (@afterpayit)

    Hi @kattlegaspi,

    Thanks for your message.

    The installment message for variable products will be improved in the next release scheduled in January 2022. As an interim solution, merchants may add a filter to prevent the call to print_info_for_product_detail_page() if a product is of type variable.

    Thank you.

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.