All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I am planning to keep the customer's shopping list in his account, so that he does not have to remember and add them again when he comes back to the site.
If the customer ordered chilli powder, tomato and coconut this time, it should be saved to his account so that he can use this list next time.
Could you please tell me what is the best way to do it?
Thanks,
you can use some 3rd party app like:
https://apps.shopify.com/simple-reorder
The system remembers each order and each item ordered for each customer, so it's possible to retrieve a list of ordered items on account page, convert it to the cart form, like a bulk order form, so that customer can set quantities and press reorder to get whatever is selected to the cart..
Possibly sort the list so that most reordered items are near the top...
Just liquid code, no need for an App.
Can probably be even done as a "Custom liquid" section so no theme modification needed.
But -- hiring a dev to implement would likely be more expensive short-term than using an app.