Per the screen attachment I'd almost be this is the link http://juliescrossstitch.com/ZenCart154/ I have been eying this template for sometime now
Ann, the version on your site still has the bug that was fixed in version 1.1 in the plugins area - probably a good idea to update there or point to the plugins so there's only one copy to maintain.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Template displays checkout link even when cart is empty. Clicking it shows the "Whoops" message.
Solution: in includes/templates/dover_fine/common/tpl_header.php
wrap the FILENAME_CHECKOUT_SHIPPING link
with
<?php if ($_SESSION['cart']->count_contents() != 0) { ?>
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
I didn't really like that the login, contact us, etc. links were not shown on the home page. Fix: modify includes/templates/dover_fine/css/index_home.css and remove the first line which sets display to none for this block.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
In the documentation the instructions for turning off the slideshow refer to a setting that doesn't exist ("Home Page Slideshow"). As you suggested in an earlier post, I modified ./includes/templates/dover_fine/common/tpl_main_page.php to remove this logic.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Turning on items in the centerbox on the home page (for example, Admin->Layout Settings->Categories - Always Show on Main Page or Admin->Configuration->Index Listing->Show Featured Products on Main Page - Category with SubCategories) overwrites the left menu on desktop - adjustment needed to the css? (Works ok on mobile.)
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Bookmarks