Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Congratulations! You have successfully installed your Zen Cart

Congratulations! You have successfully installed your Zen Cart

Locked

Views: 3,112

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
22 May 2007, 12:02 PM
#1
michalnis avatar

michalnis

New Zenner

Join Date:
Apr 2006
Posts:
12
Plugin Contributions:
0

Congratulations! You have successfully installed your Zen Cart

Hello!

I've installed Mihaluna template and I'm trying to replace "TagLine Here" and "Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution."
I chenged the text in /includes/languages/english/index.php and /includes/languages/english/header.php and uploaded them back to the same place. When this didnt work i followd the tutorial and created "custom" folder under "english" and uploded both files there. It doesnt work either. I've searched for that text in developer tool kit and it is no where to be found. I deleted all temp files, cookies - what else should i do?
This is the address:
http://siteologic.com/giftshop/
Thanks

22 May 2007, 1:05 PM
#2
afo avatar

afo

Totally Zenned

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

Re: Congratulations! You have successfully installed your Zen Cart

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.

23 May 2007, 2:48 PM
#3
michalnis avatar

michalnis

New Zenner

Join Date:
Apr 2006
Posts:
12
Plugin Contributions:
0

Re: Congratulations! You have successfully installed your Zen Cart

It is working

1 Jul 2007, 6:41 PM
#4
abcdabcd avatar

abcdabcd

New Zenner

Join Date:
Jun 2007
Posts:
29
Plugin Contributions:
0

Re: Congratulations! You have successfully installed your Zen Cart

afo:

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.

Where is "Your_template" I'm using the default shopping cart I have: classic or template_default

1 Jul 2007, 6:55 PM
#5
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Congratulations! You have successfully installed your Zen Cart

abcdabcd:

Where is "Your_template" I'm using the default shopping cart I have: classic or template_defaultThis has been answered in response to a similar question in one of your other posts.