Product variants and attributes #18

Open
opened 2026-05-21 20:05:36 +00:00 by jmiller · 0 comments
Owner

Summary

Support Dolibarr product variants (combinations) in the storefront.

Requirements

  • Detect product variants from Dolibarr (GET /products/{id}/variants)
  • Display variant selector on product detail (size, color, etc.)
  • Price adjustment per variant
  • Stock per variant
  • Add correct variant to cart

Acceptance Criteria

  • Variants display as selectors on product detail
  • Price updates based on variant selection
  • Stock checked per variant
  • Correct variant ref added to cart and order
## Summary Support Dolibarr product variants (combinations) in the storefront. ## Requirements - Detect product variants from Dolibarr (`GET /products/{id}/variants`) - Display variant selector on product detail (size, color, etc.) - Price adjustment per variant - Stock per variant - Add correct variant to cart ## Acceptance Criteria - [ ] Variants display as selectors on product detail - [ ] Price updates based on variant selection - [ ] Stock checked per variant - [ ] Correct variant ref added to cart and order
jmiller added the status/pending-testing label 2026-05-22 01:53:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoDoliJoomShop#18