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
Understanding Ceva's Theorem
How to tell that you are a giant?
Seeking colloquialism for “just because”
When a candle burns, why does the top of wick glow if bottom of flame is hottest?
Storing hydrofluoric acid before the invention of plastics
Can an alien society believe that their star system is the universe?
When were vectors invented?
How to bypass password on Windows XP account?
porting install scripts : can rpm replace apt?
How does debian/ubuntu knows a package has a updated version
What is the meaning of the new sigil in Game of Thrones Season 8 intro?
What's the meaning of 間時肆拾貳 at a car parking sign
Novel: non-telepath helps overthrow rule by telepaths
Output the ŋarâþ crîþ alphabet song without using (m)any letters
What does F' and F" mean?
Can a non-EU citizen traveling with me come with me through the EU passport line?
Gordon Ramsay Pudding Recipe
Compare a given version number in the form major.minor.build.patch and see if one is less than the other
Extract all GPU name, model and GPU ram
Can I cast Passwall to drop an enemy into a 20-foot pit?
At the end of Thor: Ragnarok why don't the Asgardians turn and head for the Bifrost as per their original plan?
How to deal with a team lead who never gives me credit?
How can I make names more distinctive without making them longer?
Dating a Former Employee
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 41 mins ago
Muhammad Anas
642320
642320
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