OK, building a page and using ZenCart for the first time and wrestling with it. I think I'm finally getting the hang of things though.
Now, When I create a product I add a picture. Is there a way to add more than one? I can edit the product_info.php file or whatever it is called directly (using overrides), but is there an easier way to do it in the admin interface other than the define_pages editor?
Similarly, lets says I have an item. It comes in 3 colors. I have a picture of the item, and I have a dropdown with the 3 colors. I also have (on my hard drive) same-sized pictures of the item in the other colors. Is there a way in the attribute editor to set it up so that ZenCart shows the item_white.jpg when I select white from the drop down box, item_red.jpg when I select red from the drop down box, etc.?
I tried adding an image for each option in the drop down box in the attributes editor, but it just displays them all simultaneously all the time (ex. it will show the item_white.jpg and right underneath it the item_red.jpg rather than just one of the two based on the color selected in the drop down).
Lastly, the company has a different product number for every product based on size and color and style. So, jacket, red, small has an ID of say 1000. Jacket, red, large has an ID of 1010. Jacket, blue, large has an ID of 1020 and shirt, blue, medium has an id of 3729 or whatever.
Is there a way using the drop downs to send this information along in the cart? In my case it actually should be somewhat easy. The product ID# takes the form of ABCD where AB designates the item (jacket, pants), C designates the color (red, green) and D designates the size (sm, med, Lg, etc.). Is there a way to properly concatenate these to form a correct product ID# & send that info to the cart for checkout? I can't see a way in the attribute editor. For now I have a seperate listing for each item+color. The customer selects from a size dropdown. Since I know the item+color, each size will have it's own unique value. That makes it easy. But in the future, if more and more items are added to the catalog, this method could get a bit cumbersome.
Thanks!
Brain21



