We are proud to introduce first free professional Magento theme. Feel free to download it from our Magento templates store or Magento Connect. Check theme demo of our free magento theme at our demo server.
- CSS3 Powered!
- Easy color changes
- Easy to upgrade, easy to customise
- Supports all main browsers (IE6,IE7,IE8,FF2,FF3,Opera,Safari)
- Free updates included
Magento classic theme is available in 10 colors now. Additional colors can be also downloaded at our server.
Installation instruction and source .psd file is included in this package.
Template is available under Creative Commons License for commercial and personal use.
Update:
We received dozen of emails asking for commercial license. Frankly speaking we were not planning to offer this template under commercial license but for all who want to buy it please go to Magento Classic Commercial License.
More free and paid Magento themes are available at https://templates-master.com/magento-templates.html. We have also great offer of free Magento extensions.
Yes i have enabled several currencies and import exchange values using magento. But it is not showing in my website. How to display multiple currencies selector?
Does it work for you with default theme?
ok, no answer for my 1st question, but I do this
Now I have another question: How can I input toplinks from the top to menu like Products. I edit top.phtml and add this block
<a href="getUrl('') ?>">__('My Profile') ?>
<a href="getUrl('') ?>">__('My Account'); ?>
but how can I add all top link there and how should work getUrl because I don know what should I paste there
How can I add php code ? echo $this->getUrl('')
for some reason i couldn't change it back to default theme it shows error report/?id=-1159309273&s=default
I just need a currency selector in the f002 theme that's all, is it possible?
Hi I managed to make the multiple currency selector show in the website, only when I put base curreny to USD and default display currecny to NZD, if other way round it is still not showing. Can I put both base currency and default display currency to NZD and allow some other currencies and still have the currency selector show in my website?
Hello Jennifer, probably currency exchange rates info was not imported. Please check currency exchange table.
Hi, may I know how I can shift the 2 banners from the left to the right sidebar as well as to change the alt text and destination url?
Also, is there a way to remove the "add to compare" function?
Thanks!
Hello Elizabeth.
You can edit this 2 banners and move them to the right column in template catalog.xml. Also you should edit several templates to remove compare function. Unfortunately it isn't a module. Please check templates/catalog/product/list.html and check templates/catalog/product/view/addto.html
Another question, I tried to set the Menu back to the default but how can I keep the "home" and the static block of links?
getLayout()->createBlock('cms/block')->setBlockId('menu')->toHtml(); ?>
I tried but the links from the static block went to the grey area below the menu bar instead.
Having gone through the installation my website is displaying only the header and the Home and Products. The homepage is displaying three columns, 1 for the new products but its empty, there is no column showing the store catalogue like the original template. Is it also possible to frame the images for the products.
Got my slider on the homepage working now with the iphone but there are no products below the slider like in the original template
I have read here and there is advice to set products as new but I really need help, step by step guide of how to do this as I am having difficult to find the exact area in admin to set that up.
Also how do I get my store catalog to work and where do I change the color of the theme. Will it be in admin on in the theme file folder- if so which one do i need to change?
Hello Brown Flowers,
You should go to admin > catalog > manage products and open product you want to show on main page. You should set Set Product as New from Date for this product. IF you want to change color then you should download additional colors package from our blog and copy selected colors over installed blue theme.
Hi, I love your template and am very happy using it. Would it be asking too much to give me a brief explanation on how to create a new block in the left column? I have already created a new static block "fwltest" with my code.
Which is now the phtml file where I can insert the call for the cms/block and change the order of the poll and the tags block?
Thanks in advance, FrankW
Hello FrankW,
You should add next code to any xml file. For example to catalog.xml or cms.xml.
<block type="cms/block" name="banner" after="cms_page"><action method="setBlockId" ><block_id>fwltest</block_id></action>