I turned off the setting which, if I understand it correctly, should have made the links to the Discount Coupons and the Conditions of Use pages disappear from the main dropdown menu, but they both seem to persist.
Any suggestions?
I turned off the setting which, if I understand it correctly, should have made the links to the Discount Coupons and the Conditions of Use pages disappear from the main dropdown menu, but they both seem to persist.
Any suggestions?
Hi,
Actually, I did not have that coded to turn off automatically. But I'll do that in the next update. For now, you can open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and change;
Code:<li><a href="<?php echo zen_href_link(FILENAME_DISCOUNT_COUPON, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_DISCOUNT_COUPON; ?></a></li>
to
Code:<?php if (MODULE_ORDER_TOTAL_COUPON_STATUS == 'true') { ?> <li><a href="<?php echo zen_href_link(FILENAME_DISCOUNT_COUPON, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_DISCOUNT_COUPON; ?></a></li> <?php } ?>
Like everyone else I think this template is great!
If I have a store with only 3 product categories (each category has a number of sub categories) Can I have each category listed as a drop down meno on the top rather than just one categorey box?
I apologize if this has been covered but I couldnt find this searching
thanks!
Replacing the menu files with the menu files from this mod:
http://www.zen-cart.com/index.php?ma...roducts_id=523
May do what you're looking for.
Thank you for the quick reply! I took a look at that mod and the tpl_dropdown_menu appears to be the same as in the apple zen template? Are you saying that apple zen template cannot accomplish that?
More specifically if I have category 1, category 2 and category 3, I want to show those as buttons along the top and each of the sub categories that corresponds to category 1, category 2 and category 3 will fly out from each button. I'm just not sure how I code these links
The mod I linked you to is just for the drop down menu. The mod I linked you to, creates the categories across as you want, vs. the way I have them (all in one). It will have some of the same files as my template, but its not the whole template, just the drop down menu files. If you replace my files, you should get the new behavior.
This may be a very silly question, but I can't seem to fix it. How can I take off the stripes on the side to make them just white? Thanks!
Jade,
I took out the stripe section in includes/templates/apple_zen/stylesheet.css and nothing happened. I deleted my temp folders and still nothing. What am I doing wrong?