Magento: Adding a Static Block to a CMS Page1) Create a static blockLogin to your Magento control panel and go to CMS > Static Blocks > Add New BlockGive the block a title, identifier, switch it to enabled and add some content. Once complete hit the ‘Save Block’ button2) Reference the static block in a CMS pageThis is the final…
Category Archives Magento
Client Problem Client just added a custom option to my product called color. This is a drop down field and can have a list of values. The problem is that the width of this drop down now takes over the whole screen and I cannot for the life of me find where I can decrease the width.If you haven’t already…
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…