silverstripe-module silverstripe-shop-currency
Ability to have multiple currencies for the SilverStripe Shop module
mediabeast/silverstripe-shop-currency
Ability to have multiple currencies for the SilverStripe Shop module
- Thursday, February 18, 2016
- by mediabeast
- Repository
- 1 Watchers
- 0 Stars
- 7 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 2 Open issues
- 2 Versions
- 0 % Grown
silverstripe-shop-currency - In-progress
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., (*1)
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