i'm actually trying to get my squarespace eCommerce working with facebook, integration with micro data nearly work. when i test it on this url : https://business.facebook.com/ads/microdata/debug
they say that there is missing an id product meta : product:retailer_item_id
when i add it by code injection on product page :
<meta property="product:retailer_item_id" content="{ProductId}">
i get the value as it was a string not a variable.
i want to get product id or even the SKU to get it work with facebook integration
can't seem to find any solution for 2 days ...
maybe someone can help
many thanks