Try the fix posted here and see if that helps
Try the fix posted here and see if that helps
open includes/templates/comstock/css/stylesheet.css and find the following:
#shopOptions {
padding: 0;
background: url('../images/options.gif') no-repeat center;
height: 35px;
width: 294px;
margin-left:0; margin-right:0; margin-top:10px; margin-bottom:0
}
change the highlighted portion to this:
background: url(../images/options.gif) center center no-repeat;
is there anyway to get this template to look like makeupconnection.com, i dont mean the whole template, just the tabs part, i think that is eaaly neat, and i have been trying to dplicate it with no luck so far. any help would e great
Anything is possible:
you can download either of the following contributions from the downloads section and incorporate them into the template.
www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=523
www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=479
Or contact the contribution authors and see if they'd be willing to help.
thank you, i might try to just use an image map, not sure, thank you though.
I am using Zen 1.3.8a . This is a great template, but I continue to have a problem with the FREE SHIPPING icon. It will not appear on any item that is set for free shipping. The problem seems to be that [FONT=Arial]admin -> catalog -> product types -> product general -> edit layout -> Product Free Shipping Image Status - Catalog (set this to true) - that option is not showing up in admin. Obviously something is missing. Do I need another mod, or maybe to reinstall one ?? Thanks in advance for your help. Also, on some listing, only part of the image is displayed - any ideas.
Thanks.[/FONT]
copy and paste the following sql statement into:
admin -> tools -> install sql patches and click the send button
Code:INSERT INTO `product_type_layout` VALUES (15, 'Product Free Shipping Image Status - Catalog', 'SHOW_PRODUCT_INFO_ALWAYS_FREE_SHIPPING_IMAGE_SWITCH', '1', 'Show the Free Shipping image/text in the catalog?', 1, 16, '2008-01-07 09:31:54', '2007-01-08 10:25:58', NULL, 'zen_cfg_select_drop_down(array(array(''id''=>''1'', ''text''=>''Yes''), array(''id''=>''0'', ''text''=>''No'')), ');
Bookmarks