How to edit, configure and modify templates. This is not a source of templates but the coding and configuration behind them.
www.magentocommerce.com/wiki/4_-_Themes_and_Template_Customi...
This is a simple overview of how to create your own template and install it into magento.
inchoo.net/magento/out-of-the-box-form-validation-in-magento...
Learn more about validating forms in Magento. In this article, you'll also learn how to add a custom validation rule.
tutorialmagento.com/how-to-change-magento-theme
How to change magento theme for your store? In order to change Magento theme, first, you need to find a new theme and download it. You can download new themes from many sources.
magento.stackexchange.com/questions/6211/how-to-change-theme...
Some great instructions on using the 'Change Design' Method. This can also be used for single stores as well.
stackoverflow.com/questions/1031606/how-to-change-theme-of-m...
This thread discuss how to change a Magento theme, but the you should pay attentions to
To change theme of magento ecommerce Go to admin -> system -> configuration select design and give your theme name. After doing above changes delete ...Visited124
www.magenmarket.com/news-and-blog/how-to-create-a-custom-the...
A Magento theme is comprised of templating files (layout, template, locale) and/or skin files (CSS, images, theme-specific JavaScript) that create the visual experience of your store. This article will show you the basics of a Magento template.
...www.magenmarket.com/news-and-blog/how-to-install-magento-the...
Installing Magento 1.8 new theme using Magento Connect manager is very simple. By default Magento had one theme, and you want to change that theme and add your required theme through Magento Connect manager, please follow these steps
www.siteground.com/tutorials/magento/magento_themes.htm
Learn how to install additional Magento themes. Detailed instructions how to install new themes to your Magento store using Mangeto Connect.
stackoverflow.com/questions/8392688/magento-show-categories-...
I cant manage to show on a page, on the left side the categories. I selected for the page under Design - layout to 3 columns, Right side shows fine but nothing on left side.
This thread gives some good answers
code.tutsplus.com/series/magento-theme-development--cms-654
Before we go any further it's important to understand the purpose of this series and where we're heading over the next few weeks.
This series is aimed at the very beginner and will cover the basics of front end theme development. If you're an a ...
swarminglabs.com/magento-making-the-telephone-field-not-requ...
Out of the box, the Magento checkout process requires users to enter a telephone number for both billing and shipping addresses. If your business doesn’t have this requirement, you may want to remove this validation from one or both address forms ...
www.pixafy.com/blog/2013/07/mastering-magentos-templates-in-...
Magento front-end customization can be a difficult task for beginners. The level of difficulty can be measured by design complexity or the need for customizing and moving the pre-built objects within or between the templates. In this series, we will be ...
stackoverflow.com/questions/5045493/magento-product-options-...
In the file
$MAGENTO_PATHapp/design/frontend/base/default/template/catalog/product/view/options/wrapper.phtml,
I see the following line of code:
<?...
Visited96
magento.stackexchange.com/questions/9271/what-is-container1-...
I need to know what is this container1 and container2 in magento product view page. i am talking about the file view.phtml in the location "app/design/frontend/<package>/<theme>/catalog/product/view.phtml".
I have asked this questio ...