Skip to content

Instantly share code, notes, and snippets.

@leondijk
Last active April 7, 2021 00:42
Show Gist options
  • Save leondijk/3806358 to your computer and use it in GitHub Desktop.
Save leondijk/3806358 to your computer and use it in GitHub Desktop.
Useful Magento Bookmarks

Veld toevoegen bij het review deel van de OPC en opslaan bij een order:
http://magento.stackexchange.com/questions/4478/adding-custom-fields-to-review-form

Useful bookmarks for Magento

Add "sort by date" available in product list:
http://magebase.com/magento-tutorials/magento-sort-by-newest-products-made-easy/

Download Magento extensions directly:
http://freegento.com/ddl-magento-extension.php

Remove navigation links in customer account pages with "removeLinkByName" in local.xml:
http://stackoverflow.com/questions/5887664/remove-navigation-links-from-my-account

Debugging tips & tricks:
http://www.molotovbliss.com/debugging-tips-and-tricks-with-magento-commerce

Basic PHP stuff every frontend Magento developer should know:
http://inchoo.net/ecommerce/magento/basic-php-stuff-every-frontend-magento-developer-should-know/

addAttributeToFilter Conditionals In Magento:
http://fishpig.co.uk/blog/addattributetofilter-conditionals-in-magento.html

Categories Tree:
http://justonestepsolution.blogspot.nl/2012/09/get-all-categories-in-magento.html

Custom modules

Writing a custom module in Magento:
http://www.amitsamtani.com/2011/03/18/writing-a-custom-module-in-magento/

The Basics Of Creating A Magento Module:
http://coding.smashingmagazine.com/2012/03/01/basics-creating-magento-module/

Explain Your Module Configuration Options With Tooltips:
http://magebase.com/magento-tutorials/quick-tip-explain-your-module-configuration-options-with-tooltips/

Admin Grids/Forms

Grids and Forms in the Admin Panel:
http://codemagento.com/2011/02/grids-and-forms-in-the-admin-panel/

Create Your First Admin (Backend) Module in Magento:
http://www.webspeaks.in/2010/08/create-your-first-adminbackend-module.html

Module Development Series - Magento Admin Module - Part4:
http://www.excellencemagentoblog.com/magento-admin-form-field

Tutorials

Magento for developers:
http://www.magentocommerce.com/knowledge-base/entry/magento-for-dev-part-1-introduction-to-magento

Useful modules

Ultimate_ModuleCreator:
http://www.magentocommerce.com/magento-connect/ultimate-modulecreator-8949.html

AOE Scheduler:
http://www.magentocommerce.com/magento-connect/aoe-scheduler.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment