Adds currency to rich snippets

The offer will not be displayed without the iso currency. There will be collisions in currencies such as AUD CAD and USD, without the sign.
This commit is contained in:
Dh42
2013-11-26 01:37:55 -06:00
parent 8a7d39d800
commit 3c1f2f045c
+1
View File
@@ -358,6 +358,7 @@ var contentOnly = {if $content_only}true{else}false{/if}
<!--{if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))}
{if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if}
{/if}-->
<meta itemprop="priceCurrency" content="{$currency->iso_code}" />
{/if}
</p>