Merge pull request #183 from dotnet-architecture/display-total-once-in-cart

Move the "Total" div out of the for loop so it only appears once in t…
This commit is contained in:
Eric Fleming
2019-01-05 15:21:48 -05:00
committed by GitHub

View File

@@ -47,6 +47,8 @@
@item.ProductId
</div>*@
}
<div class="container">
<article class="esh-basket-titles esh-basket-titles--clean row">
<section class="esh-basket-title col-xs-10"></section>
@@ -65,10 +67,12 @@
</section>
</article>
</div>
}
<section class="esh-basket-item col-xs-push-8 col-xs-4">
<button class="btn esh-basket-checkout" name="updatebutton" value="" type="submit"
asp-page-handler="Update">[ Update ]</button>
asp-page-handler="Update">
[ Update ]
</button>
<input type="submit" asp-page="Checkout"
class="btn esh-basket-checkout"
value="[ Checkout ]" name="action" />