Skip to content

Commit

Permalink
fix(catalog): CATALOG-2406 fixing the rrp when variant price is diffe…
Browse files Browse the repository at this point in the history
…rent
  • Loading branch information
bc-vandana committed Mar 30, 2018
1 parent fa72313 commit 31fbc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/products/price.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<div class="price-section rrp-price--withoutTax price-section--withoutTax {{#if price.with_tax}}price-section--minor{{/if}}" {{#if schema_org}}itemprop="offers" itemscope itemtype="http://schema.org/Offer"{{/if}}>
{{#if price.rrp_without_tax}}
{{lang 'products.retail_price'}}
<span data-product-rrp-without-tax class="price price--rrp"> {{price.rrp_without_tax.formatted}}</span>
<span data-product-rrp-price-without-tax class="price price--rrp"> {{price.rrp_without_tax.formatted}}</span>
{{/if}}
</div>
<div class="price-section non-sale-price---withoutTax price-section--withoutTax {{#if price.with_tax}}price-section--minor{{/if}}" {{#if schema_org}}itemprop="offers" itemscope itemtype="http://schema.org/Offer"{{/if}}>
Expand Down

0 comments on commit 31fbc3a

Please sign in to comment.