Good morning,
I run my webshop on Wordpress and Shopify is my admin. Now I use the Shopify Buy Buttons app for the Wordpress page to sell product. When someone clicks on the button, you can choose whether to open product details, go directly to checkout or add the product to the shopping cart.
But I want to direct them to a specific URL. So instead of the product details opening in a pop-up window, I want them to go to the a certain web page where there is a whole page talking about the product details.
It looks like I need to adjust the buttonDestination which looks like this in code:
},
“buttonDestination”: “modal”,
“contents”: {
But if I put the URL here, the button on Wordpress changes to blank/white. For example:
},
“buttonDestination”: “http://www.test.com/”: {
I must be doing something wrong! Is there anyone who can help me? ![]()