mirumee / legacy-views

A legacy fork of Saleor that contains the old storefront and dashboard code
Other
14 stars 13 forks source link

Discount for a specific product option #30

Open korolevpavel opened 4 years ago

korolevpavel commented 4 years ago

What I'm trying to achieve

I want to provide a discount on a specific product option. For example, I have a red and blue t-shirt. I want to sell a red t-shirt with a 40% discount and blue t-shirt with full price.

Describe a proposed solution

When I set a discount, I want to install it on the product + option

Other solutions I've tried and won't work

  1. I can apply a discount to the price, but it will be inconvenient if I have many product options (you will need to monitor prices and adjust them manually)
  2. The solution could be to add a product + option to a category or collection, but this is not possible. Although, I would like to make a collection “Red” and add a red T-shirt there, but now I need to separate these products (make a separate product a red T-shirt and a separate blue T-shirt, although this is the same product).

Screenshots or mockups

image

maarcingebala commented 4 years ago

Hey, this issue seems related to the old version of Saleor (old static dashboard) which we're not maintaining anymore. I'm transferring this issue to legacy-views repo.

korolevpavel commented 4 years ago

Hey, @maarcingebala !

I see https://pwa.saleor.io/dashboard/ but there is also no such possibility. I can not set a discount on the option: image

korolevpavel commented 4 years ago

For example, i want change discount 30% for White Hoodie size XXL. How can i do it?

maarcingebala commented 4 years ago

In Saleor you can't apply discounts to particular variants, you can only do that on the product level.

korolevpavel commented 4 years ago

@maarcingebala I know this :) so I suggest adding a new feautre