display store selector

hi, Do you have any block or widget ready for displaying store selector in website? So, on theme frontend like currency and language.

See this screenshot https://prnt.sc/swie2z so you can verify configuration.

Regards, Kurtz

3 answers

Profile photo of Ziven Staff 100280.00 $tone June 10, 2020
Public

Hi Kurtz,

hi, Do you have any block or widget ready for displaying store selector in website? So, on theme frontend like currency and language.

You can show the Switch Store at this position (highlighted in red) following these steps: 
Open the file: app\design\frontend\Ubertheme\bookshop\Magento_Theme\layout\default.xml, navigate to the line 22 and replace the following declaration:

<move element=”store_language” destination=”top.settings” before=”-“/>
<move element=”currency” destination=”top.settings” after=”-“/>
with: 

<move element=”store_switcher” destination=”top.settings” before=”store_language” />
<move element=”store_language” destination=”top.settings” before=”-“/>
<move element=”currency” destination=”top.settings” after=”-“/>

(The change looks like this screenshot: https://www.dropbox.com/s/9vpeowpe1uqknhf/2020-06-10_09-20-35.png?dl=0
Once done, please flush the Magento cache.

Best Regards,
Ziven.

#1
Profile photo of ubdev Staff 98150.00 $tone June 12, 2020
Public

Hi Kurtz,
 
Yes, please move forward with making changes to UB Bookshop to fit your need.
 
Meanwhile, could we take this opportunity to ask a little further about your experience with UB Bookshop theme so far? 
 
If possible, please share with us what missing features in UB Bookshop that you had to add yourself during the development process. 
 
We did reach out to you before to ask for your suggestions, yet we hope you can share with us in more detail the area we can improve our products, either in terms of the features built-in theme or separate modules to enhance the theme. 
 
Thanks for your assistance. 
 
PS. In case you have any technical questions, we will need a bit more to follow up with you since our technical team is off during the weekend.  
 
Regards,
Ubertheme team
 

#3

Please login or Register to Submit Answer

Written By

Comments