Questions tagged [currency]

Denotes questions relating to currency, currency symbols, & currency conversion

325 questions
3
votes
2 answers

currency position magento

i have tried change the currency position of my website cangurumoda.com.br/lojacangu/ it looks like: 200,00 R$ the corrency symbol should looks before the price, like this: R$ 200,00 well, have followed some tutorials,…
2
votes
0 answers

how to create a currency exchange rate attribute for some products

I want to create a attribute (price attribute, i think) to convert the price of some products from Euro in RON (romanian currency), in the back end. I have default/only currency in RON, but some suppliers have reference price in euro. So, i want to…
Silver
  • 91
  • 1
  • 1
  • 4
2
votes
2 answers

Currency Convertor

How Convert USD to INR ( base currency) in magento?. I tried to below code , but not working. $amt=1000; Mage::helper('directory')->currencyConvert($amt, 'USD', 'INR'); But its work on Mage::helper('directory')->currencyConvert($amt, 'INR',…
Rat
  • 834
  • 13
  • 28
2
votes
1 answer

Magento 2 Moving Currency Switcher

New to Magento 2 and not quite understanding the docs. In child Luma theme I am trying to move the currency switcher to the main header area (next to the minicart) but having no luck with it. In…
1
vote
0 answers

Magento displaying base currency not default display currency

I'm developing a site for a client which allows purchases to be made in one of 3 currencies: GB Pounds, Euros and US Dollars. However the client is based in the Arab Emirates and their bank account can only take transactions in AED (United Arab…
1
vote
1 answer

currency not updating when changing currency

I don't understand why currency is not working properly. I have kept base currency as INR and When choosing the USD or Euro Or GBP, its still shows the base Indian rate and uses the currency symbol of other currencies. Please check attached files.
shezan
  • 53
  • 1
  • 7
1
vote
1 answer

Magento System Configuration: meaning of Currency Options

The book "Magento Beginner's Guide - Second Edition", by Packt Publishing which is the latest book to be published on Magento as of October 2013, says the following about currency configuration, which is clearly a typo: Referring to System ->…
John Sonderson
  • 807
  • 1
  • 11
  • 23
1
vote
0 answers

Create custom currency programmatically in magento

I want to add my own currency in magento like as other currencies,and also for the created currency I want to set rate. how I can do this. Is there any idea?
konika
  • 579
  • 2
  • 7
  • 23
1
vote
0 answers

Currency drop down not showing when default currency set to GBP

I set my default currency to GBP, after that my currency dropdown does not shows at all. When I change it to CND it works. What could be the issue, please help.
mcoder
  • 713
  • 2
  • 15
  • 37
1
vote
2 answers

Memory Limit Reached When Switching Currency

I have a strange bug, wonder if anyone can help. Scenario have an empty cart switch to euros Loads fine Add a product to cart Loads fine Switch back to pounds Site hangs and then crashes Site cant be reloaded until all cookies are deleted Error…
user9123
  • 31
  • 3
1
vote
1 answer

display base currency symbol in checkout

My store base currency is AUD and the local store displays the currency values with A$, I have an international store which has currency displayed in USD. The catalog items all display on US$. When I go to checkout-payment page in International…
Vaish
  • 189
  • 1
  • 1
  • 14
0
votes
1 answer

Remove currencies from Zend

I would like to remove all currencies in Magento and just leave a few manually added ones. How can I do this?
Bob van Luijt
  • 868
  • 3
  • 13
  • 31
0
votes
1 answer

Currency Switcher

I have got currency switch dropdown set up on header.phtml and its working fine and changing the currency correctly but its keep redirecting back to home page every time I switched the currency. How can I prevent it from going back to home page and…
zaw
  • 101
  • 3
0
votes
1 answer

Need to make the visible currency is different from the real currency

My bank is accepting only Turkish lira(currency) and the visible currency of store is on Dollars. However, when a customer makes the payment I want the currency (as hidden process) switch to Turkish lira . How can I achieve this ?
Abdo A.A
  • 39
  • 2
0
votes
1 answer

show currency dropdown on top header links

i want to show currency drop down before my account in top links. i added below code in links.phtml but nothing shows. getCurrencyCount()>1): ?>
mcoder
  • 713
  • 2
  • 15
  • 37
1
2