Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Store title question

Store title question

Locked

Views: 1,646

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
1 Jun 2006, 12:54 PM
#1
i_brian avatar

i_brian

New Zenner

Join Date:
May 2006
Posts:
9
Plugin Contributions:
0

Store title question

In the admin area, I've provided the name of the store, but currently all of the pages simply attribute it as "Zen Cart".

What simple feature have I missed?

Note: I've installed the SEO friendly mod, in case that complicates anything.

1 Jun 2006, 1:17 PM
#2
sermonzone avatar

sermonzone

Zen Follower

Join Date:
Oct 2005
Location:
New Mexico
Posts:
365
Plugin Contributions:
0

Re: Store title question

You might want to red this thread. It will take you to resources to handle many question you have or will soon have about setting up your site.

Post a url and give cart version with next post please.

One tool is Admin > tools > developer's toolkit - enter search term in bottom left box, choose 'all files' and search.

Or, take a look at includes\languages\english\header.php. Copy that file to your override folder (make sure you read the thread above so you will know what an override folder is). Edit this section:

// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce'); (
define('HEADER_SALES_TEXT', 'TagLine Here');
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', 'logo.gif');

Edit the red text items to customize this part of yor site.

Best wishes

1 Jun 2006, 3:41 PM
#3
i_brian avatar

i_brian

New Zenner

Join Date:
May 2006
Posts:
9
Plugin Contributions:
0

Re: Store title question

Thanks for that - much appreciated. :)