YITH Request a Quote for WooCommerce Add Quote not displayed in Single Product

Hi,

I use YITH Request a Quote for WooCommerce free version but the Add Quote button doesn’t displayed in single product page. I already add {do_action:woocommerce_single_product_summary} but still doesn’t displayed.

Can someone explain to me to make it works ?

Thank you.

Hi Nicholas,
I wanted to know if you had found the solution I am facing the same problem.
Cyril

I found a solution by adding a “Custom Code” element and inserting this function :

<?php if (function_exists('YITH_YWRAQ_Frontend')) { echo do_shortcode('[yith_ywraq_button_quote]'); } ?>

Cyril