Things have been pretty quiet around Templates Master for last few days. But there’s a good reason for that. We were working on new free magento template for our community members. So today we are proud to introduce our new free Absolute Magento template. Feel free to download it from our Magento themes store or Magento Connect. Check theme demo at our demo server.
More free and paid Magento templates are available at https://templates-master.com/magento-templates.html. We have also great offer of free Magento extensions.
- Product preview module!
- Featured product slider!
- Easy color changes
- Easy to upgrade, easy to customise
- Supports all main browsers (IE6,IE7,IE8,FF2,FF3,Opera,Safari)
- Free updates included

Installation instruction and source .psd file is included in this package.
Template is available under Creative Commons License for commercial and personal use.
Commercial license is available at template page.
Magento 2 version of Free Magento Absolute template can be downloaded at our blog.
Hello,
Love your classic theme!
But somehow all the categories I add are automatically placed under the Products tab.
How do I stop this from happening and remove the Products tab and place individual tabs, for each of my products, in line with the Home tab?
Hello Graham, You should edit /app/design/frontend/default/f002/templates/catalog/navigation/top.phtml.
Instead of
<li onmouseover="toggleMenu(this,1)" onmouseout="toggleMenu(this,0)">
<a href="<?php echo $this->getUrl('') ?>"><?php echo $this->__('Products') ?></a>
<ul>
<?php foreach ($this->getStoreCategories() as $_category): ?>
<?php echo $this->drawItem($_category) ?>
<?php endforeach ?>
</ul>
</li>
please paste
<?php foreach ($this->getStoreCategories() as $_category): ?>
<?php echo $this->drawItem($_category) ?>
<?php endforeach ?>
hi there,
really we love this theme. But this is only Beta version..
how could we install on stable version???
Thanks.
hi there, I successfully installed it... thanks for your great work...
Hello Fu, We will release stable version this week.
Great template, install was really easy. I just have one question, in the screenshot of the template there are 4 products per row on the main screen. But i cant seem to get 4 on my main page... How do i change this?
Thanks again,
Hi there, I don't how to delete the 2 pictures(/skin/frontend/default/f001/images/media/callout_side1.jpg & callout_side2.jpg) on the right callout column. I try to find it out from the catalog.xml, but failed. Thanks for your kind help..
And actually, I want to know how to show the detailed product name and price at "Featured products" in homepage.... I need to show it as what showed at "new product" area....
Hello Fu, “new product” area shows products set as new in admin. You have to edit featured product listing template catalog/product/featured.phtml to add product name.
Hello Fu, please remove this code from home page xml
<block type="core/template" name="right.callout1" template="callouts/left_col.phtml" before="-">
<action method="setImgSrc"><src>images/media/callout_side1.jpg</src></action>
<action method="setImgAlt" translate="alt" module="catalog"><alt>Call Us Toll Free. (555) 555-555</alt></action>
<action method="setLinkUrl"><url>checkout/cart</url></action>
</block>
<block type="core/template" name="right.callout2" template="callouts/left_col.phtml" after="right.callout1">
<action method="setImgSrc"><src>images/media/callout_side2.jpg</src></action>
<action method="setImgAlt" translate="alt" module="catalog"><alt>Free domestic shippings</alt></action>
<action method="setLinkUrl"><url>checkout/cart</url></action>
</block>
It works and I really thanks all of you.
THe Theme looks Impressive. WHen our we going to expect the stable version? Please e-mail us when its done. Thanks and Great work!
Hello Funbrain, there was no serious bugs reported so you can use this theme with out any problem. We decided to delay additional colors till Magento 1.4 unfortunatly.
Hi! First of all, thank you for your great template, it rocks!!. I have a problem that I can't solve myself, so I ask you a bit of help. When I change at homepage the new.phtml for this line:
(and also changed new.phtml to random.phtml) I get the output duplicated, that is, after the tag the output of random.phtml appears also. random.phtml is the same as new.phtml (which works shows ok) only chaning this line to get the random products instead of new ones:
if (($_products = $this->getLoadedProductCollection()) && $_products->getSize()): ?>
Any idea where I can start looking for the problem? I do not know why when I change the template output from new.phtml to the same with that line changed (and block type catalog/product_list_random) I get the output DIV again after the closing tag.
Thanks million!
Sorry seems the line got formatted and deleted. This is the line I changed on XML of homepage:
block type="catalog/product_list_random" template="catalog/product/random.phtml"
Closing tag is /HTML (Also got formatted)
Nevermind, solved =)
Thanks!
First off I wanted to tell you that this is a great template. The only thing that I have run into is getting the top menu to drop down. I noticed that it works fine on the demo site but I can't see how to make it work on mine.
Thank you for this theme, it looks very great. But i have one little problem with the featured products. Can you help me please? Here is the Link to the Site.
http://magento.charlie543.server4you.de/index.php/
Sorry, i am a magento newbie.
Hello Alf4, what is the problem with featured products slider?
Hi gr8 theme =)
Can you please tell me how to increase no of products in "New Product" By default it is 8. I tried to edit new.phtml but didn't understand a bit there wht's happening. please help
Hello Sushil, you should edit xml code for main page
<action method="setProductsCount"><count>8</count></action>
I have installed this template and love it. Can someone please direct me to where to set up the product slider like it is on the demo site.
Thanks,
Rick
Hello Rick, do you want to install featured products slider?
Yes, I want to be sure that i am doing it correctly. I see that you also have a product called spotlight, but that seems like something different? I want the bigger picture graphics that you are using in the demo slider.
Thanks,
Rick
figured it out. needed to read the instructions that you do not get from magento connect but from your site.
Thanks