Showing posts with label layout. Show all posts
Showing posts with label layout. Show all posts

Tuesday, 3 July 2012

Magento: Change Address Layout

Magento: Change Address Layout

In order to change the address layout you need to go to System/Configuration/Customer Config
You should be able to find it and adjust the layout here.

The xml file to edit "app\code\local\Mage\Customer\etc\config.xml" seems to be out dated as I tried making adjustments here, but it didn't seem to work. I have only noted this as reference.

Wednesday, 24 August 2011

Silverstripe - User Defined Forms Page Template

Silverstripe - User Defined Forms Page Template

If you are using a the 'UserDefinedForms' module in Silverstripe you can set up a custom page layout just like you would a normal page layout, except you do not need to use a .php file to rebuild the database, instead just add a layout file (.ss) called UserDefinedForm.ss

click here for the original site

Wednesday, 17 August 2011

Magento - Changing Page Layouts - XML Locations

Magento - Changing Page Layouts - XML Locations

Product Pages: Catalog.xml - search for "product view"

Other Pages: Page.xml


Recently Viewed Products Sidebar Panel: Reports.xml
Cart/Basket Sidebar Panel: Catalog.xml
Click here for the original website.