$store = Mage::app()->getStore();
$store->setCurrentCurrencyCode('GBP');
Note:
Make sure the currency is enabled for the specific store
Make sure the currency conversion rate has been populated and saved
$store->setCurrentCurrencyCode('GBP');
Note:
Make sure the currency is enabled for the specific store
Make sure the currency conversion rate has been populated and saved
No comments:
Post a Comment