This completely depends upon your flow. You can add discounts to an order in the backend after the order has been placed. Or you can create an order from scratch in the backend.
Hi Morten
I have built a simple POS as a knockout app. and I would like the user to be able to give a discount.
...Aaaand i just saw that there is a Discount class in the API, I'll be looking at that for now.
Sounds reasonable :) Just remember that the basketpipeline may remove the discount. You can use the backend in the "POS" (point of sale??) scenario i guess. You can apply discounts to an order there. Just walk through the sale and the apply the discount in the backend before the user pays.
How to implement "negotiable prices"
Hi i'm doing a store for a secondhand shop, and they need to be able to negotiate prices with customers how would you implement this?
I'm very new at uCommerce so if there is anything obvious please point it out for me.
Kenneth
This completely depends upon your flow. You can add discounts to an order in the backend after the order has been placed. Or you can create an order from scratch in the backend.
Hi Morten I have built a simple POS as a knockout app. and I would like the user to be able to give a discount. ...Aaaand i just saw that there is a Discount class in the API, I'll be looking at that for now.
Sounds reasonable :) Just remember that the basketpipeline may remove the discount. You can use the backend in the "POS" (point of sale??) scenario i guess. You can apply discounts to an order there. Just walk through the sale and the apply the discount in the backend before the user pays.
is working on a reply...