I’ve added the klaviyo “notify me” button for out of stock items. When an item is in stock, the “add to cart” button sits ABOVE the “buy with shop pay” button and “more payment options” link… however, when an item is out of stock, the “notify me” button is sitting below the “buy with shop pay” and “more payment options”.
How do I move the “notify me” button to sit in the same place as the add to cart? The code I currently have, has the add to cart button replaced with “notify me” when items are out of stock - so I’m not sure why the button placement moves.
trigger: {
product_page_text: “Notify Me When Available”,
product_page_class: “button”,
product_page_text_align: “center”,
product_page_margin: “0px”,
alternate_anchor: “AddToCart”,
replace_anchor: true
Thanks,
Alexandra

