I added a button to the product page which when clicked will take a customer to a specific url for this product outside of my site. I was trying to add a column in my products database which will contain the URL and then connect the button to it. But I am unable to edit the database - any suggestions on how I can add a column?
also is this the correct approach of connecting a per product button? Thanks!
Hey
Product Data Collection is ready only so you can’t add columns to that. Easy way would be to add another Data Collection called ProductUrls and then add one reference field to the Stores/Products Data Collection and a field with a field type URL.
Connect and add all urls in that data collection and then drag out a dataset and set the filter to be Product = Product Dataset on product page. Then you can connect the button.