Currency dropdown list on the basket page

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
DS1
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 23
Joined: Mon Jan 21, 2008 2:22 pm

Currency dropdown list on the basket page

Post by DS1 » Thu Feb 28, 2008 11:03 am

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

User avatar
sohaib
Developer
Developer
Posts: 1079
Joined: Fri Jan 23, 2004 1:38 am

Post by sohaib » Fri Feb 29, 2008 9:47 am

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

Code: Select all

<div>
<h1>My Basket</h1>
</div>
[[ConLib:UserCurrencyMenuDropDown]]
[[ConLib:Basket]]

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

DS1
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 23
Joined: Mon Jan 21, 2008 2:22 pm

Post by DS1 » Sat Mar 01, 2008 11:36 pm

The base currency is set to GBP. The prices on my website are correct (it is in GBP), but still shows the $ sign in front of the price. It should show the £ sign. Similarly it should show the ¥ for Yen, etc. for whatever is being displayed.

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Post by Shopping Cart Admin » Sun Mar 02, 2008 11:15 am

Hello,

Then you must have the Currency Symbol set to '$' for all currencies.
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Post by AbleMods » Sun Mar 02, 2008 11:44 am

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

Post Reply