Friday, 24 June 2016

PRESTA XML CATEGORY MENU

CHANGE XML MENU CATEGORY NAME


------------------------------------------------------------------------------------------------------------------
C:\wamp\www\prestashop\install\fixtures\fashion\img\c
------------------------------------------------------------------------------------------------------------------
SexyWomen

-------------------------------------------------------------------------------------------------------------------
C:\wamp\www\prestashop\install\fixtures\fashion\img\c
-------------------------------------------------------------------------------------------------------------------
C:\wamp\www\prestashop\install\fixtures\fashion\data\category.xml
-------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------
C:\wamp\www\prestashop\install\fixtures\fashion\data\category.xml
-------------------------------------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<entity_category>
<fields id="name" class="Category" sql="a.id_category &gt; 2" image="c">
<field name="id_parent" relation="category"/>
<field name="active"/>
</fields>
<entities>
<category id="SexyWomen" id_parent="Home" active="1"/>
<category id="Tops" id_parent="SexyWomen" active="1"/>
<category id="T-shirts" id_parent="Tops" active="1"/>
<category id="Tops_1" id_parent="Tops" active="0"/>
<category id="Blouses" id_parent="Tops" active="1"/>
<category id="Dresses" id_parent="SexyWomen" active="1"/>
<category id="Casual_Dresses" id_parent="Dresses" active="1"/>
<category id="Evening_Dresses" id_parent="Dresses" active="1"/>
<category id="Summer_Dresses" id_parent="Dresses" active="1"/>
</entities>
</entity_category>
-------------------------------------------------------------------------------------------------------------------
C:/wamp/www/prestashop/install/fixtures/fashion/langs/bn/data/category.xml
-------------------------------------------------------------------------------------------------------------------
C:/wamp/www/prestashop/install/fixtures/fashion/langs/bn/data/category.xml
-------------------------------------------------------------------------------------------------------------------
C:/wamp/www/prestashop/install/fixtures/fashion/langs/en/data/category.xml
-------------------------------------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------------------------------------
CHANGE Women  WORD TO  SexyWowen BOTH category.xml FILES
-------------------------------------------------------------------------------------------------------------------
<category id="SexyWomen" id_shop="1">
<name>SexyWomen</name>
<description>&lt;p&gt;&lt;strong&gt;You will find here all woman fashion collections.&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;This category includes all the basics of your wardrobe and much more:&lt;/p&gt;&#xD;
&lt;p&gt;shoes, accessories, printed t-shirts, feminine dresses, women's jeans!&lt;/p&gt;</description>
<link_rewrite>Sexywomen</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>

