Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Powered by Zen Cart Logo

Powered by Zen Cart Logo

Locked

Views: 1,272

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
17 Sep 2007, 1:12 PM
#1
stevepickup avatar

stevepickup

New Zenner

Join Date:
Sep 2007
Posts:
2
Plugin Contributions:
0

Powered by Zen Cart Logo

Can anybody help. I have tried removing this image and replacing with our own logo using the instructions from the FAQ section, but cannot get it to work. Any ideas?

I have edited the header.php file and uploaded it to the desired location which seems to work ok however the file on the server does not appear to correspond with the file I have edited.

Many thanks

17 Sep 2007, 1:41 PM
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Powered by Zen Cart Logo

If you haven't done so already, you are probably best off creating your own custom template.

To create a very basic custom template (you can build from there), you need:

  • includes/languages/YOUR_TEMPLATE/english.php
  • includes/languages/english/YOUR_TEMPLATE/index.php
  • includes/languages/english/YOUR_TEMPLATE/header.php (to change the logo)
  • includes/templates/YOUR_TEMPLATE/template_info.php
  • includes/templates/YOUR_TEMPLATE/common/tpl_header.php
  • includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
  • includes/templates/YOUR_TEMPLATE/images/logo.gif
  • includes/templates/YOUR_TEMPLATE/css/stylesheet.css

Anywhere you see a /classic/ folder, you can create a folder for your custom template. You can copy the necessary files from either the /classic/ folder, the /template_default/ folder or the parent folder.

Edit includes/templates/YOUR_TEMPLATE/template_info.php to give your template identifying information so you'll recognize it in the admin under tools->template selection.

Once you select your custom template, you should see your logo.