hey there,
can anyone please tell me where this string is drawing its define function from?
$EMAIL_FOOTER_COPYRIGHT
Thanks
hey there,
can anyone please tell me where this string is drawing its define function from?
$EMAIL_FOOTER_COPYRIGHT
Thanks
:imagination:cogitation:realisation:
www.chalbys.com
Since you mention it with the $, I assume you're talking about HTML-formatted emails.
That information is built from the define for EMAIL_FOOTER_COPYRIGHT which is in your email-extras language file.
http://www.zen-cart.com/forum/faq.ph...o_find_content
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
thanks
i found it using the developers tool kit
sorted now
cheers :)
:imagination:cogitation:realisation:
www.chalbys.com
I've no idea why, but I've just tried searching for this using the Developer Toolkit on 2 different 1.3.7 sites, and neither gave a return...so for anyone else, the file you need is at includes/languages/english/email_extras.php
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
Are you sure you spelled it right? I found it ...![]()
Note that you need to look for the constant without the $ as the $ is in the /emails directory for the HTML ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
It is not always the case ... just on that particular constant the $ is there for the HTML translation and the Developer's Tool Kit is searching for php files at this time ...
So, to see where it is set vs used take off the $ ...
Regular variables don't need that as a variable is a variable and the $ belongs to it ...
When in doubt, remember the Developer's Tool Kit is searching for matching text ... whether it is code, defines, variables, constants, etc. etc.
If it finds a "match" it's a hit ... if it cannot find a match, try something smaller or different within the same context of what you think you are looking for ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!