Viewing 3 replies - 1 through 3 (of 3 total)
  • It is located here: /wp-content/plugins/jigoshop/jigoshop_emails.php

    The section of the file you want to edit is below the line:

    Completed order notification email template – this one includes download links for downloadable products.

    I edited this section.

    echo __(“Your order is complete. Your order’s details are below:”, ‘jigoshop’).PHP_EOL.PHP_EOL;

    How to do this with a child theme would be good to know so that changes are retained after jigoshop updates etc.

    also you can use filter ‘jigoshop_change_completed_order_email_contents’ to change all email message, or filter ‘jigoshop_download_links_on_completed’ to add note with password for all links.

    Thread Starter EvolveWorkforce

    (@evolveworkforce)

    Hi, the first fix worked. I just entered in the message within the field containing the quotes (” “) and the sentence. Thanks for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Email Message on Downloaded Product’ is closed to new replies.