Change currency symbol in source code
-
Our products are displayed in the EGP currency symbol in Google Rich Results, which is not our selling currency. Our selling currency is SAR (?.?). We reached out to the Google Help Community, and they said that the problem is that our visible content contains currency references such as ?.? (Saudi riyal symbol). However, the source code does not have this symbol.
They proposed to mention the ISO 4217 currency code in one source code container with a price and without attachments, just like we have:<p class="price"><span class="woocommerce-Price-amount amount"><bdi>302.00 <span class="woocommerce-Price-currencySymbol">?.?</span></bdi></span> <small class="woocommerce-price-suffix">???? ???????</small></p>
e.g.:
<p>Price: <b>302 SAR</b> ?.?</p>
I have already informed them that we have implemented the currency symbol ?.? (Saudi riyal symbol) using ?. ? codes. However, they advised us to try their solution. My question is, how can we implement this solution?
ThanksThe page I need help with: [log in to see the link]
- The topic ‘Change currency symbol in source code’ is closed to new replies.