How to Edit MAGENTO Contact Form
Magento already had a built-in contact form that can be used for general contacts. But we can not find this form on the ADMIN => CMS section. So if we want to edit text in that default contact form,...
View ArticleHow to use different header on same layout
Here it goes. 1. Step One /app/design/frontend/default/default/template/page/html copy header.phtml to something like header2.html 2. Step Two /app/design/frontend/default/default/layout edit page.xml...
View ArticleHow to add or remove Javascript / CSS on Magento
Adding and removing javascript / css when and where you need it Adding and removing Javascript and CSS is handled separately within Magento. CSS is added in the usual like . But any included javascript...
View ArticleHow to change column layout of search results page
You need to edit the following file: /app/design/your_interface/your_theme/layout/catalogsearch.xml Search for setTemplate. It’s located in 4 places in the page. (catalogsearch_result_index,...
View ArticleHow to move/remover Callouts on the left/right columns
From the default MAGENTO template, you always can see the call out images on the left/right side. We can easily turn on Template Path hints in the admin section: 1.Admin > System > Configuration...
View ArticleHow to do a Best Seller Blocks
Here are codes which you can put on the block to show your best seller products. Bestseller.php ?View Code PHP1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 <?php //bestseller module - grabs...
View ArticleRemove Estimate Shipping and Tax box from Magento checkout
Open the file /app/design/frontend/default/default/layout/checkout.xml Remember if you are using a different theme the path to that file will be slightly different. Remove this line: ?View Code XML1...
View ArticleHow to determine Store ID for multi-type Magento site
Here is a quick reference for you, if you run Magento under Multi-language, Multi-Currency or Multi-Domain (Multi-Website). Sometime you need pick up the Store ID do some (IF…ELSE…) work. Here is the...
View ArticleCreating Magento Landing Pages – Video Guide
Landing Page is the most important part of your website – it is the page your prospective customers see first, and having it designed well is essential. This video guide will show you exactly how to do...
View ArticleHow to add category description under category
Here is the example: You can see the example of this menu at http://www.cortevents.com, under furniture catalog. On a left hand side each category item has small text that is being pulled from category...
View Article