When user buys a product from any seller, he needs to reenter his address, everything all over again
Solution:
Let user save some address in his local browser memory, which he can select from a dropdown menu in address details popup, if he have multiple use labels associated with them, and prefill with default adress.
Actions
[x] Make a Hook to Store Data in Local Storage
[x] Define a Schema for Local Strorage of Address Details
[x] Prefill Address form with default address, or ask user for a new one.
When user buys a product from any seller, he needs to reenter his address, everything all over again
Solution: Let user save some address in his local browser memory, which he can select from a dropdown menu in address details popup, if he have multiple use labels associated with them, and prefill with default adress.
Actions