Magento Themes and Magento Extensions

LEATHER STORE MAGENTO THEME

Share
Posted on April 14th, 2012 | Posted by admin

FEATURES

  • Free Extensions include package
  • Full package with Latest Magento version + Full MA extesion + Sample database like live demo site
  • It is clear, easy to customize Magento template.
  • Easy dropdown shopping cart
  • Slide show banner with admin panel with many effect yo can choose
  • Featured product slider display featured product in home page
  • New products extension home page
  • Vertical menu with: accordion menu, dropdown menu, tree menu
  • Scroller Thumbnail images in product page

Dress Store Magento Theme

Share
Posted on April 14th, 2012 | Posted by admin

FEATURES

  • Free Extensions include package
  • Full package with Latest Magento version + Full MA extesion + Sample database like live demo site
  • It is clear, easy to customize Magento template.
  • Top dropdown shopping cart
  • Slide show banner with admin panel with many effect yo can choose
  • New product slider display featured product in home page
  • Color Swatches Extension change images product when you click it. It’s very powerfull
  • Vertical menu with: accordion menu, dropdown menu, tree menu

Upgrade theme pager to Magento 1.4

Share
Posted on October 18th, 2011 | Posted by admin

Working on a 1.3 version Magento theme I got a problem. After adding products to a category when I tried to list the products in the store it just give me Magento’s error page.

When I opened the report I noticed a problem in my toolbar.phtml

Using the 1.3 version theme in a 1.4 installation you can not run the pager in the product list (1, 2, 3, 4…) correctly.

The solution is quite simple. We will put the new pager method in our 1.3 version theme:

1. Replace

Replace the toolbar.phtml located in:

app/design/frontend/default/YOUR_THEME/template/catalog/product/list

With the one in:

How To Add Lightbox To Magento Theme

Share
Posted on July 12th, 2011 | Posted by admin

Have you ever wondered how people are showing larger images for products on mouseover or mouse click using lightbox (very popular JavaScript library). Adding Lightbox to your magento theme is not difficult and by adding very little code to your theme you can get the Lightbox functionality easily. Lightbox will give the ability to highlight your products by showing lager image of the product along with brief description. Our approach will be based on default layout, you can change the theme name based on your selection.

Create a new Magento theme

Share
Posted on May 6th, 2011 | Posted by admin

There are many new Magento stores that are published each day. If you are with Magento for a longer time, you will also notice that many of those look similar to default or modern Magento theme. Creating an totally unique and custom one can be a difficult process, easpecially taking into consideration number of different interfaces we have. This is why many Magento developers choose to use the CSS from one of mendioned Magento themes that come with default installation and style those up. This is not a bad choice at all as it speeds up the process and those default themes are very good. But, for those of you who wish to make an extra effort, we suggest that you to take a look at Magento Blank Theme for a head start.