Top Menu

Category Archives Magento

At the billing address and shipping address steps of the checkout process in Magento the label for zip/postcode to change Post code. If you want to change, you have to make a few code modifications. You need to go to public_html/app/design/frontend/base/default/template/checkout/onepage/billing.phtml. This path is to the billing.phtml file of the default theme that comes prepackaged with Magento; if you use…

0inShare How to resolve this issue when .php couldn't execute by your server?Open your .htaccess file and take its backupDelete the old .htaccess fileCreate a new .htaccess file with CHMOD = 777 and upload the new file in ascii mode.Add the following handler in the blank .htaccessAddType application/x-httpd-php .php .htm .htmlAddHandler x-httpd-php .php .htm .htmlOr coment this code just like…

12
Close