How to adjust order quantities and unit price immediately after order placed ?
So if a customer buys 2 widgets I want to change the quantity in the orders databse to be 200 widgets and also adjust the unit price to be divided by 100 so the total price total remains the same
I notice an order can now be edited manually to do this but I want to write some velo code to do this automaticallyt as soon as the order has been placed.
The code may be inserted into my front end/ back end or via the main dashboard as an automation triggrered when an order is placed.
Thank you in advance.