Hello,
I have a big product catalog with 'price' and 'special price' attributes set.
I realize that 'special price' is intended to change product price depending on current date.
But is it possible to set special price depending on the number of ordered products?
E.g.:
The product price = 10, special price = 9.
If user orders 4 products, the price of these products is 40. If user orders 5, the price is 45.
Is it possible to do this using some Magento rules or I have to create Magento extension/module?
Where to begin?
Many thanks
Solved! Go to Solution.
@Vasya999That is the only option you have out of the box in Magento. I am not sure if you can find an extension where you can set one rule which will work for your whole product catalog. As you know your product types and product catalog better than anyone else, you can try to find an extension in Magento marketplace.
Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.
Hi,
Same can be achieved via Tier pricing. Below is the URL where you can find more details and how to configure the same.
http://docs.magento.com/m1/ce/user_guide/catalog/product-price-tier.html
Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.
Is it possible to do the same without Tier pricing? The catalog is too big, I want to avoid setting tier price for every single product.
@Vasya999That is the only option you have out of the box in Magento. I am not sure if you can find an extension where you can set one rule which will work for your whole product catalog. As you know your product types and product catalog better than anyone else, you can try to find an extension in Magento marketplace.
Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.