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/

Customer cannot login to magento 1.8.1.0

Using the free theme sometime may result  of customer not logged in problem issue. To resolve this issue we need to put the for key field in the login form. In app/design/frontend/default/…/template/persistent/customer/form/login.phtml , around line 41 should look like If the code is not seen then add it then customer login works

Category Specific Single Post Templates

Sometimes we may required different category related single post template , i get the following things . First put the code in function.php Then create file as single-categoryname.php. Now the custom template will load while loading the page related to the categoryname.

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 »