Comstock 1.0 for Zen Cart 1.3.7 is available in the downloads section.
This template modifies tpl_main_page.php, tpl_header.php and tpl_footer.php to achieve its look. It is designed to "DROP" the right column on category/product listing pages.
Comstock 1.0 for Zen Cart 1.3.7 is available in the downloads section.
This template modifies tpl_main_page.php, tpl_header.php and tpl_footer.php to achieve its look. It is designed to "DROP" the right column on category/product listing pages.
Very nice, Clyde! Super!![]()
Just a note for you, Clyde, that there's a line left out of
includes/languages/english/comstock/header.php:
// header Search Button/Box Search Button
define('HEADER_SEARCH_BUTTON','Search');
define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');
Great template!
Thanks, I'll make a note for an update release.
Nice looking template! However after I replaced:
if (STORE_STATUS == '0') {
define('TEXT_GREETING_GUEST', '<span class="greetUser">New Customer?</span> <a href="%s">Create Account</a> <span class="greetUser">Returning Customers?</span> <a href="https://mysticmountainnaturals.com/login.html">Log In</a>.');
} else {
with
if (STORE_STATUS == '0') {
define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log yourself in</a>?');
} else {
I get the following on the login page: (How can I get rid of the //??)
//Welcome, Please Sign In
Returning Customers: Please Log In
thanks
If I have additional images for a product should not they be showing-up on the product page?
I have installed the comstock template - however my shipping estimator is not functioning. When you click the button is does nothing happens and there is an error on page..
Any help would be appreciated. www.sneakerbarnplus.com
Make sure the following folder and its file are included in includes/template/template_default/popup_shipping_estimator/tpl_main_page.php
and that following folder and its files are included in
includes/modules/pages/popup_shipping estimator/
Also make sure that you have javascript turned on in your browser.
Please note that these files and folders are part of the standard ZC installation and would not be affected by the template.
Hello Clyde,
I know this may be a dumb question....but how do you change the store name and other info in the footer? Thanks for your help