Okay
  Public Ticket #2169369
Moving multi currency dropdown
Closed

Comments

  • Alexandra started the conversation

    Hi There,

    I've added a multi currency dropdown to the theme however it's not appearing in a great spot, it's appearing on the far left side (see screenshot) but would like this to appear next to the cart & search icons in the top header.

    Can you please let me know where the best place to inject the currency drop down code?

    Many thanks,

    Alexandra 

  •  231
    Shopify Team replied

    Hi Alexandra,

    please follow these steps to inject it:

    1. From Admin, go to Online Store - Themes - Actions - Edit code.

    3426514536.png

    2. I saw your screenshot and your header is version 6. Open file Snippets/amely-header-type6.liquid.

    4661938210.png

    You can see the piece of code in line 24-26.

    3. Copy and delete this code above and paste this code after line 35.

    9470779227.png

    4. Click Save to save the updates.

    5. Open file Assets/gps-header-footer.scss.liquid.

    7577484557.png

    6. Scroll to line 2200, enter to make a new line and add this code below.

    .switcher-currency{
        float: right;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        .currency-picker{
          padding: 0 25px 0 17px;
        }
        .currency-picker__wrapper:after{
          right: 10px;
        }
    }
    
    6665844687.png

    7. Click Save to save the updates and please check it in frontend.

    Best regards,

    AHT Shopify Team



  • Alexandra replied

    Hi,

    Thank you for coming back to me - I followed your steps however it's still appearing in the same place as it was originally.

    I've added screenshots of where I've added the code - have I missed anything? 

    Kind regards,

    Alexandra 


  •  231
    Shopify Team replied

    Hi Aledxandra,

    1. I think you haven't check show currency checkbox in Header.

    To check it,  from Admin, go to Online Store - Themes - Customize.

    7357067778.png

    - Go to Theme settings - Header - Show currency dropdown. If not check the checkbox and save it.

    6063272061.png

    2. Delete the old code currency dropdown(not the code you added just now) you had added.

    9071028101.png


    Please check the frontend and let we know if it work.

    Best regards,

    AHT Shopify Team


  • Alexandra replied

    Hi again,

    I had already enabled the currency checkbox in header (see screenshot) 

    Which code are you wanting me to delete? 

    Alexandra 



  • Alexandra replied

    Hi again,

    I had already enabled the currency checkbox in header (see screenshot) 

    Which code are you wanting me to delete? 

    Alexandra 

  •  231
    Shopify Team replied

    Hi Alexandra, 

    Sorry for inconvenience we can't find problem in our test theme. So if possible could you please send me your account site admin so we can check the code for you.

    Best regards,

    AHT Shopify Team


  • Alexandra replied

    Hi,

    I can't give you my account login's for confidentiality reasons, but I can give you collaborator access if you request this  

    Thanks,

    Alexandra

  •  231
    Shopify Team replied

    Hi Alexandra, 

    Sorry the misunderstood, the only thing we want is staff account which can access to theme code.

    Best regards,

    AHT Shopify Team



  • Alexandra replied

    Hi,

    What is your email? I will add a staff account that has access to the theme code 

  •  231
    Shopify Team replied

    Hi Alexandra,

    My email is: [email protected]

    Best regards,

    AHT Shopify Team


  •  231
    Shopify Team replied

    Hi Alexandra,

    We found out that you are using another multi currency dropdown different from our theme. Would you like to still use that one or we could change it to our current one which can be config in theme settings currency section? Our function also had AJAX code which prevent the page from reload and still change the currency. 

    Best regards,

    AHT Shopify Team


  • Alexandra replied

    Hi,

    Ah ok, if you could please change it to your current one that would bet great! 

    Many thanks,

    Alexandra

  •  231
    Shopify Team replied

    Hi Alexandra,

    It's only 1 step left to currency dropdown working. I can access in Settings so please follow these step to make change currencies: 

    1. From Admin, Go to Settings - General

    6699068321.png

    2. Scroll to Store currency - click Change formatting and fill fields like this screenshot

    8154592408.png

    3.Click Save to save the updates and check the frontend.

    P/S: Amely now has ver1.0.3 and we have uploaded new version in your store. You can check it.

    Best regards,

    AHT Shopify Team


  • Alexandra replied

    Hi There,

    I can see the dropdown beside the cart icon looks great, however it doesn't seem to be working at all, when you click on another currency the prices don't change, and when you add to cart it's still showing USD. The dropdown I had added was changing the prices on homepage, product page and showing the NZD or CAD or AU or EU or USD prices also right through to checkout so the customer could see what they were paying in their own currency. Can this be fixed? as it will really effect our NZ market. 

    Thanks,

    Alexandra

  •  231
    Shopify Team replied

    Hi Alexandra,

    I can't access to Store Settings so please follow these step to make change currencies: 

    1. From Admin, Go to Settings - General

    6699068321.png

    2. Scroll to Store currency - click Change formatting and fill fields like this screenshot

    8154592408.png

    3.Click Save to save the updates and check the frontend.

    Best regards,

    AHT Shopify Team



  • Alexandra replied

    Hi,

    I'd already made those changes. It hasn't fixed it - My store currency is locked down as NZD - would this be why? 

  •  231
    Shopify Team replied

    Hi,

    The currency dropdown is working. Here is a video we just recorded it for you: https://www.loom.com/share/9624340a46314385b93bf3cf98b19525

    Maybe your browser is cache.  Please clear your browser cache and check it again.


    Amely now has ver1.0.3 and we have uploaded new version in your store. You can check it. Remeber to backup first.

    Best regards,

    AHT Shopify Team


  • Alexandra replied

    Hi there,

    There thank you so much for fixing! i can see it's now working.

    One thing though the multi currency is meant to round up to the nearest dollar as per Shopify's Multi currency feature (see screenshot) we don't want it to have the .35 and weird cents rounding at the end as customers are complaining about this, how do we get this rounded properly? 

    Thanks,

    Alexandra 

  • Alexandra replied

    Hi there,

    There thank you so much for fixing! i can see it's now working.

    One thing though the multi currency is meant to round up to the nearest dollar as per Shopify's Multi currency feature (see screenshot) we don't want it to have the .35 and weird cents rounding at the end as customers are complaining about this, how do we get this rounded properly? 

    Thanks,

    Alexandra 

  •  231
    Shopify Team replied

    Hi Alexandra,

    We finished what you asked for. Please check if it works.

    ----------------------------------------------------------------------------------------

    If you want to show money with currency format ($10.00 NZD). Please follow these steps to change it:

    1. From Admin, go to Online Store - Themes - Customize.

    2. Go to Theme settings - Currency

    7054441096.png

    3. Select currency format you want.

    8506259677.png

    4. Save the updates and check the frontend.

    Best regards,

    AHT Shopify Team


  • Alexandra replied

    Amazing! Thank you so so much! Happy to leave the zero's on the end :) 

    Thanks again for all your  help on this!!