Embed Switcher to Unsupported Themes with Transcy
Want to embed Transcy's language and currency switcher to your store, but your theme doesn't support it natively? Don't worry! This guide shows you simple ways to get your switcher working on any Shopify theme, even if it's not on our supported list.
Embedding a language and currency switcher can greatly improve your customers' shopping experience. While most modern themes work perfectly with Transcy, some older or custom themes might need a little extra setup.
Table of Contents
II. Quick Fix: Theme Rename Method
I. Check Theme Compatibility
First, check if your theme is on our supported themes list. If your theme isn't supported, you might see a message like this:
No need to panic! We have two simple solutions that work for any theme.
II. Quick Fix: Theme Rename Method
This is the easiest way to get your switcher working:
- Go to your Shopify admin → Online Store → Themes
- Click the three dots icon next to your theme
- Select Rename
- Add "TC" after your original theme name
- Click Save
That's it! Your Transcy switcher should now appear on your store.
III. Manual Code Integration
If the rename method doesn't work, you can manually add the switcher code:
1. Getting the Code
Copy the appropriate code for your needs:
For desktop display:
<div class="transcy-switcher-manual transcy-desktop hidden"></div>
For mobile display:
<div class="transcy-switcher-manual transcy-mobile hidden"></div>
2. Embedding Code to Your Theme
- From Shopify admin, go to Online Store → Themes
- Click Actions → Edit code
- Search for your header file (usually named
header.liquid
) - Insert the code where you want the switcher to appear
- Click Save
Pro tip: If you want the switcher in your header, embed the code in the header file. For other locations like footer or sidebar, find the corresponding template file.
If you have completed all the above steps and still cannot embed the switcher into unsupported themes, please submit a support ticket for our priority assistance. You can refer to this How to create a request support ticket for guidance on how to submit a ticket.
Related Articles
Need help with your setup? Our support team is ready to assist you through LiveChat in your app or email us at support@transcy.io
Updated on: 25/07/2025
Thank you!