Skip to content

Commit

Permalink
fix(storefront): BCTHEME-936 Cannot see currency dropdown in storefro…
Browse files Browse the repository at this point in the history
…nt (#2141)
  • Loading branch information
bc-yevhenii-buliuk authored Nov 9, 2021
1 parent 519d5f9 commit f9ef7c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Draft
- Cannot see currency dropdown in storefront. [#2141](https://github.com/bigcommerce/cornerstone/pull/2141)

## 6.1.2 (11-05-2021)
- Hide prices for aria-label and data-product-price attributes if set to "Hidden for guests". Hide currency selection for non-logged in users. [#2131](https://github.com/bigcommerce/cornerstone/pull/2131)
Expand Down
4 changes: 2 additions & 2 deletions templates/components/common/navigation.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<nav class="navUser">
{{#if customer.id}}
{{#or customer (unless theme_settings.restrict_to_login)}}
{{> components/common/currency-selector}}
{{/if}}
{{/or}}

<ul class="navUser-section navUser-section--alt">
{{#if customer.store_credit.value '>' 0}}
Expand Down

0 comments on commit f9ef7c4

Please sign in to comment.