Hi @fd2025
Thank you for posting your question in the community. In terms of the Shopify triggered back-in-stock integration with Klaviyo, its my understanding that the price should be based on the product catalog that is syncing with Klaviyo. So if you change the pricing of the product in Shopify, that adjusted price should be synced within Klaviyo for all flows, including the back-in-stock.
I hope this helps!
@In the Inbox
Hey @In the Inbox
The question tho is if Klaviyo is also able to pull the prices in the respective markets.
For example in some markets we increase the price automatically by 2%
The customer who gets the back in stock of course should see the increased price and not the “original” price.
You understand what I mean?
@fd2025 ,
As @In the Inbox has said the pricing is from the product catalog. So do you have different product catalogues per market?
You can also remove the price if you wish. The Back in Stock email one brand sends out only have the image and the product name.
If you want to add just the image, drag in an image block, select ‘dynamic image’ and use this code:
{% catalog event.VariantId integration='shopify' %}{{ catalog_item.url }}{% endcatalog %}
To add the product name into your text, use this code;
{% catalog event.VariantId integration='shopify' %}{{ catalog_item.title }}{% endcatalog %}{% catalog event.VariantId integration='shopify' %}{{ catalog_item.title }}{% endcatalog %}