Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 5 of 5

Thread: Currency selection dropdown in main page

  1. #1
    desibhai is offline Junior Member
    Join Date
    Jul 2008
    Posts
    17

    Default Currency selection dropdown in main page

    I want customer to select which currency they want to view in checkout page. There fore I can put dowpdown box on main page which has selection of different currencies. How do I do that? How can I know which currency has been selected in shoppingcart class? I have full source code.



    Thanks in advance.

  2. #2
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Once you have checked the published column on the Misc>Currencies page, the Currencies drop down will upper right at the top of your site. Once the currency is selected, it would automatically apply to your site.

  3. #3
    tito is offline Senior Member
    Join Date
    Sep 2005
    Posts
    213

    Default

    Do you just want it on the checkout page?
    Gordon

    8.1.1

  4. #4
    DanV's Avatar
    DanV is offline Ursus arctos horribilis
    Join Date
    Apr 2006
    Posts
    1,568

    Default

    The currency setting is a property of the customer object, which should be instantiated on any checkout page already, so for example, you would get the currency setting (string value) just by accessing:

    ThisCustomer.CurrencySetting

  5. #5
    deanfp is offline Senior Member
    Join Date
    May 2009
    Location
    Sweden
    Posts
    556

    Default

    Does not show up on mine at all.

    I want to have GB £, US$ and Euro. All are listed as published on the Currencies site and the locale settings have been added but it's just not showing up anywhere on the website.