1) Currency Setup Symbol...
into mysite/_config.php -> Currency::setCurrencySymbol('€');
2) Payment.php line 65 : protected static $site_currency = 'Eur';
to be continued...
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.
Moderators: martimiz, Nicolaas, Sean, Ed, frankmullenger, biapar, Willr, Ingo, Jedateach, swaiba
1) Currency Setup Symbol...
into mysite/_config.php -> Currency::setCurrencySymbol('€');
2) Payment.php line 65 : protected static $site_currency = 'Eur';
to be continued...
2. Can be changed by adding to _config.php
Payment::set_site_currency('EUR');
DANKEDANKEDANKE!!!!!
FYI the next release of eCommerce will have similar tips in the README file. Here's a sample:
https://code.google.com/p/silverstripe-ecommerce/source/browse/branches/burnbright/README
Also if you are interested in providing tips / documentation, please consider this page:
https://code.google.com/p/silverstripe-ecommerce/wiki/ContributionGuidelines