Enabling store switcher issue in Magento 2.3how does magento generate the content of store link (block...
Is Gradient Descent central to every optimizer?
Could you please stop shuffling the deck and play already?
Time travel short story where dinosaur doesn't taste like chicken
Force user to remove USB token
MTG: Can I kill an opponent in response to lethal activated abilities, and not take the damage?
Do f-stop and exposure time perfectly cancel?
Can you reject a postdoc offer after the PI has paid a large sum for flights/accommodation for your visit?
Fourth person (in Slavey language)
"One can do his homework in the library"
What is the likely impact of grounding an entire aircraft series?
Offered promotion but I'm leaving. Should I tell?
If the Captain's screens are out, does he switch seats with the co-pilot?
Finding algorithms of QGIS commands?
Accountant/ lawyer will not return my call
Can't find the Shader/UVs tab
How could our ancestors have domesticated a solitary predator?
How do I locate a classical quotation?
Why doesn't this Google Translate ad use the word "Translation" instead of "Translate"?
How strictly should I take "Candidates must be local"?
Aliens englobed the Solar System: will we notice?
Should I tell my boss the work he did was worthless
What is the chance of making a successful appeal to dismissal decision from a PhD program after failing the qualifying exam in the 2nd attempt?
What wound would be of little consequence to a biped but terrible for a quadruped?
Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?
Enabling store switcher issue in Magento 2.3
how does magento generate the content of store link (block name=store.links )in the mobile viewCustom Module Layout Not Working in magento 2Adding top.links to new header container magento 2Move/Push page.main.title block into Breadcrumbs Magento2How can I hide the store switcherMagento 2 theme HELPStore switcher on admin product gridMagento2: How to create different home pageOverride empty.xml in a custom themeMagento 2 : store switcher not display store vise filter
I have created 2 stores, one is english and one is of some other language for example italian language.
Now, I am trying to enable store switcher, I have tried this thing:
<block class="MagentoStoreBlockSwitcher" name="store_switcher" as="store_switcher" before="-" template="Magento_Store::switch/stores.phtml"/>
<move element="store_switcher" destination="header-wrapper" after="top.links" />
in Magento_Theme/layout/default.xml
but unfortunately it is not working .
magento2 magento2.3
add a comment |
I have created 2 stores, one is english and one is of some other language for example italian language.
Now, I am trying to enable store switcher, I have tried this thing:
<block class="MagentoStoreBlockSwitcher" name="store_switcher" as="store_switcher" before="-" template="Magento_Store::switch/stores.phtml"/>
<move element="store_switcher" destination="header-wrapper" after="top.links" />
in Magento_Theme/layout/default.xml
but unfortunately it is not working .
magento2 magento2.3
add a comment |
I have created 2 stores, one is english and one is of some other language for example italian language.
Now, I am trying to enable store switcher, I have tried this thing:
<block class="MagentoStoreBlockSwitcher" name="store_switcher" as="store_switcher" before="-" template="Magento_Store::switch/stores.phtml"/>
<move element="store_switcher" destination="header-wrapper" after="top.links" />
in Magento_Theme/layout/default.xml
but unfortunately it is not working .
magento2 magento2.3
I have created 2 stores, one is english and one is of some other language for example italian language.
Now, I am trying to enable store switcher, I have tried this thing:
<block class="MagentoStoreBlockSwitcher" name="store_switcher" as="store_switcher" before="-" template="Magento_Store::switch/stores.phtml"/>
<move element="store_switcher" destination="header-wrapper" after="top.links" />
in Magento_Theme/layout/default.xml
but unfortunately it is not working .
magento2 magento2.3
magento2 magento2.3
edited 2 mins ago
magefms
1,392224
1,392224
asked 2 hours ago
Magento BugMagento Bug
3368
3368
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f265573%2fenabling-store-switcher-issue-in-magento-2-3%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f265573%2fenabling-store-switcher-issue-in-magento-2-3%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown