Currently, the customer's cart is stored in the tables:
customers_basket
customers_basket_attributes
and when an order is complete, the records are removed for the customer ...
There are a couple of ways to approach this ...
1 Never empty the cart - draw back being it is always the last order that they made or last cart that they saved
2 Rebuild cart from a previous order ... where you should give an option to combine current cart that they have with a previous order
Others have asked for a method to remake the cart from a previous order but I don't recall that anyone has succeeded in writing this ...
This is not difficult to write, but it can be time consuming ...


Reply With Quote

