Tuesday 29 November 2011

Magento - Displaying Content on a product page depending on a product attribute

Magento - Displaying Content on a product page depending on a product attribute

This allows you to select a attribute in the cms that defines whether something shows up on a product page.

click here for the original website

Thursday 24 November 2011

Magento - Resize images

Magento - Resize images

The code below shows you how to proportionately resize an image to fit a box with the width 200px and height 100px.

->keepAspectRatio(TRUE)->resize(200,100)

click here for the original website

Friday 18 November 2011

Magento - local.xml

Magento - local.xml

Allows you to edit the layout of pages without the need to modify magento xml layout files

click here for the original website

Thursday 10 November 2011

SilverStripe - Client Area Setup

SilverStripe - Client Area Setup

click here for the original website

click here for the original website (extra information)