How to Edit a Magento Commerce Theme

103 11
What is Magento Commerce? Magento commerce is a self hosted ecommerce platform that can be used by anyone to make ecommerce website.
It comes in two variant one is community edition which is free for anyone to download other variant is enterprise edition which is targeted at users who want more advanced features.
Requirements for running Magento commerce.
For running Magento commerce website you will need following web hosting features: Apache Webserver 1.
3x onwards PHP 5 Compatibility with PDO_Mysql, Simplexml, mcrypt, hash, GD, DOM & curl extensions.
MySQL 4.
1.
20 or newer Working with themes There are quite a number of free themes available for Magento.
But sometimes you need to have that unique look to make good impression on your customers.
If you want to edit theme this article will be very helpful for you.
Magento theme files structure has a little learning curve to it.
But once you start working with it you will find it very easy.
Magento theme consists of following folders Layout ( in app/design/frontend/your_interface/your_theme/layout/) This folder contains xml files that define the block structure for different pages) Templates (app/design/frontend/your_interface/your_theme/templates/) This folder contains files with.
phtml extension.
These contain markup and essential php tags.
Locale (app/design/frontend/your_interface/your_theme/locale/) This folder have simple text files that contain translation of website in various languages.
Skins (app/design/frontend/your_interface/your_theme/skins/) These are block based javascript and CSS + Image files that complements your markup.
What are blocks? Blocks are tag based markup to define functioning of that part of page.
They are further of two types.
Structural: These blocks include header, left-column, main column and footer Content Blocks: These blocks contains actual content.
While working on Magento theme you should turn off website cache and remember to turn it on once you are done editing theme.
Tools for editing theme Textmate, Coda and Espresso are excellent tools for editing theme on mac os while on windows textedit can be used.
Source...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.