Add form to a Quickview plugin
-
Hi!
Ive been using your plugin for years and now im changing the website and using a new Woocommerce Quickview plugin, the form appears ok in the single product page but not on the quick view, the developer told me I can add this information using this code :
add_action( ‘xt_wooqv_product_summary’, ‘XXXXX’,35); But Im not sure if I can use a code from you to replace the XXXX in order to appear in the modal.
I tried this base on other post here but not worked:
add_action( ‘xt_wooqv_product_summary’, ‘woocommerce_single_product_summary’,35);
Do you think can be solved?
The topic ‘Add form to a Quickview plugin’ is closed to new replies.