matthiask / plata

Plata - the lean and mean Django-based Shop
https://plata-django-shop.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
197 stars 63 forks source link

Remove unavailable product variations from selection #7

Closed meledictas closed 12 years ago

meledictas commented 13 years ago

Hi,

Can we remove unavailable product variations from "Add to cart" form?

matthiask commented 12 years ago

Yes, but it's not too easy to do this in a generic way. If you have more than one OptionGroup per Product, it starts to be really funny.

This might be a start: http://dpaste.com/hold/622540/

matthiask commented 12 years ago

I'd say fixed: https://github.com/matthiask/plata/commit/3630e2eff5067e401dae8a03f1142e0ed61a7f64

Thanks for the report!