Home » Archive

Articles tagged with: currency

Magento »

[8 Nov 2010 | 5 Comments | 2,972 views]

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 | 9 Comments | 3,231 views]

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 | 2,845 views]

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 | 8 Comments | 5,100 views]

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 | 1,151 views]

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

Magento »

[16 Apr 2010 | 9 Comments | 4,100 views]

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 [...]