gl636474 / NaturesCupboard2

0 stars 0 forks source link

New admin page to quickly change stock level #35

Closed gl636474 closed 4 years ago

gl636474 commented 4 years ago

Have dropdown listing all products and a button to decrement inventory by one and a text box and button to reset the value to a specified value. Have this page in the menus right below "Manage Products" and in such a way it can be bookmarked.

gl636474 commented 4 years ago

Create new admin page: https://magento.stackexchange.com/questions/55943/creating-first-custom-content-page-in-admin-section

Create new admin menu item: https://stackoverflow.com/questions/28374544/magento-how-to-create-new-admin-page

gl636474 commented 4 years ago

See also https://magento.stackexchange.com/questions/276891/magento-1-9-admin-form

gl636474 commented 4 years ago

An example with form and form container: https://stackoverflow.com/questions/28464439/magento-adminhtml-how-to-create-new-admin-form

gl636474 commented 4 years ago

And another form / container example with more explanations: https://www.smashingmagazine.com/2014/03/tutorial-create-admin-manageable-magento-entity-brands/

gl636474 commented 4 years ago

Fixed by new Magento extension: QuickAdjustSock