Remove currency symbol for Google merchant listing

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

Hey @Zedzeeh , maybe this could help: Want to remove country currency tag from webflow ecommerce
If not, you can always create a new custom field with a price as a plain number and use that.

1 Like

Thanks Radka, I ended up going with a custom field