Regarding the YITH Request a Quote plugin, the issue cannot be displayed.
-
Hello, I use the default single product page template, and it can display the button. But I changed the product and it still can’t display after the template.I tried adding
Woocommerce Hook:
woocommerce_single_product_summary
woocommerce_before_single_product
but it can’t be displayed. So please help me find the problem, thank you very much!
Attachments:
You must be
logged in to view attached files.
Hello,
It looks like the plugin adds its custom content using the standard WooCommerce hook. When you create a custom layout with Elementor it doesn’t contain any default elements and hooks. It contains only those elements that you added with Elementor manually.
We have a special “Hook” element in Elementor that you can place to your custom layout and then the plugin will be able to add its custom content there. But we don’t know which one exactly it needs. You can either try to select all hooks one by one or contact plugin developers for help.
Read more information here https://xtemos.com/docs-topic/custom-hooks-and-plugins-compatibility/
Kind Regards
XTemos Studio
Thank you, I have solved the problem. It also depends on the order. You need to add woocommerce_before_single_product and then add woocommerce_single_product_summary to make it effective.
The order of hooks must be:
woocommerce_before_single_product
woocommerce_single_product_summary
Great, we are glad that you sorted it out. Feel free to contact us if you have any further questions.
The topic ‘Regarding the YITH Request a Quote plugin, the issue cannot be displayed.’ is closed to new replies.