conditionally render products based on inventory
Opened this issue · 0 comments
jujasp commented
Story: If a product is no longer available, users will not see it while browsing, but they can view the product detail page if they've ordered it previously or have a direct link. On that product detail page, it should say "Currently Unavailable"
Implementation: check inventory and manually edit inventory (hopefully we have a function that takes care of this when user checkouts)