change Product Detail page in magento? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question 开发者_如何学运维I want functionality of my product detail page like : http://en.edelices.com/foies-gras-truffles/goose-foie-gras/millefeuille-whole-goose-foie-gras-truffles-fresh.html.
I have done other part but. how to add product in different Weight with different image and when select radio button change the image of product.
Thanks.
Create each product as a configurable and several simple products. Each simple product can have it's own price, weight and image. Use an extension to dynamically switch images between those simple ones.
精彩评论