Skip to content

magento man

How to Switch Currency in Magento2

I am creating mobileApp using APIs i used my custom API to return products and used the the function that return price according to the currencycode given below is the code public function getPriceByCurrency($price) { $rate = $this->_currencyFactory->create()->load($this->apiHelper- >getStoreBaseCurrency($this->_storeId))->getAnyRate($this->_currencyCode); $itemAmount… Read More »How to Switch Currency in Magento2