Yeah, but I had hardly gotten anywhere anyway, just getting a new start :)
Yeah, but I had hardly gotten anywhere anyway, just getting a new start :)
Take another look at my site... my logo is edited, but how do I change the "Zen Cart Make your business better" thing?
.
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, but how do I look up that image at the top to know where to edit it?
I see an "AMP Hobby" logo in the top right corner now, so I guess you already realized that you can right-click on the image and find the path to the image and then replace that file on your server with the new image you wish it to use. And better yet, put the replacement in your custom template's own images folder so that it overrides the defaults, as explained in the other templating Tutorials/FAQs articles.
.
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.
Well, Zen Cart doesn't come with anything talking about HEADER_AD_IMAGE or HEADER_AD_TEXT. So it's coming from something you've added.
On a technical level, you're missing define() statements for those constants. So, you probably failed to upload a required file for the template you installed, or something similar.
The file probably contains something like the following, and probably belongs in a folder like:
/includes/languages/english/YOUR_TEMPLATE_NAME_HERE/extra_definitions/somefilename.php :Code:<?php define('HEADER_AD_IMAGE', 'myheaderadimage.jpg'); define('HEADER_AD_TEXT', 'This is the advert text to show over my wide image');
.
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.