Home » Archive

Articles tagged with: currency

Magento »

[28 Aug 2012 | 12 Comments]

Auto Currency Switcher is a currency switcher extension which automatically switches store currency based on visitor’s IP address. This module is compatible with Magento version 1.3 and later (Magento 1.3, 1.4, 1.5, 1.6, 1.7).

Magento »

[8 Nov 2010 | 6 Comments]

Here is a quick code to convert price amount from current currency of the shop to base currency. This is applicable when you have a multiple currency shop. From the code below, you can convert any currency you desire. You just need the ‘From Currency Code’ and ‘To Currency Code’. In the example below, I [...]

Magento »

[9 Aug 2010 | 10 Comments]

Problem: I am having problem in displaying PayPal payment method in payment method section of onepage checkout in Magento. I am using “PayPal Website Payments Standard“.

Magento »

[20 Jul 2010 | 3 Comments]

In my previous article, I have written about how you can change the currency symbol by making some change in the Zend (lib/Zend/Locale/Data/en.xml) file. It’s easy way but the main drawback of this method is that all your changes will vanish once you upgrade Magento.

Magento »

[18 Jul 2010 | 11 Comments]

Magento: How to change Currency symbol? I had a hectic day changing the currency symbol in Magento. Though different blogs and magento forum helped me, I am writing this article for my reference. ;) I had to change the currency symbol of Nepalese Rupee (from Nrs to Rs). By default, the currency symbol for Nepalese [...]

Magento »

[17 May 2010 | 3 Comments]

Scenario: I have enabled Authorize.net payment method but it is not displayed in Payment Information section while Checkout. Problem:

Magento »

[16 Apr 2010 | 13 Comments]

You can easily setup a multiple currency shop in Magento. By multiple currency shop, I mean giving the user to browse products in different currencies. Magento will provide a currency dropdown in category and product listing page. When you select your desired currency, the entire products price will be changed to your selected currency. Here [...]