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.
Views: 743
Zen Follower
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.
Black Belt
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.
Zen Follower
I have been reading about template overrides, but I am too stupid to figure it out.
Zen Follower
By that I mean I have edited the file fine, but do not know where/how to put the CUSTOM folder.
Black Belt
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
Totally Zenned
Good info on custom templates. http://www.zen-cart.com/content.php?180-how-do-i-create-a-new-custom-template
Zen Follower
Thank you, that worked fine!
Tell staff why this post should be reviewed.