mediabeast/silverstripe-shop-currency

There is no license information available for the latest version (0.1.0) of this package.

Ability to have multiple currencies for the SilverStripe Shop module

0.1.0 2015-07-29 11:04 UTC

This package is auto-updated.

Last update: 2024-03-22 08:48:01 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