.
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.
Found the problem... Not sure if anyone else will come accross this issue, doubt your dumb enough to do it and not be able to figure it out.. but just in case here you go.
In the meta_tags.php file I had changed the line
toHTML Code:// page title define('TITLE', 'CustomPrintedOrders.com');
I just changed the first part back to TITLE which then defined the title and changed it. Mistake on my half!HTML Code:// page title define('CustomPrintedOrders.com', 'CustomPrintedOrders.com');
Yes, as you have learned the first part of the define is not to be touched just the part between the ' and '
~~~~~~~~~~~~~~~~~~~~~~~~~~
Play with it long enough and you will break it.
Thanks for posting back what the error was in your changes.
.
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.