Hi,
I've noticed when Google displays my products my item is listed in US Dollars - I'm assuming this is because I'm not giving google a rich snippet to say it should be in Australian Dollars (AUD).
So far i've worked out google is getting the snippet price from this field:
<span class="hikashop_product_price_full">
<span itemprop="price" class="hikashop_product_price hikashop_product_price_0">$24.00</span> </span>
</span>
It it possible to somehow easily add <span itemprop="currency">AUD</span> or similar into this code?
I'm reasonably familiar with PHP/javascript and can do basic modification - if you could at least point me towards the files where I could edit this I'd appreciate it
I fear having the "US" currency listed in my google results will drive domestic customers away who are my main target base.
An example of one of my pages is here:
www.geekbyte.com.au/index.php/component/...blood-splatter-apron
I'm also happy to hard-code it into my site somehow to get this info correctly displayed