zeljkoprsa / waterlee-boilerplate

Magento HTML5 Responsive Theme Boilerplate
Creative Commons Zero v1.0 Universal
293 stars 102 forks source link

Configurable Products #89

Closed chrisandy closed 8 years ago

chrisandy commented 8 years ago

First time on Github so forgive me if I'm not following protocol. You're doing great work - Foundation is my preferred framework and so to see it with Magento is just fantastic. I have a couple of issues with configurable products in Magento CE 1.9.2. I tried to get configurable swatches working and I have them in layered navigation but can't get them in product view or list view. Also I notice that the option to add the child image of a configurable product to the mini cart doesn't work - it uses the parent image and ignores the config setting. Using theme fallback (etc/theme.xml) to rwd theme breaks just about everything but does allow me to swap the product image when choosing a different colour from the 'Colors' dropdown. I have a brokenmain nav also but that's probably just down to me. Thanks again for the work you're doing on this - I believe it's much better than the RWD theme.

Webmasterei commented 8 years ago

I need this too, but a little later in my project. Would be nice, if you could provide your solution here when you got it.

marjanbonus commented 8 years ago

Hi guys, Waterlee doesn't have Magento colorswatches implemented (from rwd theme). Here is a nice tutorial how to implement it in a custom theme. https://www.bemaged.com/en/blog/use-magento-swatches-in-custom-theme/ Regarding to mini cart parent image, rwd colorswatches work this way by default, so it adds parent image no matter which product option (colour) is selected. It would be needed to change extension default behaviour.