Hello,
I am having issues returning the productID at checkout. This is working for multiple other clients but for one it will not pass the product ID into the script.
Any suggestions would be helpful
The line we’re looking at is:
sku: [ "{{ checkout.line_items[0].product.id }}" ],
