Hi,
How do I add the currency dropdown list to the basket page? It would be useful to customers to change to their currency before making a purchase.
Also, is there some way to display the type of currency in the basket - ie EUR or GBP or the symbols near the price of each item? Currently the display only shows the dollar sign and it is confusing when the price is actually in Euros.
thank you in advance for your assistance
Currency dropdown list on the basket page
Hello,
Good news is that you already have a solution for this almost 'out of the box'.
There are two user controls in conlib
UserCurrencyDropDown
and
UserCurrencyMenuDropDown
The UserCurrencyMenuDropDown will completely solve your problem.
Add it to the basket page where you want the drop-down to display. You can either add it in the Basket Page's scriptlet or Basket's ConLib control.
For example after adding it to the Basket Page scriptlet my scriptlet looks like this
Note the new [[ConLib:UserCurrencyMenuDropDown]] line
Thats all.
The other thing that you have mentioned is that basket by default shows US dollar. Whatever the store's base currency you have set in your currencies configuration in merchant admin will be shown by default.
Change the store's base currency if you like. (Note. Just edit and rename the existing base currency and its symbol)
Thanks,
Sohaib
Good news is that you already have a solution for this almost 'out of the box'.
There are two user controls in conlib
UserCurrencyDropDown
and
UserCurrencyMenuDropDown
The UserCurrencyMenuDropDown will completely solve your problem.
Add it to the basket page where you want the drop-down to display. You can either add it in the Basket Page's scriptlet or Basket's ConLib control.
For example after adding it to the Basket Page scriptlet my scriptlet looks like this
Code: Select all
<div>
<h1>My Basket</h1>
</div>
[[ConLib:UserCurrencyMenuDropDown]]
[[ConLib:Basket]]
Thats all.
The other thing that you have mentioned is that basket by default shows US dollar. Whatever the store's base currency you have set in your currencies configuration in merchant admin will be shown by default.
Change the store's base currency if you like. (Note. Just edit and rename the existing base currency and its symbol)
Thanks,
Sohaib
- Shopping Cart Admin
- AbleCommerce Admin
- Posts: 3055
- Joined: Mon Dec 01, 2003 8:41 pm
- Location: Vancouver, WA
- Contact:
The $ is the default symbol when adding a new currency in the Manage Currency screen. The system does not automatically decide the currency symbol based on the ISO code chosen.
But it's very easy to change. Just go into the Manage Currency screen and edit the currency entry. The Symbol field at the bottom is where you can enter a new symbol for that particular currency.
But it's very easy to change. Just go into the Manage Currency screen and edit the currency entry. The Symbol field at the bottom is where you can enter a new symbol for that particular currency.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com