From 3c1f2f045ca96a72980040e27792c1a05fa8edc5 Mon Sep 17 00:00:00 2001 From: Dh42 Date: Tue, 26 Nov 2013 01:37:55 -0600 Subject: [PATCH] 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. --- themes/default-bootstrap/product.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default-bootstrap/product.tpl b/themes/default-bootstrap/product.tpl index f3794f99e..452b59404 100644 --- a/themes/default-bootstrap/product.tpl +++ b/themes/default-bootstrap/product.tpl @@ -358,6 +358,7 @@ var contentOnly = {if $content_only}true{else}false{/if} + {/if}