Hello guys, how are you today?
I have a snippet code to show the installments for my products and it’s working fine either on the products loop and single page product. The problem is on quickview modal that it doesn’t show up. For some reason the classes on quickview modal make some plugins/snippets useless, as for exemple, Variation Price Display Range for WooCommerce, which only works on single product page and not on quickview.
This is the hook that the snippet uses to show the installments:
add_action( 'woocommerce_get_price_html', 'lpb_wc_add_price_with_installments', 10, 2 );
I’m wondering why it can’t reach the hook woocommerce_get_price_html on quickview.
Is there a hook or even a different snippet I can implement that make it work on quickview modal as well?
Thanks in advance!
The page I need help with: [log in to see the link]
