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

How to Show Static Block in theme Magento

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

Create an Static Block from your CMS admin tab and show it in your theme.

In my case I wanted to call a Static Block from my theme to show up in the sidebar.

I edited my theme file called 2columns-left.phtml and then added the following code.

Please notice you need to replace the YourBlockId with your own Static Block Id.

<?php echo $this->getLayout()->createBlock(‘cms/block’)->setBlockId(‘YourBlockId’)->toHtml() ?>

How to get Dropdown Attributes Magento

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

Get the Dropdown Attribute value in catalog list.

We saw How to get Attributes wich worked fine for text attributes.

Now if you want to get the dropdown attribute value:

<?php echo $_product->getAttributeText(‘attribute_name’) ?>

How to sort products Magento

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

How to change the product position in the category product listing.

Sounds simple but most of people don’t know how to do it.

Magento allows you to order your products by name or by price when you’re surfing a category.

It also allows you to change the position when you’re sorting by default.

1. Go to: Catalog -> Manage Categories.

2. Select a Category.

3. Select the Category Products tab.

Page 1 of 10012345»102030...Last »