Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to start creating a website using Zen Cart?

How to start creating a website using Zen Cart?

Locked

Views: 7,199

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
5 May 2007, 2:36 PM
#1
winks avatar

winks

New Zenner

Join Date:
Mar 2007
Posts:
53
Plugin Contributions:
0

How to start creating a website using Zen Cart?

Hi Zenners,

I've had a website designed using Zen Cart and I'm very pleased with it (https://www.retro36.co.uk) But I'd like to design my own site using Zen Cart. What are the first steps for a novice? I'm completely new to web design so although I have a keen eye for design I've never created a website before.

thanks,

Winks

5 May 2007, 4:48 PM
#2
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,693
Plugin Contributions:
56

Re: How to start creating a website using Zen Cart?

Click the "got the book?" graphic at the top right hand side of the page and buy the manual. This is the absolute best and most efficient way to get started.

Good luck,
Scott

6 May 2007, 3:17 AM
#3
afo avatar

afo

Totally Zenned

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

Re: How to start creating a website using Zen Cart?

While you're waiting for the book to arrive...

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

Any where you see a /classic/ folder, you can create a folder for your custom template. Copy the files you need from /classic/, /template_default/ or the parent directory.

Edit includes/templates/YOUR_TEMPLATE/template_info.php to give your template identifying info (you'll understand when you open the file).

Always use a text editor like Notepad or Crimson Editor to edit php files.

Once you've built your template, go into your admin under tools->template selection and select it from the pull down menu.