Hi,
We are trying to locate the above file. Can anybody please advise what folder this file typically resides in?
Thank you for any help.
Gordon.
Hi,
We are trying to locate the above file. Can anybody please advise what folder this file typically resides in?
Thank you for any help.
Gordon.
All tpl_ files start out in the default directory:
/includes/templates/template_default/templates
If you are making a change to the file, be sure to copy it to your templates and overrides directory first ...
/includes/templates/your_template_dir/templates
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Hi Linda,
Thank you for your fast and informative reply. It is much appreciated.
Gordon.
Hi Linda,
We are adding some custom code to this file.
Does the modified file need to reside only in the /includes/templates/your_template_dir/templates only?
Thank you.
Gordon
That is correct ...
The file in:
/includes/templates/your_template_dir/templates
will load instead of the file in:
/includes/templates/template_default/templates
as it is OVERRIDING the original file ... nifty eh?![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Thanks again Linda.