Showing posts with label zencart. Show all posts
Showing posts with label zencart. Show all posts

Sunday, January 3, 2010

How to turn off category icon in product listing page ?

To turn off category icon from product listing page please go

admin->configuration->product listing ->Include Product Listing Sub Categories Image

make it false

Thursday, December 10, 2009

How to change title bar zencart

If you want to change a title bar text, you should edit the following file:

\includes\languages\english --> meta_tags.php

Here you can see 2 variables for this text.

// page title
define('TITLE', 'Zen Cart!');

// Site Tagline
define('SITE_TAGLINE', 'The Art of E-commerce');

how to remove powered by from zencart

If you want to change the text at the bottom of the page "Copyright © 2003 Zen Cart. Powered by Zen Cart" you should edit the following file:

\includes\languages --> english.php

Here you can see a text you should modify.

define('FOOTER_TEXT_BODY', 'Copyright © 2003 Zen Cart. Powered by Zen Cart');

Wednesday, December 9, 2009

How do I Change the Sales message or Tagline here from zencart ?

How do I Change the Sales message or Tagline?

To change the sales message goes here or Tagline Here text to say what you want open the includes/languages/ENGLISH/header.php file in your text editor. Find the following line of code:

define('HEADER_SALES_TEXT', 'TagLine Here'); 

Replace the tagline text with your own text, making sure that the single quote marks are not left out.

Save the edited file to your includes/languages/ENGLISH/CUSTOM folder.

If you are using the classic template save the file to includes/languages/ENGLISH/classic/header.php