I just started using Klaviyo for a work around in Shopify. I am using “notify when back in Stock”. This is to eliminate unnecessary chargebacks for items that will not be available, shopify charges credit processing fees regards if the sale completes or not. My Website Developer told me to use this features however when installing this I have noticed that it Suspends the price of the Item. This is a huge deal Breaker as how does one shop for a item if there is not Price Shown? How would they want to proceed based on no Pricing Information? Help let me know if this is a waste of my time with this feature. Thank you,
how can I use Back in Stock and Not Eliminate the Price from the Item?
Best answer by Christiannoerbjerg
Hi @
Thank you for posting in the Community!
It sounds like you're encountering an issue where the "Notify When Back in Stock" feature in Klaviyo is affecting the display of the product price, which can indeed create a poor user experience. Here's a step-by-step guide to help resolve this issue:
Understand the feature’s functionality:
- The "Notify When Back in Stock" feature is designed to engage potential customers when an item is out of stock, but it’s not meant to remove or hide product pricing.
- Shopify and Klaviyo integration relies on the proper setup of product templates in Shopify. If the price is disappearing, it’s likely due to the specific theme or coding issue in your Shopify product pages.
2. Troubleshoot the pricing issue
- Check Shopify theme settings:
- Go to your Shopify Admin > Online Store > Themes.
- Click "Customize" next to your active theme.
- Inspect the product page layout to ensure pricing visibility is not tied to stock status.
- Examine theme code:
- Navigate to Online Store > Themes > Actions > Edit Code.
- Look for the product template code (
product.liquid
ormain-product.liquid
) and check for conditions tied to the price display, such as:
If pricing is hidden when a product is unavailable, modify this to ensure pricing is always shown: {{ product.price }}{% if product.available %} {{ product.price }} {% endif %}
Hope that helps or else let me know! :-)
Christian Nørbjerg Enger
Partner & CPO
Web: Segmento.dk
LinkedIn: @christianfromsegmento
Voldbjergvej 22b, 8240 Risskov
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.