Skip to content

Commit

Permalink
Fix for #2892
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarw committed May 17, 2019
1 parent 106de8e commit ca8d218
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</div>
<div class="prices" v-else-if="isOnline && product.totals">
<span class="h4 serif cl-error price-special" v-if="product.totals.discount_amount">
{{ product.totals.row_total_incl_tax - product.totals.discount_amount | price }}&nbsp;
{{ product.totals.row_total - product.totals.discount_amount + product.totals.tax_amount | price }}&nbsp;
</span>
<span class="h6 serif price-original" v-if="product.totals.discount_amount">
{{ product.totals.row_total_incl_tax | price }}
Expand Down

0 comments on commit ca8d218

Please sign in to comment.