• Resolved razor7

    (@razor7)


    Hi I want to get rid of the sentence that says “To pay the remaining amount, please visit following link {awcdp_payment_link}” in the order email. Is that possible? with some kind of action or filter?

    Thanks!

    • This topic was modified 6 months, 4 weeks ago by razor7.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Sanesh Acowebs

    (@saneshacodez)

    ?Hi, thanks for reaching out to us. We have created a new filter hook for your requirement. Please update our plugin to the latest version and add the code below for your theme/child-theme functions.php or use any code snippet plugin. 

    add_filter( 'awcdp_disable_default_payment_text', '__return_false' );

    After that remove?the “Payment text” value from the “Acowebs deposit payment received” email setting to blank and check again.?https://tinyurl.com/yuzdvolx

    Hope you can follow the steps and share your feedback.

    Thread Starter razor7

    (@razor7)

    Great, that did the trick.

    I think you should update the language .pot file I had to manually edit it in line 195

    #: includes/class-awcdp-front-end.php:755
    msgid “payable in deposit”
    msgstr “”

    • This reply was modified 6 months, 4 weeks ago by razor7.
    Plugin Contributor Sanesh Acowebs

    (@saneshacodez)

    Thanks for pointing that out. We have updated our language .pot file. This will be included in the next version update.?

    Thread Starter razor7

    (@razor7)

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove remaining ammount payment link from email’ is closed to new replies.