Magento Tutorial – Get Products To Show On Home Page
Finally, the exact steps you need to follow to get products showing up on your home page in Magento.
Advanced Tutorial
This tutorial really needs pictures to be easily understood, so there is no advanced tutorial.
Popularity: 35% [?]


Thanks for visiting!
Categories: Magento Tutorials Tags:
Magento Development – Disabling System Cache
While developing your store, you’re going to want to be able to see the changes you make each time you load the page. Unfortunately, for development purposes, the default cache settings can cause old elements to remain on your pages. The solution is to disable the cache anytime you are doing site development. Here’s the tutorial
Watch the tutorial in Hi-Definition
Advanced User Tutorial
Step1: Select System->Cache Management from the Magento Administration Panel
Step 2: Select Disable from the All Cache Drop Down List
Step 3: Save changes
Popularity: 7% [?]
Categories: Magento Tutorials Tags: caching, magento, tutorial
Magento Tutorial – Turning On Template Path Hints
One of the most frustrating challenges I had learning to develop for Magneto was trying to figure out where the heck the blocks were defined and where they are referenced.
This tutorial shows you how to turn on template path hints which will show you exactly where the blocks live. From there you can search for files referencing these blocks and edit, move, enabled, and disable all of the blocks (which will be in my next tutorial).
Watch This Tutorial in High Definition
Or follow the instructions below (click here for picture tutorial):
-
-
- Open the admin control panel
- Open the system tab and select configuration
- Select Developer on the left sidebar
- Select Main Website From the Current Configuration Scope Drop Down
- Open the debug drop down
- Set Template Path Hints To Yes
-
Popularity: 10% [?]
Categories: Magento Tutorials Tags: magento, template path, tutorial