feat: add bundle feature with 2x/3x set options
Some checks failed
Build and Deploy / build (push) Has been cancelled

- Created BundleSelector component for selecting bundle options
- Updated ProductDetail to show bundle options
- Added bundle translations for all 4 locales
- Added GraphQL query for bundle products
- Updated TypeScript types for attributes
- Saleor backend: created bundle products for all base products
This commit is contained in:
Unchained
2026-03-24 16:00:07 +02:00
parent 28a6e58dba
commit 9a61564e3c
12 changed files with 370 additions and 34 deletions

View File

@@ -341,6 +341,13 @@
"urgency2": "In the carts of 2.5K people - buy before its gone!",
"urgency3": "7,562 people viewed this product in the last 24 hours!"
},
"Bundle": {
"selectBundle": "Select Package",
"singleUnit": "1 Unit",
"xSet": "{count}x Set",
"save": "Save {amount}",
"perUnit": "per unit"
},
"Newsletter": {
"stayConnected": "Stay Connected",
"joinCommunity": "Join Our Community",