django-shop-simplevariations icon indicating copy to clipboard operation
django-shop-simplevariations copied to clipboard

Variation per product

Open oertels opened this issue 13 years ago • 1 comments

Hi there,

thanks for this useful module. There is a feature, which is not covered by it: variations per product. Assume, you have an very individual product, like a handmade brooch, which is available in different designs. It does not make sense to take generic variations here, because the variants are strongly product-specific. It would be useful, however, to attach specific variations to a product (e.g. with images attached). Is there any way to achieve this with django-shop?

Thanks, Stefan

oertels avatar Jun 29 '11 19:06 oertels

Well, using the add_product_to_cart method and passing it merge=False, I would assume that creates the desired behavior - is this the case?

chrisglass avatar Jul 03 '11 13:07 chrisglass