Make four columns on grid view instead of three columns
Make four columns on grid view instead of three columns
How to create a Random Featured Product list on home page in Magento?
If you want to show products from a specific category on your home page you can do this simply with on your home page which works fine.. however, if you…
Magento – How to create a special price (sale) page? (with new products first)
I've created a Magento site for a client who wants to have a special price page, wherein she could put products having special price/discounted price.. Requirements: app/code/local/Mage/Catalog/Block/Product/List/Special.php Magento backend -…
Magento Cron Job
On your cPanel: Advanced -> Cron Jobs Scroll to "Add New Cron Job" Where "/home/your-directory/public_html/cron.php" is the path for the cron job file ///////////// uncomplete ////////////// php5-cli -f /home/USERNAME/public_html/cron.php Source:…
Magento page Title not showing for some pages
Magento page Title not showing for some pages like contact us, rss feeds add the following code on the xml layout:
Tag pages say “No matches found.”
Hello, I created few tags on admin and tagged some products. So tags are shown like this in product pages; Each tag’s name is a link, so I expected tagged…
Move ‘My Cart’ from top-links to new block
In app/design/frontend/default/default/template/page/html/header.phtml add the following code: in the page.xml add the following code:
Magento: Show JM product slider on content
mode -> can be such as latest, best_buy, most_viewed, most_reviewed, top_rated, attribute catsid -> category id
Magento: Remove white space around product images
Alright, the file that I needed to edit was: list.phtml In list.phtml there are two sections. One that says //List Mode// and one that says //Grid Mode//. Under both sections…