Descriptions:
With this ocmod extension you can create new Layout for Manufacturer like categories, products, informations.
Installation:
- Using PhpMyAdmin run this command to create necessary table:
CREATE TABLE `oc_manufacturer_to_layout` ( `manufacturer_id` int(11) NOT NULL, `store_id` int(11) NOT NULL, `layout_id` int(11) NOT NULL, PRIMARY KEY (`manufacturer_id`,`store_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
- Go to Extensions–>Installer and browse the zip file manufacter_layout.ocmod.zip
- Go to Extensions–>Modifications and click on Refresh
Theme support:Default, Journal3