AbanteCart Community

eCommerce construction => Installation and Configuration => Fresh Installation => Topic started by: riyas12 on January 22, 2014, 08:36:53 AM

Title: AbanteCart Layout
Post by: riyas12 on January 22, 2014, 08:36:53 AM
Hi,


I created the New theme. But i didnt know about export and import the theme layout. How to export and import the theme layout?
Title: Re: AbanteCart Layout
Post by: abantecart on January 22, 2014, 01:01:24 PM
Look at ALayoutManager class. You can find methods in the class to process layout XML.

Code: [Select]
public function loadXML($data) {
To export layout you can use devtools extension
https://github.com/abantecart/developer_tools_extension

You can also check this:
http://www.abantecart.com/document_wiki/index.php/Developing_Templates_as_Extensions

If something is missing, please help us fill in the blanks