Hello guys, so i came over a really weird situation.
When sending Abandoned Cart emails that goes to checkout the language suddenly changes.
Quick Summary about the store:
We use Shopify.
We use Recharge since we sell subscriptions.
We only have 1 language in the store which is Norwegian.
So If I were to send the customer to the product site:
{{ organization.url }}/products/{{ event.extra.line_items.0.product.handle|default:'' }}
That will work completely fine and the language is correct
But when sending the customer to checkout:
{{ event.extra.checkout_url }}
The language is suddenly in English.
The language is not in English normally when the customer goes to checkout by themself.
I have tried making the language be Norwegian by using the code:
{{ event.extra.checkout_url }}%locale=no-NO
But it still shows in English.
So my question is do anyone know what’s happening here?
The webiste is: Tannblekingsstrips
My guess so far is that Recharge, Shopify and Klaviyo crashes each other somehow.
Because i have never ever experienced something like this.