Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WisdmLabs

    (@wisdmlabs)

    Hi Elektra,

    Visit plugin’s main file

    product-enquiry-for-woocommerce.php

    At line no. 18 and 30, you will find

    add_action(‘woocommerce_after_single_product_summary’, ‘ask_about_product’);

    Try replacing them with

    add_action(‘woocommerce_single_product_summary’, ‘ask_about_product’,40);

    Hope, this will work.

    Thanks,
    WisdmLabs

    Thread Starter Elektra3

    (@elektra3)

    Thanks so much! 🙂

    THAAAAAAANK YOU!

    Theese hooks and actions are really tough to understand. This is all I wanted. Thanks again.

    good for me! 🙂

    any chance to get translation files for this plugin?

    thank!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Product enquiry button after "add to cart"’ is closed to new replies.