Display 2 decimal places for Total on Basket screen

This commit is contained in:
Eric Fleming
2019-01-12 20:10:55 -05:00
parent 2d6e9106a3
commit 007fb6a0af

View File

@@ -57,7 +57,7 @@
<article class="esh-basket-items row">
<section class="esh-basket-item col-xs-10"></section>
<section class="esh-basket-item esh-basket-item--mark col-xs-2">$ @Model.BasketModel.Total()</section>
<section class="esh-basket-item esh-basket-item--mark col-xs-2">$ @Model.BasketModel.Total().ToString("N2")</section>
</article>
<article class="esh-basket-items row">