Add to quote button shows up in the wrong place on variable products
-
Hi,
I’m having a problem displaying the add-to-quote button next to the add-to-cart button on product pages.
I was able to correct the problem for simple products with
add_action( 'woocommerce_after_add_to_cart_button', array( YITH_YWRAQ_Frontend(), 'add_button_single_page' ) );
but it doesn’t work for variable products.
Do you have a workaround ?
Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Add to quote button shows up in the wrong place on variable products’ is closed to new replies.