The line that says "We're pleased to offer you a Gift Certificate"
Thanks in advance for your help...
The line that says "We're pleased to offer you a Gift Certificate"
Thanks in advance for your help...
https://www.zen-cart.com/tutorials/index.php?article=38
https://www.zen-cart.com/tutorials/index.php?article=39
In this case you'll find it's in includes/languages/english/gv_mail.php
I used the developers toolkit and searched for the text "We're pleased to offer you a Gift Certificate" nuttin..
The you told me to look for wasn't there...
I am using version v1.3.9h
Sorry to be a pain... any other ideas?
The actual text is We\'re pleased to offer you a ...etc. The backslash is there to 'escape' the single quote mark, so if you search for the whole string you won't get that file returned.
I usually search for a part of the string that seems to be enough to eliminate a lot of returns. In this case, I searched for pleased to offer and got two returns, including the one I mentioned, which should be in the folder specified, and does indeed contain that string. If not, you're missing that file.
It was in this location....
You left out the first part...
ad****qq/includes/languages/english/gv_mail.php
Last edited by Kim; 11 Apr 2011 at 04:25 PM.
If that's your actual admin folder name, you'll need to change it now.