• Resolved hekys

    (@hekys)


    Hi,

    I need to set autoresponder for enquiry is it possible? If yes, how?

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • @hekys Thanks for getting in touch with us.

    Hekys, I am afraid there are no such settings for the autoresponder. Hence, you can do a bit of custom coding and add this feature.

    Let us know if you have any further query.

    Thread Starter hekys

    (@hekys)

    Can you tell me what code I must to add or where?

    Please add the autoresponder email code within send_product_enquiry_mail function and place your code within send_email trigger success block, inside the class.ajax.php file.

    Let us know if you need any further assistance.

    Thread Starter hekys

    (@hekys)

    Hey,

    thank you for response. But…Im an amateur, can you explain it more?

    Thank you.

    @hekys Please add this code wp_mail( $email, 'your subject line', 'your message body'); after line no 140 of file class ajax.php

    Thread Starter hekys

    (@hekys)

    And how can I add translate string?

    Will be working this?

    wp_mail( $email, ‘your subject line’, ‘your message body’ ‘Woocommerce_Catalog_Enquiry’);

    Thank you

    @hekys Please look into our class.php file and follow the same process we have used for translation the strings. You may also refer to our GitHub repository to look into our codes: https://github.com/dualcube/woocommerce-catalog-enquiry

    Let us know if you have any further query.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Autoresponder – how to set?’ is closed to new replies.