Hello,
I am selling product and its price depends on a ordered quantity.
Example:
1-20pcs = 1EUR/pcs
20-50pcs = 0.9EUR/pcs
50-100pcs = 0.8EUR/pcs Ect.
This product, lets call it product A, may have some extra attributes. Different attributes (X) puts some extra cost for a product.
For example , attribute X puts extra 0.07 EUR to a product A price if you order 1-100. If u order 1000 quantity of product A with an attribute X, the cost of this attribute drops to 0.04 EUR/pcs.
So basically i need a product price and an attribute price depend on quantity ordered at the same time, but with different discounts.
I would like to ask if its possible to do? If so, can someone explain me how to do it, please?
am using latest version of Odoo.
Thank you in advance.