Have a form that is basically an order form for candy. When a candy is selected it will post it with price and then a new row is automatically added for another selection if needed. And does this each time a candy is added to the order.
Customer discounts are calculated in each line item of the order form. Not the Grand Total.
So now if we have an order created and the customer was set to get say 10% off, and then we want to retrieve that order to modify for whatever reason, say like change the discount amount....... When we change the discount rate field it only applies the change to the current candy line in the order form not all the lines........I was thinking I need a loop.........am I way off and can someone offer any assitance?
Customer discounts are calculated in each line item of the order form. Not the Grand Total.
So now if we have an order created and the customer was set to get say 10% off, and then we want to retrieve that order to modify for whatever reason, say like change the discount amount....... When we change the discount rate field it only applies the change to the current candy line in the order form not all the lines........I was thinking I need a loop.........am I way off and can someone offer any assitance?