AbanteCart Community
Shopping Cart Operations => Support => Topic started by: smallfish on September 23, 2015, 01:19:57 PM
-
How can I enable the unit price edit inside order edit in backend?
-
It forbidden here. it will affect on other things like total calculation or promotions rules.
we recommend to add discount.
-
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?
-
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
-
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!