spree-promotions
Installation
SKILL.md
Spree Promotions
Before writing code
Fetch live docs:
- Fetch https://spreecommerce.org/docs/developer/core-concepts/promotions for the canonical model.
- Inspect the live
Spree::PromotionRule/Spree::PromotionActionsource — bundled rule/action classes change between minors. - Check the v5.1 announcement for the advanced rule-based engine introduced there.
- For custom calculators, review live examples in the
app/models/spree/calculator/directory of thespreegem. - Check the latest release notes for any promotions changes (v5.0 added coupon batch CSV export).