Zen Cart Logo
Forums / Upgrading from 1.3.x to 1.3.9 / How to get rid of Zen Cart ad

How to get rid of Zen Cart ad

Locked

Views: 1,897

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
6 Dec 2007, 3:11 PM
#1
jimantics avatar

jimantics

New Zenner

Join Date:
Jan 2007
Posts:
1
Plugin Contributions:
0

How to get rid of Zen Cart ad

I upgraded my Zen Cart successfully and now have a big Zen Cart ad on my front page.

The ad is for a Zen Cart manual and starts "Have you got yours yet...."

I tried a bunch of things but can't figure out how to remove this.

Any help is appreciated! Thanks!

6 Dec 2007, 3:13 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: How to get rid of Zen Cart ad

If you read the page, you will notice that there is information about how that section of text and the image have been made ...

This is an example of how you can use the Define Pages with an image ...

This content is located in the file at: /languages/english/html_includes/classic/define_main_page.php

You can quickly edit this content via Admin->Tools->Define Pages Editor, and select define_main_page from the pulldown.

NOTE: Always backup the files in /languages/english/html_includes/your_template

Be sure that you are using your templates and overrides to customize this ...

6 Dec 2007, 3:25 PM
#3
afo avatar

afo

Totally Zenned

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

Re: How to get rid of Zen Cart ad

Plus there's a whole bunch of info in the tutorials/FAQ.

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.