Magento

Magento related post

search by category

Magento Adding search by category in advance search

Sometime we may need to change the options provided by the magento by default. Here are dealing with adding the “Search By Category” in the advance search page. For this case we need to change in the followinf files ➣ app/code/core/Mage/CatalogSearch/Block/Advanced/Form.php ➣ app/code/core/Mage/CatalogSearch/Model/Advanced.php ➣ app/design/yourdesign/yourdesign/template/catalogsearch/advanced/form.phtml At the very end of app/code/core/Mage/CatalogSearch/Block/Advanced/Form.php (before the closing brace),

Magento Adding search by category in advance search Read More »

Magento – Display Address Fields on Create an Account

By default Magento doesnt show the address fields within “Create an Account”. To make the sign up process more user friendly you can enable the address fields by adding the following: Simple way to show that is to add the below code in customer.xml or in local.xml Source : http://www.pauldonnelly.net/magento-display-address-fields-in-create-an-account/

Magento – Display Address Fields on Create an Account Read More »

Magento no input file specified error in Godaddy Hosting

A common error, which usually comes up if you’re hosted by GoDaddy, is the no input file specified error. Try this first: add this to your .htaccess file RewriteEngine On RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f RewriteRule ^.+.php$ /bogusfile Then try to reload your setup page. If you do not have Magento setup in the root of your

Magento no input file specified error in Godaddy Hosting Read More »