Home Forums WoodMart support forum Regarding the YITH Request a Quote plugin, the issue cannot be displayed.

Regarding the YITH Request a Quote plugin, the issue cannot be displayed.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #600235

    hackmj55
    Participant

    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.
    #600266

    Artem Temos
    Keymaster

    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

    #600317

    hackmj55
    Participant

    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.

    #600319

    hackmj55
    Participant

    The order of hooks must be:

    woocommerce_before_single_product
    woocommerce_single_product_summary

    #600335

    Artem Temos
    Keymaster

    Great, we are glad that you sorted it out. Feel free to contact us if you have any further questions.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Regarding the YITH Request a Quote plugin, the issue cannot be displayed.’ is closed to new replies.