Skip to main content
March 28, 2024
Solved

Klaviyo Back-In-Stock Translation: "Close" text after successful entry.

  • March 28, 2024
  • 2 replies
  • 193 views

So, I have succeeded in setting up the back-in-stock flow for my Shopify store, but I’m missing one translation:

The success message is followed by the word “Close”. I would like to translate this. 

In the inspector it looks like this:

<a href="#" class="klaviyo-bis-close">Close</a>

Obviously I can just change the text “Close” to whatever I want there, but how do I do this within Shopify?

Thank you!

    This topic has been closed for replies.
    Best answer by saulblum

    There’s a parameter close_label you can set.

    https://help.klaviyo.com/hc/en-us/articles/360001895651#h_01HCX4Z4RD0TFCPK5PKJG7BXVA

    • close_label
      The text of the close button; default is "Close"

    It should be one of the properties in the modal block:

     

    2 replies

    saulblumAnswer
    Klaviyo Employee
    March 28, 2024

    There’s a parameter close_label you can set.

    https://help.klaviyo.com/hc/en-us/articles/360001895651#h_01HCX4Z4RD0TFCPK5PKJG7BXVA

    • close_label
      The text of the close button; default is "Close"

    It should be one of the properties in the modal block:

     

    March 28, 2024

    Thank you! How did I miss that one…