Zen Cart Logo
Forums / General Questions / How do i change this image to text?

How do i change this image to text?

Locked

Views: 799

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
18 Dec 2007, 5:42 PM
#1
pandafia_com avatar

pandafia_com

New Zenner

Join Date:
Dec 2007
Posts:
3
Plugin Contributions:
0

How do i change this image to text?

I have this default image of Zen Cart where it says: Buy the book for Zen Cart, blah blah blah. I want to change this but how? I want to put m,y own text there:
http://www.pandafia.com/ (view)

i am kinda n00b too Zen Cart i always used osCommerce

18 Dec 2007, 5:49 PM
#2
afo avatar

afo

Totally Zenned

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

Re: How do i change this image to text?

One of the first things you should do is create a 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/meta_tags.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.

There's also plenty of useful information in the tutorials/FAQ.