No content to show
User Activity
Thank you so much! This worked perfectly.
Thank you for your reply, but after trying this, the button will not appear on either table.Maybe I did something wrong? This is the javascript edit I made: document.getElementsByClassName('buybutton').forEach(node => {
ShopifyBuy.UI.onRe...
I am trying to add the buy button to my website product page, but I need the button to display twice: once in a PC table and once in a responsive/smartphone table. Because the JavaScript uses "node: document.getElementById" to display the button, it ...