Ocean Front is a 2 column fixed width template compatible with Zen Cart 1.3.8.
Available in the downloads section.
Preview it here.
Printable View
Ocean Front is a 2 column fixed width template compatible with Zen Cart 1.3.8.
Available in the downloads section.
Preview it here.
Very nice, Clyde! :clap:
Fantastic design Clyde, but having trouble customizing the sideboxes. My client wants the better categories for the categories, information, more information, and ezpages boxes - but likes the original boxes for the other sideboxes.
My problem is that I cannot figure out how to take these out to the boxes that are in the template. I know it's probably something simple that I'm missing in the style sheet, but can't find it. Here is the site:
http://dkrumblis.gazebo-store.com/
All of the sideboxes (with the exception of the categories sidebox) are controlled by these declarations in the stylesheet.css
.leftBoxHeading, .rightBoxHeading {
margin: 0em;
background: url(../images/sidebox_header_bg.png) no-repeat #abbbd3;
padding: 0.5em 0.2em;
}
.sideBoxContent {
margin: 0;
padding: 0.4em 0.4em 1.5em 1em;
background: url(../images/sidebox_content.png) #ffffff;
background-position:bottom;
}
The categories sidebox is controlled by these declarations
#categoriesHeading {
margin: 0em;
background: url(../images/sidebox_header_bg.png) no-repeat #abbbd3;
padding: 0.5em 0.2em;
}
#categoriesContent{
padding: 0.4em 0.4em 1.5em 1em;
background: url(../images/sidebox_content.png) #ffffff;
background-position:bottom;
color: #3300FF;
font-size: 1em;
font-weight:bold;
}
#categoriesContent a, #categoriesContent a:hover {
color: #854401;
}
Aha! I think I got it, finally... At least for the categories box.
And I see we were posting at the same time, lol. Thanks.
Hey Clyde,
It's me again...
Question on the product sorter that I'm seeing - the sorter on the site I'm working on, using your template as a base, is different than the rest of the zen based sites that I've done. The others only have the alphabet starting with - which I found rather useless, myself. I would love to extract this sorter for the other carts, can you tell me which files to find it, please?
Also, just an FYI - I had to change the css class in the Your_template/sidebox tpl files:
from "sideboxContent" to "categoriesContent"in order to take them out of the regular sidebox format. And also had to add them as no image for the heading to remove the box top in the style sheet heading. This may or may not have been the right way, but it worked whereas nothing else was, lol.
This site is shaping up nicely and the client loves our work (including you in that our). I'll be adding your link partners for her - and I do leave your link in all of the ones I install and ask them to leave you there for module developer credit - whether they do or not, I have no control, of course.
The alpha sorter can be turned off in admin -> configuration -> product listing -> Include Product Listing Alpha Sorter Dropdown (set to false)
By Default the Sort By dropdown only appears on the (all products page and new products page)
As far as I know this is controlled by two files:
includes/index_filters/default_filter.php
includes/modules/listing_display_order.php