File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1212 </SfButton >
1313 </template >
1414 <template #right >
15- <CurrencySelector />
15+ <!--
16+ /**
17+ * The currency switch is commented, until the Core package
18+ * enables the switch of currency without returning to the browser one with i18n
19+ */
20+ <CurrencySelector />
21+ -->
1622 <StoreSwitcher />
1723 </template >
1824 </SfTopBar >
1925</template >
2026
2127<script >
2228import { SfButton , SfTopBar } from ' @storefront-ui/vue' ;
23- import CurrencySelector from ' ./CurrencySelector' ;
29+ // import CurrencySelector from './CurrencySelector';
2430import StoreSwitcher from ' ./StoreSwitcher' ;
2531
2632export default {
2733 components: {
28- CurrencySelector,
34+ // CurrencySelector,
2935 SfTopBar,
3036 SfButton,
3137 StoreSwitcher,
Original file line number Diff line number Diff line change @@ -159,9 +159,7 @@ export default {
159159 ] ,
160160 defaultLocale : 'default' ,
161161 autoChangeCookie : {
162- currency : false ,
163162 locale : false ,
164- country : false ,
165163 } ,
166164 lazy : true ,
167165 seo : true ,
You can’t perform that action at this time.
0 commit comments