Git Product home page Git Product logo

Comments (7)

bradtraversy avatar bradtraversy commented on August 26, 2024 3

Yeah, I see what you mean. We initially wanted people to be able to add to cart without being logged in. Keep in mind, this is a course project. I would have to re-do a lot of the course to implement.

I may add a section at the end to do this. Then I will update the repo.

from proshop_mern.

adamwinzdesign avatar adamwinzdesign commented on August 26, 2024 3

There's also an issue with the cart and deleting items, in lecture 35 I believe. If the user goes to the cart via add item to cart, the item id and quantity are included in the url. However, if the user then deletes the item from the cart, state and localStorage are adjusted correctly, but if the user then refreshes the page, the item is then re-added to the cart because the url still has the item id and quantity included in it. I'd love to be able to fix this but I don't know where to begin.

from proshop_mern.

HarrisonMayotte avatar HarrisonMayotte commented on August 26, 2024 2

I 100% agree on this one!

from proshop_mern.

adam-spice avatar adam-spice commented on August 26, 2024 2

The easiest thing to do would be add CART_RESET that fires when someone logs out or pays for an order.

The harder thing to do would be to have a cart collection in the DB that contains the items and is linked to a user. This is what I am working on now as I want to be able to do abandoned cart emails in the end,

from proshop_mern.

badgersmans avatar badgersmans commented on August 26, 2024

yea was thinking the same, maybe the user scheme should reference a cart items schema...

so you would have a user object with an array of cart items... quite possibly the solution..

and yes, should clear the cart state when logout or paid

from proshop_mern.

Legitao avatar Legitao commented on August 26, 2024

@adamwinzdesign My solution is not using path like cart/:id?qty=1 and not invoking dispatch in CartScreen, instead only use /cart and invoke dispatch in the Add to Cart button's onClick handler in the ProductDetailsScreen.
Here is my code for reference: link

from proshop_mern.

Kiyaaani avatar Kiyaaani commented on August 26, 2024

Just create an action CART_RESET and dispatch right after user log out

from proshop_mern.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.