Skip to content

Commit 4e5bfc7

Browse files
committed
Update SUGGESTIONS.md
1 parent c7fb2fd commit 4e5bfc7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

SUGGESTIONS.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ const enhancedMiddleware = new ApolloLink((operation, forward) => {
132132
});
133133
```
134134

135-
### Payment Methods
136-
- **Additional Payment Gateways**
137-
- Gain: More payment options beyond COD
138-
- Example: Integrate Stripe/PayPal via WooCommerce
135+
### Cart Improvements
136+
- **Enhanced Cart Features**
137+
- Gain: Better user experience with cart functionality
138+
- Example: Add cart total, copy billing address to shipping
139139

140140
## 5. Developer Experience
141141

@@ -311,11 +311,11 @@ src/
311311
- Builds upon existing test infrastructure
312312

313313
3. **Month 2: Major Improvements**
314-
- Implement additional payment methods
315-
- Add user registration flow
316-
- Enhance WooCommerce integration
314+
- Implement user registration flow
315+
- Add cart improvements from TODO list
316+
- Enhance WooCommerce session handling
317317
- Estimated effort: 3-4 weeks
318-
- Focus on WooCommerce-specific features
318+
- Focus on core user experience
319319

320320
This prioritization ensures:
321321
- Quick delivery of high-impact improvements

0 commit comments

Comments
 (0)