AbanteCart Community

Shopping Cart Operations => Support => Topic started by: smallfish on September 23, 2015, 01:19:57 PM

Title: edit product price in order edit
Post by: smallfish on September 23, 2015, 01:19:57 PM
How can I enable the unit price edit inside order edit in backend?
Title: Re: edit product price in order edit
Post by: abolabo on September 24, 2015, 01:30:53 PM
It forbidden here. it will affect on other things like total calculation or promotions rules.
we recommend to add discount.
Title: Re: edit product price in order edit
Post by: smallfish on September 25, 2015, 12:12:38 PM
But it doesn't affect the total amount. Abantecart will update the total amount when the product quantity change. So that when the unit price is modified, then call the same function as the quantity change.
Anyway, I only find the "coupon" in the "add new amount in total calculation". How can I add "discount" or other type of total when select the type from the pull down?
Title: Re: edit product price in order edit
Post by: llegrand on September 25, 2015, 06:24:53 PM
Here's the docs for discounts:

http://docs.abantecart.com/pages/promotions/discounts.html (http://docs.abantecart.com/pages/promotions/discounts.html)

It is in your product page - promotions  -  there is specials (for sale items)  and Discounts (for quantity discounts)

hope this help you to accomplish your needs.

Lee
Title: Re: edit product price in order edit
Post by: smallfish on September 25, 2015, 06:38:58 PM
Hi Lee
It doesn't help. I want to add the discount to the order directly. (edit it in the backend (order edit)).
Thank you!