Correction: You want
.additionalImages {clear: left;}
Correction: You want
.additionalImages {clear: left;}
Hey, now that I've added
.additionalImages {clear: left;}
The additional images is lined 1 picture per line... how do i set to have 2 additional images per line??
Thanks!
You would have to scrap the clear: left; for that, and set the width of #productAdditionalImages to fit two images.
Hello everyone I'm new to the website world I built my first website and the hosting company I use offer Zen Cart I uploaded it from my hosting site the only thing I having hard time understanding is.....my live website has add to cart buttons on many pages... how do I connect those to zen cart so that my clients can pay for there items?
The short answer is, you don't.
Zen Cart is not built to be a back-end checkout processor, it is built to handle the whole display and management of your products.
If all you want is to check out and pay for your items, there are reported to be carts that work that way, and you should go look for one of them.
If you want to have integrated management of your products, sales, customer relations and inventory, Zen Cart can handle that, but you will need to put the products into Zen Cart's system and style its template to fit your design.
A look at what you have now will let us advise on how much work is involved.
Last edited by gjh42; 10 Dec 2010 at 10:11 AM.
Hey, sorry but how do i set the width?
Right now it's
#productAdditionalImages {float:left; margin:-15em 0 0 0;}
.additionalImages {clear: left;}
I tried changing the margin but it just keeps pushing down the all the images, it doesn't extend the width.
And you probably want to reset the margin.Code:#productAdditionalImages {float:left; margin:-15em 0 0 0; width:300px;} .additionalImages {clear: left;}