corner image corner image
View Single Post
corner image corner image
  #9 (permalink)  
Old 18-07-2008, 16:15
freelancer's Avatar
freelancer freelancer is offline
A1 is my Second Home!
 
Join Date: May 2008
Location: T'Yorkshire
Posts: 384
Thanks: 98
Thanked 40 Times in 39 Posts
Quote:
Originally Posted by Nicksyb View Post
I have now got a template up on the site and just fiddeling now.

I had a nightmare with the WYSIWYG editor and the basic template that Zen Cart came with. It decided to put the writing all over the place

But I am now fixed and adding bits and bobs. Just got to get rid of the congratulations statement on the home page
The "congratulations for installing zencart part?"

Open up the file:

includes/languages/english(if your using english )/index.php in your code editor (notepad can do it too) and line 56 allows you to redefine it like this:

PHP Code:
  /*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/


  
define('HEADING_TITLE''Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.'); 
change it to (note the apostrophe's still in place e.t.c, these must stay or you break the code.

PHP Code:
  /*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
  
define('HEADING_TITLE''Welcome to NicksyB.com'); 
__________________
Ben Gribbin Media - New look website
http://www.bengribbin.com


Work sample
AllEPC's @ all-epcs.co.uk
Reply With Quote
corner image corner image
The Following User Says Thank You to freelancer For This Useful Post:
Nicksyb (18-07-2008)
corner image corner image