I am trying to install a "Buy with Prime" button in our store. Has anyone done this before? I actually got the button to show once but it did not work. We posted the code at the top of the "More Info Page Text" section.
We also tried the code with and without this button checked
"Append the Option SKU to the Product SKU"
<!-- Beginning of Buy With Prime Widget -->
<script async fetchpriority='high' src='https://code.buywithprime.amazon.com/bwp.v1.js'></script>
<div
id="amzn-buy-now"
data-site-id="hidden for this forum"
data-widget-id="hidden for this forum"
data-sku="{{product.sku}}"
></div>
<!-- End of Buy With Prime Widget -->
Did you replace 'product.sku' with the product's actual SKU? My understanding is that they use the SKU to match that product up with one of your products listed on Amazon, and if it's not in Amazon the button doesn't show. So it's important to put the right SKU there.
If you were going to put the code in a custom more info page template instead (so you didn't have to manually add it to each product's More Info Page Text), then you would replace 'product.sku' with the ShopSite template tag that will output the product's SKU, which is [-- PRODUCT.SKU --].