</category>
-------------------------------------------------------------------------------------------------------------------
FULL CODE: category.xml
-------------------------------------------------------------------------------------------------------------------
<?xml version="1.0"?>
<entity_category>
<category id="SexyWomen" id_shop="1">
<name>SexyWomen</name>
<description>&lt;p&gt;&lt;strong&gt;You will find here all woman fashion collections.&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;This category includes all the basics of your wardrobe and much more:&lt;/p&gt;&#xD;
&lt;p&gt;shoes, accessories, printed t-shirts, feminine dresses, women's jeans!&lt;/p&gt;</description>
<link_rewrite>Sexywomen</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="Tops" id_shop="1">
<name>Tops</name>
<description>&lt;p&gt;Choose from t-shirts, tops, blouses, short sleeves, long sleeves, tank tops, 3/4 sleeves and more.&lt;/p&gt;&#xD;
&lt;p&gt;Find the cut that suits you the best!&lt;/p&gt;</description>
<link_rewrite>tops</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="T-shirts" id_shop="1">
<name>T-shirts</name>
<description>&lt;p&gt;The must have of your wardrobe, take a look at our different colors,&lt;/p&gt;&#xD;
&lt;p&gt;shapes and style of our collection!&lt;/p&gt;</description>
<link_rewrite>tshirts</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="Tops_1" id_shop="1">
<name>Tops</name>
<description>Choose the top that best suits you from the wide variety of tops we have. </description>
<link_rewrite>top</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="Blouses" id_shop="1">
<name>Blouses</name>
<description>Match your favorites blouses with the right accessories for the perfect look.</description>
<link_rewrite>blouses</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="Dresses" id_shop="1">
<name>Dresses</name>
<description>&lt;p&gt;Find your favorites dresses from our wide choice of evening, casual or summer dresses!&lt;/p&gt;&#xD;
&lt;p&gt;We offer dresses for every day, every style and every occasion.&lt;/p&gt;</description>
<link_rewrite>dresses</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="Casual_Dresses" id_shop="1">
<name>Casual Dresses</name>
<description>&lt;p&gt;You are looking for a dress for every day? Take a look at&lt;/p&gt;&#xD;
&lt;p&gt;our selection of dresses to find one that suits you.&lt;/p&gt;</description>
<link_rewrite>casual-dresses</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="Evening_Dresses" id_shop="1">
<name>Evening Dresses</name>
<description>Browse our different dresses to choose the perfect dress for an unforgettable evening!</description>
<link_rewrite>evening-dresses</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="Summer_Dresses" id_shop="1">
<name>Summer Dresses</name>
<description>Short dress, long dress, silk dress, printed dress, you will find the perfect dress for summer.</description>
<link_rewrite>summer-dresses</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
</entity_category>
-------------------------------------------------------------------------------------------------------------------
FOR HOME BUTTON CODE & IMAGES:
-------------------------------------------------------------------------------------------------------------------
XML CATEGORY MENU
XML-CATEGORY- MENU
XML CATEGORY MENU
-------------------------------------------------------------------------------------------------------------------
FOR HOME BUTTON CODES CHANGE BELOW FILES
-------------------------------------------------------------------------------------------------------------------
C:\wamp\www\prestashop\install\fixtures\fashion\data\category.xml
-------------------------------------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<entity_category>
<fields id="name" class="Category" sql="a.id_category &gt; 2" image="c">
<field name="id_parent" relation="category"/>
<field name="active"/>
</fields>
<entities>
<category id="HOME" id_parent="Home" active="1"/>
<category id="Tops" id_parent="HOME" active="1"/>
<category id="T-shirts" id_parent="Tops" active="1"/>
<category id="Tops_1" id_parent="Tops" active="0"/>
<category id="Blouses" id_parent="Tops" active="1"/>
<category id="Dresses" id_parent="HOME" active="1"/>
<category id="Casual_Dresses" id_parent="Dresses" active="1"/>
<category id="Evening_Dresses" id_parent="Dresses" active="1"/>
<category id="Summer_Dresses" id_parent="Dresses" active="1"/>
</entities>
</entity_category>
-------------------------------------------------------------------------------------------------------------------
PRESTA GIVE BUYING OPPETUNITY FOR EVERY LANGUAGE CUSTOMERS
THESE ARE LANGUAG FOLDER(lang) FILES
HERE bn FOLDER STAND FOR BANGLA LANGUAGE
HERE en FOLDER STAND FOR ENGLISHLANGUAGE
BOTH XML FILE SAME CODES
FULL CODE FOR HOME: category.xml
C:\wamp\www\prestashop\install\fixtures\fashion\langs\bn\data\category.xml
C:\wamp\www\prestashop\install\fixtures\fashion\langs\en\data\category.xml
-------------------------------------------------------------------------------------------------------------------
<?xml version="1.0"?>
<entity_category>
<category id="HOME" id_shop="1">
<name>HOME</name>
<description>&lt;p&gt;&lt;strong&gt;You will find here all woman fashion collections.&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;This category includes all the basics of your wardrobe and much more:&lt;/p&gt;&#xD;
&lt;p&gt;shoes, accessories, printed t-shirts, feminine dresses, women's jeans!&lt;/p&gt;</description>
<link_rewrite>HOME</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="Tops" id_shop="1">
<name>Tops</name>
<description>&lt;p&gt;Choose from t-shirts, tops, blouses, short sleeves, long sleeves, tank tops, 3/4 sleeves and more.&lt;/p&gt;&#xD;
&lt;p&gt;Find the cut that suits you the best!&lt;/p&gt;</description>
<link_rewrite>tops</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="T-shirts" id_shop="1">
<name>T-shirts</name>
<description>&lt;p&gt;The must have of your wardrobe, take a look at our different colors,&lt;/p&gt;&#xD;
&lt;p&gt;shapes and style of our collection!&lt;/p&gt;</description>
<link_rewrite>tshirts</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="Tops_1" id_shop="1">
<name>Tops</name>
<description>Choose the top that best suits you from the wide variety of tops we have. </description>
<link_rewrite>top</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="Blouses" id_shop="1">
<name>Blouses</name>
<description>Match your favorites blouses with the right accessories for the perfect look.</description>
<link_rewrite>blouses</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="Dresses" id_shop="1">
<name>Dresses</name>
<description>&lt;p&gt;Find your favorites dresses from our wide choice of evening, casual or summer dresses!&lt;/p&gt;&#xD;
&lt;p&gt;We offer dresses for every day, every style and every occasion.&lt;/p&gt;</description>
<link_rewrite>dresses</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="Casual_Dresses" id_shop="1">
<name>Casual Dresses</name>
<description>&lt;p&gt;You are looking for a dress for every day? Take a look at&lt;/p&gt;&#xD;
&lt;p&gt;our selection of dresses to find one that suits you.&lt;/p&gt;</description>
<link_rewrite>casual-dresses</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="Evening_Dresses" id_shop="1">
<name>Evening Dresses</name>
<description>Browse our different dresses to choose the perfect dress for an unforgettable evening!</description>
<link_rewrite>evening-dresses</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="Summer_Dresses" id_shop="1">
<name>Summer Dresses</name>
<description>Short dress, long dress, silk dress, printed dress, you will find the perfect dress for summer.</description>
<link_rewrite>summer-dresses</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
</entity_category>
--------------------------------------------------------------------------------------------------------------------------
ONE LINK MENU
--------------------------------------------------------------------------------------------------------------------------
FOLLOW THESE INSTRUCTION:
NO:1
 IF USE CAPITAL WORD FOR CATEGORY ID WOMEN IN
