How to change Magento currency ISO code - magento

I have installed a Magento store and set up the currency as Pakistani Rupee.
It automatically shows PKR with the price which I don't want, I want to show as RS.
So from where I can change that ISO code for the currency?

To change currency of your Magento site
In admin panel, go to Admin > System > Configuration > Currency Set
up.
Select currency that you want to be default from your base currency
drop down.
Select the same currency in the Default Display Currency drop down
and from the Allowed Currencies list.
Click Save Config.
and after that you should go to “System->Manage Currency Rates” and set rates for currencies you’ve chosen if no rates are defined there.
The frontend display currency should be different if you check out your site.
Make sure you've cleared your cache before checking.

In magento 2 you can change currency symbol in admin > stores > currency symbols

Related

How to remove particular Billing Address Field?

I'm newbie on magneto. I want to remove Billing Address Field, For example Middle Name/Initial.
when Go to Magento Admin Panel. In Admin Panel Sales ->Orders and Create New order and select customer. In Billing Address section. I want to remove red portion according to following image.
Please see my snapshot.
Middle Name / Initials field can be removed from admin panel.
Go to System > Configuration > Customer Configuration > Name and Address Options > Show Middle Name (initial) and set value to No.
Important: There is a know bug of Middle Name / Initials field shown even after setting value is set to No. To fix it, set value to Yes, save settings and than set it back to No and save it.
Bug most commonly occurs when Magento is updated to version Magento CE 1.9.2.1 and later.

Magento How to change the base currency without effecting the cart total calulations

I changed the base currency of my store from Singapore dollar to Pound sterling. Had to manually change all the product prices as magento doesn't do that automatically. I dont know but after changing the base currency the cart total is correct but the displayed calculation is incorrect.
I have added the cart image for reference, the calculated total is correct but the breakdown is incorrect and doesn't make any sense. Can anyone help please????

Magento: show shipping price checkout including tax

We have a problem with the tax settings in Magento for the shipping method. If we are correct we have everything set up right. We want 21% of tax to the shipping methods and this is set up correct. In the image below you will see in the the totals a shipping amount of 3.95 euro and this is correct. In red you will only see that the shipping amount at the part of "verzendwijzen" shows 3.26, so without tax.
Does anyone know how to change this?
From the Admin panel, select System > Configuration.
In the Configuration panel on the left, under Sales, select Tax
Click to expand the calculation settings, and in the dropdown of shipping prices select Including Tax.
Also on the same page expand price display setting.
In display shipping Prices select including tax.
Hope these will do the thing if you haven't changed and core file of magento

Change magento header cart price currency symbol from $ to Rs

I want to change the magento header cart price currency symbol from $ to Rs. in my dummy application. Please have a look on my dummy installation: http://questoons.com/ojp/index.php/
You can see on site, all items prices are in Rs. ( Indian rupee format ) but the cart price ( look on header total price $0.00 ) is in $. I want to display it like total price Rs. 0.00
Please guide how can I do it.
Go to admin panel:
system>configuration>general>currency setup>currency options>change Base currency, default display currency
If you have already done that than in admin panel goto:
system>configuration>developer>debug>template path hints, set it to 'yes'.
Than refresh your website homepage. You'll be able to see the path to your template file. Go there, remove Dollar '$' symbol and add 'Rs.'.
you can use English language in magento.
Open lib/Zend/Locale/Data/en.xml
find
< currency type="INR" >
Add code
:
< symbol>Rs< /symbol>
before close < /currency>
and set your default and base currency
Go:
system > configuration > general > currency setup > currency options > change
Base currency, ,default display currency, allowed currency
select indian rupee.

Magento shopping cart

I use own template for my eshop but on my website I use currency € not $. Where can I edit it. http://i50.tinypic.com/67rvhc.png
Go to System>Configuration.
Then in GENERAL>Currency setup you can change the currency.
Go to System > Configuration.
Then in GENERAL > Currency Setup
Set following--->
Base Currency: euro
Default Display Currency: euro
Allowed Currencies : euro
Save config.

Resources