Create Custom Tab into Magento 1.9 Admin Panel The 2019 Stack Overflow Developer Survey Results Are InMagento 1.9 Can’t login to admin panel!1.9 admin panel login problemSub menu not showing up on mouseoverProblem logging into Magento 2 admin panelI can't log into my admin panelMagento 1.9 custom configuration is not visible in admin panelTemplate for custom admin panel tabCan't log into Magento 1.9 Admin Panel on work networkMagento 2: Create Custom Tab in admin panel in magento 2Save Category and sub-categories into Database
Can I have a signal generator on while it's not connected?
How to translate "being like"?
How do PCB vias affect signal quality?
Are spiders unable to hurt humans, especially very small spiders?
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
Are there any other methods to apply to solving simultaneous equations?
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
How to charge AirPods to keep battery healthy?
Can there be female White Walkers?
Ubuntu Server install with full GUI
Is it safe to harvest rainwater that fell on solar panels?
What information about me do stores get via my credit card?
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
I am an eight letter word. What am I?
Keeping a retro style to sci-fi spaceships?
Kerning for subscripts of sigma?
Why isn't the circumferential light around the M87 black hole's event horizon symmetric?
Falsification in Math vs Science
What is the meaning of Triage in Cybersec world?
Can we generate random numbers using irrational numbers like π and e?
How come people say “Would of”?
What is preventing me from simply constructing a hash that's lower than the current target?
Why are there uneven bright areas in this photo of black hole?
Deal with toxic manager when you can't quit
Create Custom Tab into Magento 1.9 Admin Panel
The 2019 Stack Overflow Developer Survey Results Are InMagento 1.9 Can’t login to admin panel!1.9 admin panel login problemSub menu not showing up on mouseoverProblem logging into Magento 2 admin panelI can't log into my admin panelMagento 1.9 custom configuration is not visible in admin panelTemplate for custom admin panel tabCan't log into Magento 1.9 Admin Panel on work networkMagento 2: Create Custom Tab in admin panel in magento 2Save Category and sub-categories into Database
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
This Problem is related to Backend side (Magento 1.9 Admin panel) not for Frontend side:
Part: 1)
- I wanna Create Custom tab (suppose 'CategoriesInfo') in magento 1.9 admin panel. (like parallel to other top side tabs like, Dashboard,Sales,Category,CMS and etc )
- This tab has one sub_tab, 'categoryIDs'
- When you click on 'categoryIDs' sub_tab, it'll show one page at admin panel where i can write my logic to fetch all available categories.
Part: 2)
- It will show all the Catagories and sub_categories IDs and Categories name with Checkboxs.
- Admin can select any category then click on save button then data should be save into file/DB (for now in file).
Please Share Your ideas, Your ideas and efforts are appreciable for me, Thanks.
magento-1.9 module admin-panel category-products
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
This Problem is related to Backend side (Magento 1.9 Admin panel) not for Frontend side:
Part: 1)
- I wanna Create Custom tab (suppose 'CategoriesInfo') in magento 1.9 admin panel. (like parallel to other top side tabs like, Dashboard,Sales,Category,CMS and etc )
- This tab has one sub_tab, 'categoryIDs'
- When you click on 'categoryIDs' sub_tab, it'll show one page at admin panel where i can write my logic to fetch all available categories.
Part: 2)
- It will show all the Catagories and sub_categories IDs and Categories name with Checkboxs.
- Admin can select any category then click on save button then data should be save into file/DB (for now in file).
Please Share Your ideas, Your ideas and efforts are appreciable for me, Thanks.
magento-1.9 module admin-panel category-products
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
This Problem is related to Backend side (Magento 1.9 Admin panel) not for Frontend side:
Part: 1)
- I wanna Create Custom tab (suppose 'CategoriesInfo') in magento 1.9 admin panel. (like parallel to other top side tabs like, Dashboard,Sales,Category,CMS and etc )
- This tab has one sub_tab, 'categoryIDs'
- When you click on 'categoryIDs' sub_tab, it'll show one page at admin panel where i can write my logic to fetch all available categories.
Part: 2)
- It will show all the Catagories and sub_categories IDs and Categories name with Checkboxs.
- Admin can select any category then click on save button then data should be save into file/DB (for now in file).
Please Share Your ideas, Your ideas and efforts are appreciable for me, Thanks.
magento-1.9 module admin-panel category-products
This Problem is related to Backend side (Magento 1.9 Admin panel) not for Frontend side:
Part: 1)
- I wanna Create Custom tab (suppose 'CategoriesInfo') in magento 1.9 admin panel. (like parallel to other top side tabs like, Dashboard,Sales,Category,CMS and etc )
- This tab has one sub_tab, 'categoryIDs'
- When you click on 'categoryIDs' sub_tab, it'll show one page at admin panel where i can write my logic to fetch all available categories.
Part: 2)
- It will show all the Catagories and sub_categories IDs and Categories name with Checkboxs.
- Admin can select any category then click on save button then data should be save into file/DB (for now in file).
Please Share Your ideas, Your ideas and efforts are appreciable for me, Thanks.
magento-1.9 module admin-panel category-products
magento-1.9 module admin-panel category-products
edited Sep 7 '17 at 19:43
Abhishek Panchal
3,5973929
3,5973929
asked Sep 7 '17 at 19:32
NaveenNaveen
14
14
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
For that you have to create admin menu and grid for display category and sub category on admin side.
Click on below link for how to create admin tab under any menu of main menu and show grid.
Click here for admin grid and custom tab.
If you want to create main menu on admin panel then some changes on above module.
Change according to below link in your adminhtml.xml
Click here for main menu in admin panel.
This may help you.
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%2f192445%2fcreate-custom-tab-into-magento-1-9-admin-panel%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
For that you have to create admin menu and grid for display category and sub category on admin side.
Click on below link for how to create admin tab under any menu of main menu and show grid.
Click here for admin grid and custom tab.
If you want to create main menu on admin panel then some changes on above module.
Change according to below link in your adminhtml.xml
Click here for main menu in admin panel.
This may help you.
add a comment |
For that you have to create admin menu and grid for display category and sub category on admin side.
Click on below link for how to create admin tab under any menu of main menu and show grid.
Click here for admin grid and custom tab.
If you want to create main menu on admin panel then some changes on above module.
Change according to below link in your adminhtml.xml
Click here for main menu in admin panel.
This may help you.
add a comment |
For that you have to create admin menu and grid for display category and sub category on admin side.
Click on below link for how to create admin tab under any menu of main menu and show grid.
Click here for admin grid and custom tab.
If you want to create main menu on admin panel then some changes on above module.
Change according to below link in your adminhtml.xml
Click here for main menu in admin panel.
This may help you.
For that you have to create admin menu and grid for display category and sub category on admin side.
Click on below link for how to create admin tab under any menu of main menu and show grid.
Click here for admin grid and custom tab.
If you want to create main menu on admin panel then some changes on above module.
Change according to below link in your adminhtml.xml
Click here for main menu in admin panel.
This may help you.
answered Sep 8 '17 at 9:16
ARVIND KARKARARVIND KARKAR
4722418
4722418
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%2f192445%2fcreate-custom-tab-into-magento-1-9-admin-panel%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