I cannot get the "top" location for "add to cart" in product display to accept anything but '1'. I mean if I indicate quantity 3 it will only show 1 in the shopping cart. I copied 26 lines (88-114) to a different location, but obviously I need something else as well.. test site at:
http://test.pridepak.com/Pridepak4/
Similar to issue above...
I want the "add to cart" box on the product display page to be directly under the price, next to the photo of the item.
So far I have moved the "add to cart" code block up and under the <!--eof Product Price block --> on the includes/templates/YOUR_TEMPLATE/tpl_product_info_display.php page,
but the button remains on the right of the page no matter where I place the block, is there something in the code that makes it stay on the right? or is it a stylesheet thing? if so, how do I move it to the left and under the price and over the product description?
It has been a couple of years since I updated my Zencart, and things have really changed. I have looked at all the new 1.3.7 templates and really like Simple Zen. However, I would like to create a different header image which includes a couple of additional links. I was wondering if there is a tutorial that would be able to walk someone step by step through the process? If there is no tutorial, would someone be interested in providing that information?
Your help is appreciated.
I've updated simple zen for 1.3.7 (may take a bit to show up in the download section).
Here are the changes made (from readme.txt):
v1.9 updated includes/templates/simple_zen/common/tpl_main_page for 1.3.7. Have moved the older tpl_main_page.php to the "pre-1.3.7 files" folder. Updates to the stylesheet (cosmetic tweaks, plus 1.3.7 updates). Also added buttons that are new in 1.3.7 in the includes/templates/simple_zen/buttons/english/ folder. Small changes were made to includes/templates/simple_zen/common/tpl_header.php
I assume you're talking about the "shopping cart, contact us, my account" image? There is no step by step tutorial to do that. My advice would be (the easiest way) to create a new header image that has the links in roughly the same spot, so all you'd have to do is upload a new /includes/templates/simple_zen/images/topnav.gif.
If you want different links for the new header, you'd change the links in includes/languages/english/simple_zen/header.php.
If you want to change widths and such for the links, you'd need to manage that with the css in stylesheet_new.css. Its fairly complicated, but you'd want to look for the "#tagline" tags.