Hello,
I would like to change the price position in the quick view popup. Right now it shows below product title and I want it to show above the cart button. I need some code like the following but for the quick view pop up:
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 10 );
add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 20 );
Thanks