Hide currency conversion after checkout (#343)

This commit is contained in:
Megan O'Keefe 2020-05-06 09:22:02 -04:00 committed by GitHub
parent dbde2f3bff
commit 05758f56b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View file

@ -21,6 +21,9 @@
<div class="navbar">
<div class="container d-flex justify-content-between">
<div class="h-free-shipping">Free shipping with $75 purchase! &nbsp;&nbsp;</div>
{{ if $.show_currency }}
<div class="h-controls">
<div class="h-control">
<img src="/static/icons/Hipster_CurrencyIcon.svg" alt="icon" class="icon" />
@ -34,6 +37,8 @@
<img src="/static/icons/Hipster_DownArrow.svg" alt="icon" class="icon arrow" />
</div>
</div>
{{ end }}
</div>
</div>
<div class="navbar sub-navbar">
@ -53,5 +58,6 @@
</div>
</div>
</div>
</header>
{{end}}