Zen Cart Logo
Forums / General Questions / How Do I Add Text to SPECIALS page?

How Do I Add Text to SPECIALS page?

Views: 743

Results 1 to 7 of 7
13 Jun 2013, 6:07 PM
#1
rick5150 avatar

rick5150

Zen Follower

Join Date:
Dec 2010
Posts:
108
Plugin Contributions:
0

How Do I Add Text to SPECIALS page?

I need to let the customers know that "ALL SALES ARE FINAL" and would like this to appear at the top of the page under the SPECIALS heading.

13 Jun 2013, 7:04 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: How Do I Add Text to SPECIALS page?

You can add your text to includes/templates/template_default/templates/tpl_specials_default.php, then save it to the proper custom template override folder.

13 Jun 2013, 7:28 PM
#3
rick5150 avatar

rick5150

Zen Follower

Join Date:
Dec 2010
Posts:
108
Plugin Contributions:
0

Re: How Do I Add Text to SPECIALS page?

I have been reading about template overrides, but I am too stupid to figure it out.

13 Jun 2013, 8:42 PM
#4
rick5150 avatar

rick5150

Zen Follower

Join Date:
Dec 2010
Posts:
108
Plugin Contributions:
0

Re: How Do I Add Text to SPECIALS page?

By that I mean I have edited the file fine, but do not know where/how to put the CUSTOM folder.

13 Jun 2013, 8:52 PM
#5
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: How Do I Add Text to SPECIALS page?

Very simple for this case: What is the foldername of your active template? If you really don't know, look at "view source" in your browser and see what the folder paths are for stylesheets.```
includes/templates/template_default/templates/tpl_specials_default.php

The required folder for your custom template will already exist as```
includes/templates/your_template_name/

so you would save the file as```
includes/templates/your_template_name/templates/tpl_specials_default.php

14 Jun 2013, 3:05 PM
#7
rick5150 avatar

rick5150

Zen Follower

Join Date:
Dec 2010
Posts:
108
Plugin Contributions:
0

Re: How Do I Add Text to SPECIALS page?

Thank you, that worked fine!