Adding Continue shopping link/button to Cart

This commit is contained in:
Nemi Chand
2019-07-15 23:01:14 +05:30
parent 7c092ba5ad
commit 1c0dbfa9bd

View File

@@ -67,8 +67,12 @@
</section>
</article>
</div>
<div class="row">
<section class="esh-basket-item col-xs-1">
<a asp-page="/Index" class="btn esh-basket-checkout text-white">[ Continue Shopping..]</a>
</section>
<section class="esh-basket-item col-xs-push-7 col-xs-4">
<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 ]
@@ -77,14 +81,14 @@
class="btn esh-basket-checkout"
value="[ Checkout ]" name="action" />
</section>
</div>
</div>
</form>
}
else
{
<div class="esh-catalog-items row">
Basket is empty.
Basket is empty. <a asp-page="/Index">Continue Shopping..</a>
</div>
}
</div>