mediabeast / silverstripe-shop-currency
Ability to have multiple currencies for the SilverStripe Shop module
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 2
Type:silverstripe-module
Requires
- silverstripe/cms: ~3.1
- silverstripe/framework: ~3.1
This package is auto-updated.
Last update: 2024-10-22 10:03:18 UTC
README
Ability to multiple currencies for SilverStripe Shop module. This is a basic module that will provide the ability to have multiple currencies, one base currency (used for checkout) and have the user select their preferred currency.
TODO
- Finish 1.0 development
- Base price at checkout / config
- Selected currency shown throughout checkout for UX (templates, emails)
- commenting code
- simple docs
- Test, test test.
- Setup automated tests
Future TODO
- Manage rates via API e.g. google finance
- javascript refresh when switching currencies
- make module more extension friendly
- make module more like an API/Interface