Just wondering how others handle the following situation. Your input would be helpful...
--------------------------------------------------------------------------------
Customer's order includes an item that is on backorder. We notify them
that the item will not be available for 2 weeks. They decide that they
don't want that item, but they want the rest of their order.
On our previous cart, we could set the qty on the items that he no
longer wants to 0. However, the item was still listed on the order. So
that we could reference and print the order showing that he ordered the
item, but 0 was shipped. This only applies to orders edited in the admin panel.
Now, we are having to copy the items and the qty to the notes, so that we don't lose the information. When the item qty is set to 0, the item is deleted from the order.
Breeze
--------------------------------------------------------------------------------
Customer's order includes an item that is on backorder. We notify them
that the item will not be available for 2 weeks. They decide that they
don't want that item, but they want the rest of their order.
On our previous cart, we could set the qty on the items that he no
longer wants to 0. However, the item was still listed on the order. So
that we could reference and print the order showing that he ordered the
item, but 0 was shipped. This only applies to orders edited in the admin panel.
Now, we are having to copy the items and the qty to the notes, so that we don't lose the information. When the item qty is set to 0, the item is deleted from the order.
Breeze
Comment