Skip to content

Commit

Permalink
Update from Shopify for theme dawn/test290823
Browse files Browse the repository at this point in the history
Committed from shop: Nanshy
  • Loading branch information
shopify[bot] authored Feb 28, 2024
1 parent d8c3143 commit 23863a7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions snippets/buy-buttons.liquid
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<script>
var klaviyo = klaviyo || [];
klaviyo.init({
account: "fBRWeY",
platform: "shopify"
});
klaviyo.enable("backinstock",{
trigger: {
product_page_text: "Notify Me When Available",
product_page_class: "btn",
product_page_text_align: "center",
product_page_margin: "0px",
replace_anchor: false
},
modal: {
headline: "{product_name}",
body_content: "Register to receive a notification when this item comes back in stock.",
email_field_label: "Email",
button_label: "Notify me when available",
subscription_success_label: "You're in! We'll let you know when it's back.",
footer_content: ''
}
});
</script>
{% comment %}
Renders product buy-buttons.
Accepts:
Expand Down

0 comments on commit 23863a7

Please sign in to comment.