Hello All
A customer has rented som stuff from us, and all is just fine …
I have a record in the system saying … rented item x for y days at a daily price of z
The price is y * x … so far so god
Now … for some reason the base price for rental is increased or decreased ( a sale or a price hike)
I need all now orders to reflect the new price (z-new), but not the old ones …They should still use z.
So …What is the best way to make this happen?
I already have in place a field that updates based on rental returned checkbox, that reads “completed” when this checkbox is checked
Kind regards Nils