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…
HOWTO: Configure Magento Cron
Apache, CMS Development, eCommerce, MagentoOur ecommerce team was having trouble with Magento cron jobs, so we researched the various mechanisms to test and debug them. The jobs did not run at the expected time and we couldn't see why.
The Magento cron jobs run as apache. …
Magento Custom Credit Card Extension
CMS Development, eCommerce, MagentoMagento is a powerful and open-source ecommerce platform that has gained a lot of popularity and has been the system of choice for many developers and online stores. Magento allows developers to extend the platform with custom payment options…
Guide to Magento Theme
CMS Development, eCommerce, MagentoA Magento theme is essentially a group of files that define the look, feel and overall layout of your store. Magento allows the use of multiple concurrent themes, and is not restricted to a single, active theme like WordPress. In this way, you…
Magento Nav Menu not Displaying
CMS Development, eCommerce, MagentoNav Menu
There's an interesting little quirk to Magento.
In Magento, the Navigation menu does not display even when you've told the particularly categories to show. There's a quick fix to the problem but it's good to know before you create…