---------------------------------------------------------------------------------------------------------------------
ADD NELLA MENU MODULE IN EXPORT PRESTA TEMPLATE
http://boltoncollege.blogspot.co.uk/2015/05/nella-menu-in-export-presta-hook-xml.html
NELLA CONFIG XML HOOK FILE CODE
BELOW CODE TELL ABOUT nella FOLDER WHICH INSIDE THEME FOLDER SHOW ABOVE IMAGE
<module action="install" name="advancetopmenu" />
<module action="install" name="oviclayoutcontrol" />
MODULES FOLDER TWO MODULES:
advancetopmenu, oviclayoutcontrol
--------------------------------------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright PrestaShop -->
<theme version="1.0" name="nella" directory="nella">
<author name="System Administrator" email="admin@" url="http://blog." />
<descriptions>
<description iso="en" />
</descriptions>
<variations>
<variation name="nella" directory="nella" responsive="0" default_left_column="0" default_right_column="0" product_per_page="0" from="1.6.0.14" to="1.6.0.14" />
</variations>
<modules>
<module action="install" name="advancetopmenu" />
<module action="install" name="oviclayoutcontrol" />
<hooks>
</hooks>
</modules>
</theme>
0 comments:
Post a Comment