remove redundant "view basket" link from cart drawer

The drawer now has full quantity controls, remove, subtotal, and
checkout — the link to the cart page added friction without value.
Cart page remains accessible via the basket icon in nav.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jamey
2026-02-11 00:32:15 +00:00
parent b3d1019cd4
commit ac46c1504f
2 changed files with 2 additions and 23 deletions

View File

@@ -49,7 +49,8 @@ Issues found during hands-on testing of the deployed prod site on mobile and des
### Cart
- [x] Should be able to change quantity in the cart drawer (currently only on cart page?)
- [ ] Cart drawer button → "view basket" feels redundant — streamline the flow
- [x] Cart drawer button → "view basket" feels redundant — streamline the flow
- [ ] Shipping costs: add Stripe shipping options or query Printify for dynamic rates
### Navigation & links
- [ ] Search doesn't work (modal opens but no results/functionality)