Gabriel7553

Results 3 comments of Gabriel7553

Hey diplovkhatri, you can just add this localStorage.removeItem('userInfo'); localStorage.removeItem('cartItems'); localStorage.removeItem('shippingAddress'); localStorage.removeItem('paymentMethod'); This will be in src/actions/userActions.js. Just look for export const logout = () => (dispatch) => { and add...

> Thank you for your reply. > I did the same things what you said but it didn't seems to be working . > only 'shipping Address' and 'payment Method'...

Did you press the green run button on repliy? On Wed, May 25, 2022 at 10:01 AM kmrn777 ***@***.***> wrote: > i try to run your project (python manage.py runserver)...