show in store not working in magento system.xml Planned maintenance scheduled April 17/18,...
Echoing a tail command produces unexpected output?
Can a USB port passively 'listen only'?
3 doors, three guards, one stone
Why did the Falcon Heavy center core fall off the ASDS OCISLY barge?
Identifying polygons that intersect with another layer using QGIS?
Why is my conclusion inconsistent with the van't Hoff equation?
What's the purpose of writing one's academic biography in the third person?
Denied boarding although I have proper visa and documentation. To whom should I make a complaint?
When were vectors invented?
How to bypass password on Windows XP account?
How do I name drop voicings
51k Euros annually for a family of 4 in Berlin: Is it enough?
Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?
Ring Automorphisms that fix 1.
How do I keep my slimes from escaping their pens?
How discoverable are IPv6 addresses and AAAA names by potential attackers?
How to react to hostile behavior from a senior developer?
What is known about the Ubaid lizard-people figurines?
At the end of Thor: Ragnarok why don't the Asgardians turn and head for the Bifrost as per their original plan?
What is the logic behind the Maharil's explanation of why we don't say שעשה ניסים on Pesach?
Seeking colloquialism for “just because”
Sci-Fi book where patients in a coma ward all live in a subconscious world linked together
How to call a function with default parameter through a pointer to function that is the return of another function?
How does debian/ubuntu knows a package has a updated version
show in store not working in magento system.xml
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Magento Multi-Store with Domain Alias - 404 Error on 2nd StoreMulti Stores not workingmagento system.xml <backend_model> validate two parameter using same methodShow/hide shipping methods on checkout page depending on current storegetQuote not working some storesSome Widgets ARE showing some are not showing MagentoMagento 1.9 - 2 store, 1 product - different URLStore Selection in Grid not working properlyMagento 1.9, getting 404 on category pages after renaming Store Namemagento 1.9 “new” label not showing in catalog view
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have created a section in system->config
things are working fine.
I have defined like
<xyz module="abc_latest" translate="label">
<label>my new setting</label>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</xyz>
but only in store view it is not appearing. in default and website it is showing properly.
magento-1.9
add a comment |
I have created a section in system->config
things are working fine.
I have defined like
<xyz module="abc_latest" translate="label">
<label>my new setting</label>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</xyz>
but only in store view it is not appearing. in default and website it is showing properly.
magento-1.9
add a comment |
I have created a section in system->config
things are working fine.
I have defined like
<xyz module="abc_latest" translate="label">
<label>my new setting</label>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</xyz>
but only in store view it is not appearing. in default and website it is showing properly.
magento-1.9
I have created a section in system->config
things are working fine.
I have defined like
<xyz module="abc_latest" translate="label">
<label>my new setting</label>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</xyz>
but only in store view it is not appearing. in default and website it is showing properly.
magento-1.9
magento-1.9
edited 11 mins ago
Muhammad Anas
636320
636320
asked Feb 9 '17 at 9:44
NirmeshNirmesh
12
12
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It also depend on your groups and also on fields nodes setting too you must enable in groups <show_in_store>1</show_in_store>
and also fields <show_in_store>1</show_in_store>
<groups>
<extension translate="label comment" module="sales">
<label>Main Setting</label>
<frontend_type>text</frontend_type>
<sort_order>0</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<fields>
<enabled translate="label">
<label>Enable / Disable the Extension </label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_enabledisable</source_model>
<sort_order>0</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<validate>required-entry</validate>
<comment>Enable or disable the extension</comment>
</enabled>
</fields>
</extension>
</group>
add a comment |
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%2f158967%2fshow-in-store-not-working-in-magento-system-xml%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It also depend on your groups and also on fields nodes setting too you must enable in groups <show_in_store>1</show_in_store>
and also fields <show_in_store>1</show_in_store>
<groups>
<extension translate="label comment" module="sales">
<label>Main Setting</label>
<frontend_type>text</frontend_type>
<sort_order>0</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<fields>
<enabled translate="label">
<label>Enable / Disable the Extension </label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_enabledisable</source_model>
<sort_order>0</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<validate>required-entry</validate>
<comment>Enable or disable the extension</comment>
</enabled>
</fields>
</extension>
</group>
add a comment |
It also depend on your groups and also on fields nodes setting too you must enable in groups <show_in_store>1</show_in_store>
and also fields <show_in_store>1</show_in_store>
<groups>
<extension translate="label comment" module="sales">
<label>Main Setting</label>
<frontend_type>text</frontend_type>
<sort_order>0</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<fields>
<enabled translate="label">
<label>Enable / Disable the Extension </label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_enabledisable</source_model>
<sort_order>0</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<validate>required-entry</validate>
<comment>Enable or disable the extension</comment>
</enabled>
</fields>
</extension>
</group>
add a comment |
It also depend on your groups and also on fields nodes setting too you must enable in groups <show_in_store>1</show_in_store>
and also fields <show_in_store>1</show_in_store>
<groups>
<extension translate="label comment" module="sales">
<label>Main Setting</label>
<frontend_type>text</frontend_type>
<sort_order>0</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<fields>
<enabled translate="label">
<label>Enable / Disable the Extension </label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_enabledisable</source_model>
<sort_order>0</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<validate>required-entry</validate>
<comment>Enable or disable the extension</comment>
</enabled>
</fields>
</extension>
</group>
It also depend on your groups and also on fields nodes setting too you must enable in groups <show_in_store>1</show_in_store>
and also fields <show_in_store>1</show_in_store>
<groups>
<extension translate="label comment" module="sales">
<label>Main Setting</label>
<frontend_type>text</frontend_type>
<sort_order>0</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<fields>
<enabled translate="label">
<label>Enable / Disable the Extension </label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_enabledisable</source_model>
<sort_order>0</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<validate>required-entry</validate>
<comment>Enable or disable the extension</comment>
</enabled>
</fields>
</extension>
</group>
answered Feb 9 '17 at 10:43
Qaisar SattiQaisar Satti
27.1k1256109
27.1k1256109
add a comment |
add a comment |
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%2f158967%2fshow-in-store-not-working-in-magento-system-xml%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