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.
Printable View
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! :clap:
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?
If some has time, would you look at:
http://test.pridepak.com/ZenLevel2/i...e=products_all
and go over a picture/item and see what's happening at the top of the page?
Also as mentioned above, the login page is not right (//) and also does not show the validation code.
This test is a copy of
http://test.pridepak.com/ZenLevel1 just using a different template. The data/stock is the same.
for the (//) it looks like someone tried to comment something out at the top of the login page. Open that file and double check.
As for the validation code - the CAPTCHA contribution (not a included with the template) modifies tpl_create_account_default.php. I'd make a copy of this modified file and move it to includes/templates/comstock/templates.