Hello,
i want to implement an Minimum Order Quantity. When my Minimum Order Price isn't reached, then an additional price (e.g 5€) should be added.
I tried this with a negative Discount. So i allowed negative Values, but it isn't shown.... Positive Numbers works.
I am using V. 1.9.x
Thanks
Chris
Hello @christian _stegemann
You can follow below link to add extra price as in shared article you find a custom module to achieve this. It will works for you and you need to just follow that article and just add extra condition in code to check that if grnadtotal reached threshold value or not if not then you can add extra fee else set extra fee to 0.
http://excellencemagentoblog.com/blog/2012/01/27/magento-add-fee-discount-order-total/
Thank you for your answer.
Isn't there an easier solution? The negative Discount worked in V.1.7.x, so is there a way to make it though it?
Cart rules and this option only can work for discounts and extra fees so you have to use this
ok ... But for me its curious that it worked some versions ago...
I want an easy solution that the customer can make it ...