I removed the copyright tag at the bottom of my V1.3.9 copy of Zencart. Now in place of that it has
FOOTER_TEXT_BODY
What did I do??? How do I get rid of that?
Thank you
I removed the copyright tag at the bottom of my V1.3.9 copy of Zencart. Now in place of that it has
FOOTER_TEXT_BODY
What did I do??? How do I get rid of that?
Thank you
You did an incorrect removal of something. Make sure you left the correct ' around after you make your changes to the file. The apostrophes should be in pairs.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
Yup - sounds like you deleted an entire "define" statement, instead of merely changing what it's defined "to".
ref: https://www.zen-cart.com/tutorials/index.php?article=95
.
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.
What did you do to remove it? Deleting a define will give the issue you report. If you want it gone, change it toI removed the copyright tag
with two single quotes as dbltoe mentions.PHP Code:define('FOOTER_TEXT_BODY', '');
I believe you are correct that I deleted the whole line, however when i go back into includes/languages/english.php and put everything back in, i get a page cannot be displayed error. Is there a way to download an original version of just the english.php file?
No, but if you don't have a copy of the original Zen Cart zip file, you can download and unzip a fresh set. It is good to have on hand for reference. From that, you can upload a new copy of the file you want.
YOu see, This is why you get the BIG BUCKS.
It is so simple, it is brillient. Seems I couldn't think of the obvious!!!
I will do that...Thank you for the suggestion
Wouldn't that be nice... :)This is why you get the BIG BUCKS.