Extending Commerce Carts to also edit prices #731
BenjaminLindgaard
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Interesting idea. We could probably base this around Price Adjustments so that order lines keep a full record of original price and any admin applied adjustment. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Which component is this idea for?
Umbraco Commerce (Core)
Describe your idea
As a: Admin of back office
I want: To edit customer cart line prices
So that: I can give them a discount on their current order
Context
We have a customer case, where the customer's backoffice admins wants to edit the current basket line. Not only the quantity or remove/add new products. But also editing the price of the product in a current cart.
I also need the original price to show, so we have a reference to the original price at all time.
The edit field could also appear if someting
POC:

Beta Was this translation helpful? Give feedback.
All reactions