I’m currently trying to add custom code to my products pages to allow them to show as merchant listings on google.
However, when I add the price CMS item it comes out as £49.99, but I need it to show as 49.99 instead. Does anyone know how I can do this?
The section of code I’m having the issue with:
“offers”: {
“@type”: “Offer”,
“priceCurrency”: “GBP”,
“price”: “{{wf {"path":"default-sku:price","type":"CommercePrice"} }}”,
“itemCondition”: “NewCondition - Schema.org Enumeration Member”,
“availability”: “InStock - Schema.org Enumeration Member”
}
Thanks in advance