spree_backend
spree_backend copied to clipboard
SP-107,108,109 Bulk promo codes
What?
This PR extends the bulk promo codes feature with administrative functionality through the admin panel.
Handling and administrating promotion batches: Create batch:
https://github.com/spree/spree/assets/40342677/b5e13064-b976-4efa-ab65-45375459eb4e
Populate batch:
https://github.com/spree/spree/assets/40342677/1d0a518a-63a1-4791-8782-eab328584d54
Promotion codes export to CSV:
https://github.com/spree/spree/assets/40342677/fe508ea9-eafb-4bb5-9c8d-9b2e392d3df6
Promotion codes import from CSV:
https://github.com/spree/spree/assets/40342677/e65d9533-0adc-4ff6-b70c-43674f36402b
Populate batch with options:
https://github.com/spree/spree/assets/40342677/7808f21c-3ef4-4b44-8f69-f6560527e78d
Why?
New feature