Skip to content

Commit

Permalink
Merge pull request #1 from ldabas-msft/feature-checkout-cart
Browse files Browse the repository at this point in the history
Adding checkout functionality
  • Loading branch information
ldabas-msft authored Sep 27, 2024
2 parents d3dc63f + 3ca8fbb commit 9b96df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contoso_supermarket/developer/pos/src/templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</li>
</ul>
</div>
<!-- Checkout button / Remove this comment to enable button

<form class="d-flex z-index-1" role="checkout">
<a href="{{ url_for('cart') }}" id="checkout-btn" class="btn border-radius-xs bg-green px-4 text-white d-flex justify-content-between" type="submit">
<div class="me-5 d-flex flex-nowrap">
Expand All @@ -33,7 +33,7 @@
</div>
</a>
</form>
-->

<a href="#" class="ms-5 d-none d-lg-block">
<img src="static/img/icon_profile.svg" alt="">
</a>
Expand Down

0 comments on commit 9b96df2

Please sign in to comment.