C:\wamp\www\prestashop\install\fixtures\fashion\data\category.xml
THEN WE USE SAME CAPITAL STYLE AND ALSO USE SAME NAME IN
C:\wamp\www\prestashop\install\fixtures\fashion\langs\en\data\category.xml
LIKE:
<category id="WOMEN" id_parent="Home" active="1"/>
//IN en\data\category.xml BOTH ID SAME CAPTIAL STYLE
<category id="WOMEN" id_shop="1">
NO:2
USE THIS STYLE FIRST PARENT ID  id_parent="Home"
DON'T USE CAPITAL STYLE FOR FIRST PARENT ID   id_parent="HOME"
--------------------------------------------------------------------------------------------------------------------------


--------------------------------------------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<entity_category>
<fields id="name" class="Category" sql="a.id_category &gt; 2" image="c">
<field name="id_parent" relation="category"/>
<field name="active"/>
</fields>
<entities>
<category id="WOMEN" id_parent="Home" active="1"/>
</entities>
</entity_category>
--------------------------------------------------------------------------------------------------------------------------
<?xml version="1.0"?>
<entity_category>
<category id="WOMEN" id_shop="1">
<name>WOMEN</name>
<description>THIS IS A WOMEN </description>
<link_rewrite>WOMEN</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
</entity_category>





0 comments:

Post a Comment

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

FB Gadgets | Template Designed by Fatakat PhotosCoolBThemes.com
Code by : paid web directory

https://www.google.co.uk/search?q=site%3Ablogspot.com+fbgadgets