Why does my 'Add to Cart' button switch to English when selecting a variant?

Hi,

On my product pages, the translation of the ‘Add to cart’ buttons switches to English when selecting a variant (like size).

https://sotightshop.com

Hope someone can help me out!

Thank you, best,

Debby

Hi @Debby_SoTight , I have the same problem when checking your store on my end. May I know if you are using the T Lab - 3rd app on your store? To reduce the waiting time, I would like suggest you should try to reach out the app developer to help you check this issue further.

Hi @GemPages ,

Thanks for your help! I’ve contacted T Lab but the issue is not the translation, it’s in our default language that changes to English. Maybe I should reach out to Impulse theme to check and optimize the speed of their code, but I don’t know how to reach them… Any ideas?

Thanks!

Thanks for getting back to me @Debby_SoTight .

To reach out the Impulse theme support, I found somes helpful links here:

Also, please don’t hesitate to keep posted about this issue, it may help some other Merchants when having the same issue. Thank you so much

Hello Debby,

Found out a solution while creating a site for myself. You can go to the theme code and locate (PRODUCT-TEMPLATE.liquid) under Section folder. Once are at the code try to locate this below code (mine is @ line#256):

Simply, replace the “/cart” with “{{routes.cart_url}}” and this would work perfectly.

Please note, do not copy the quotes, just the code within.

Also, remember, DO KEEP A BACKUP OF THE FILES BEFORE ANY ALTERATION.

Hope this helps you out.

Cheers!