This involves orders with 2 or more products only. To recreate this issue you first need two items in an order.
-Go to Orders Page
-Click the order to open the editor on the right panel.
-Scroll down to Order Details .
-Click edit for the items section.
-Remove 1 or more items.
-Notice Total Price does not update.
Solution:
Write a function that runs only when the array of products is less than or greater than it's original number of products within the array and then have it recalculate the new total.
The reason this needs to change is pretty obvious. A lot of customers need products removed from their order so we either need a way to update the total price manually or a way for it to update automatically. Either way our packing slips need to reflect the real total.
Thanks guys!
Beaux