Skip to content

Commit

Permalink
[-] FO : Fix variable name in product-prices.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
fojtcz committed Apr 26, 2016
1 parent c3390fd commit 30ced65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/classic/templates/catalog/_partials/product-prices.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<p class="product-price h5 text-uppercase {if $product.has_discount}has-discount{/if}" itemprop="offers" itemscope itemtype="https://schema.org/Offer">
<link itemprop="availability" href="https://schema.org/InStock"/>
<span itemprop="price" content="{$productPrice}">{$product.price}</span>
{if $display_taxes_label}
<small class="text-capitalize">{if $priceDisplay} {l s='tax excl.'}{else} {l s='Tax incl.'}{/if}</small>
{if $feature_active.display_taxes_label}
<small class="text-capitalize">{if $priceDisplay} {l s='tax excl.'}{else} {l s='Tax incl.'}{/if}</small>
{/if}
<meta itemprop="priceCurrency" content="{$currency.iso_code}">
{hook h='displayProductPriceBlock' product=$product type="price"}
Expand Down

0 comments on commit 30ced65

Please sign in to comment.