django-shop-simplevariations
django-shop-simplevariations copied to clipboard
Variation per product
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
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?