Hi there,
I am injecting attribute values in to the button. as such
"$(’.snipcart-add-item’).attr( ‘data-item-price’,sdprice);
$(’.snipcart-add-item’).attr( ‘data-item-id’,sdproduct); " … etc
Why ? because i want to maintain all product prices and description in one page easier to manage etc etc
Everything works as expected. until I hit the validation when checking out. obviously scraping the data-url doesn’t provide the necessary information… any thoughts or ideas would be much appreciated?