Magento Template; Add New Page
Magento, PHP DevelopmentMagento Template
There are a lot of ways to add a new template to Magento. Adding a CMS Page Template in Magento, however, is a pretty simple process. Using the following configuration on your /app/etc/local.xml file in the "global" section…
Magento Service Unavailable Error: Solved
eCommerce, MagentoMagento Service
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Many people will say that this is because the file…
XML: Element-Centric or Attribute-Centric?
XMLXML
XML Element or Attribute-Centric?
There are numerous articles on the web discussing the advantages and disadvantages of attribute-centric versus element-centric XML. Most correctly come to the conclusion that “it depends” and provide…