Friday, 24 June 2016
PRESTA XML CATEGORY MENU


------------------------------------------------------------------------------------------------------------------
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 > 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/en/data/category.xml
-------------------------------------------------------------------------------------------------------------------
CHANGE Women WORD TO SexyWowen BOTH category.xml FILES
-------------------------------------------------------------------------------------------------------------------
<category id="SexyWomen" id_shop="1">
<name>SexyWomen</name>
<description><p><strong>You will find here all woman fashion collections.</strong></p>
<p>This category includes all the basics of your wardrobe and much more:</p>
<p>shoes, accessories, printed t-shirts, feminine dresses, women's jeans!</p></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><p><strong>You will find here all woman fashion collections.</strong></p>
<p>This category includes all the basics of your wardrobe and much more:</p>
<p>shoes, accessories, printed t-shirts, feminine dresses, women's jeans!</p></description>
<link_rewrite>Sexywomen</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="Tops" id_shop="1">
<name>Tops</name>
<description><p>Choose from t-shirts, tops, blouses, short sleeves, long sleeves, tank tops, 3/4 sleeves and more.</p>
<p>Find the cut that suits you the best!</p></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><p>The must have of your wardrobe, take a look at our different colors,</p>
<p>shapes and style of our collection!</p></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><p>Find your favorites dresses from our wide choice of evening, casual or summer dresses!</p>
<p>We offer dresses for every day, every style and every occasion.</p></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><p>You are looking for a dress for every day? Take a look at</p>
<p>our selection of dresses to find one that suits you.</p></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:
-------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------FOR HOME BUTTON CODE & IMAGES:
-------------------------------------------------------------------------------------------------------------------
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 > 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><p><strong>You will find here all woman fashion collections.</strong></p>
<p>This category includes all the basics of your wardrobe and much more:</p>
<p>shoes, accessories, printed t-shirts, feminine dresses, women's jeans!</p></description>
<link_rewrite>HOME</link_rewrite>
<meta_title/>
<meta_keywords/>
<meta_description/>
</category>
<category id="Tops" id_shop="1">
<name>Tops</name>
<description><p>Choose from t-shirts, tops, blouses, short sleeves, long sleeves, tank tops, 3/4 sleeves and more.</p>
<p>Find the cut that suits you the best!</p></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><p>The must have of your wardrobe, take a look at our different colors,</p>
<p>shapes and style of our collection!</p></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><p>Find your favorites dresses from our wide choice of evening, casual or summer dresses!</p>
<p>We offer dresses for every day, every style and every occasion.</p></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><p>You are looking for a dress for every day? Take a look at</p>
<p>our selection of dresses to find one that suits you.</p></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"?>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"
--------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------
<entity_category>
<fields id="name" class="Category" sql="a.id_category > 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>
Related movie you might like to see :

CHANGE MENU CSS COLOR IN PRESTASHOP

RENAME CONTROLLERS FOLDER IN PRESTA...

BODY JS FILE LINK IN MAGENTO

INTENSO MAGENTO QUICK VIEW BUTTON

Magento Hello World Module (Extensi...

MAGENTO CUSTOM BLOCK DEVOLPMENT

MAGENTO DWNLOAD

IMPORT SQL CSV FILE ON PHPMYADMIN

RENAME CORE FOLDER IN PRESTASHOP

RENAME ADAPTER FOLDER IN PRESTASHOP

RENAME DOWNLOAD FOLDER IN PRESTASHO...

GOOGLE CONSOLE

GOOGLE CHROME EXTENSION FILE SAVE O...

OPEN DESKTOP TEXT FILE BY COMMAND P...

PHP CONTACT FORM WITH CAPTCHA

Form to Email PHP Contact Form 000 ...

PHP EMAIL FORM 000 WEB HOSTING

FREE WEB HOSTING

GOOGLE PROJECT HOSTING

FREE WEB HOSTING
?
+
X
Recommended for you
Loading..
Related Post for PRESTA XML CATEGORY MENU
PHP EMAIL FORM 000 WEB HOSTING ------------------------------------------------------------------------------------------------------------------ SOLVE SMTP ERROR PROBLEM: READ MORE: http://fbgadgets.blā¦
PRESTA XML CATEGORY MENU ------------------------------------------------------------------------------------------------------------------ C:\wamp\www\prestashop\install\fixtures\fashion\img\c -ā¦
GOOGLE CHROME EXTENSION FILE SAVE ON WINDOW --------------------------------------------------------------------------------------------------- Where are my Google Chrome extensions stored? -----------------------------ā¦
AFTER INSTALL PRESTASHOP MAKE NEW FOLDERS ----------------------------------------------------------------------------------------------------------------- BEFORE INSTALL PRESTASHOP TWO BLANK FOLDERS CACHE SMARTYā¦
FONT LINE FIND IN PRESTA SHOP FILE SEEK SOFTWARE -------------------------------------------------------------------------------------------------------------------------- USEFULL LINKS http://alternativeto.net/software/fileseā¦
RENAME DOCS FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME docs To ā¦
FREE WEB HOSTING ----------------------------------------------------------------------------------------------------------------------- DOWNLOAD FILEZILLA CLINT https://filezilla-project.org/ -ā¦
RENAME CONTROLLERS FOLDER IN PRESTASHOP ------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME contrā¦
CHANGE MENU CSS COLOR IN PRESTASHOP ---------------------------------------------------------------------------------------------------------------------- OR USE THIS CODE INSIDE FILE C:\wamp\www\PrestaShop\themā¦
GOOGLE CONSOLE ----------------------------------------------------------------------------------------------------------- GOOGLE CONSOLE CODE READ MORE https://www.javascripture.com/Image htā¦
HOME FEATURE TAB CHANGE IN PRESTASHOP ------------------------------------------------------------------------------------------------------------------ AFTER PRESTA SHOP INSTALLATION FIND REQUIRE FILE ONEā¦
RENAME PRESTASHOP FOLDER NAME ----------------------------------------------------------------------------------------------------------------- 1) GO INSIDE CACHE & SMARTY FOLDER 2) CHANGE compile FOLDā¦
GOOGLE PROJECT HOSTING ------------------------------------------------------------------------------------------------------------- STEP:1 LOGIN YOUR GOOGLE ACCOUNT STEP:2 GO TO SITE https://code.ā¦
25 JS FILES DELETE IN PRESTASHOP ------------------------------------------------------------------------------------------------------------------ NO:1 JS FILE DELETE jquery-1.11.0.min.js FILE IN ā¦
PRESTASHOP THUMBNAIL WITH HOVER EFFECT ----------------------------------------------------------------------------------------------------------- PRESTASHOP THUMBNAIL WITH HOVER EFFECT STEP1: GO INSIDE IN BELOW LINā¦
RENAME CSS FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME css To CAT 1) BEFOā¦
PRESTASHOP NEW THEME FOLDER -------------------------------------------------------------------------------------------------------------- YOUTUBE LINK: https://youtu.be/emfINPXYuGc 0) ONLY ā¦
PRESTA CSS JS FILE LINKS REMOVE BY DELETE FILES ------------------------------------------------------------------------------------------------------------------ YOU TUBE LINK https://youtu.be/UbE4O--D9i4?list=PL4AC2C4F0F53ā¦
PRESTA XML MENU CATAGORY ---------------------------------------------------------------------------------------------------------------- PRESTA BACKGROUND COLOR SETTING LOCALHOST OFF LILINE 1) PASTE Cā¦
DEFAULT BOOT STRAP WORD IN 13 FILES PRESTASHOP ------------------------------------------------------------------------------------------------------------------ 1.C:\wamp\www\PrestaShop\README.md 2.&nbsā¦
Form to Email PHP Contact Form 000 WEB HOSTING ------------------------------------------------------------------------------------------------------------------ BEFORE SEND MESSAGE 1) FIRST SOVLE SMTP PROBLEM ā¦
RENAME ADAPTER FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME adapter To APPLEā¦
FREE WEB HOSTING ----------------------------------------------------------------------------------------------------------------- READ MORE: https://www.000webhost.com/members/websiteā¦
PRESTASHOP HOME PAGE TAB BREAD CRUMBS STYLE ----------------------------------------------------------------------------------------------------------------- YOUTUBE LINK: https://www.youtube.com/watch?v=96BeqS8bueU 0) ā¦
OPEN DESKTOP TEXT FILE BY COMMAND PROMPT -------------------------------------------------------------------------------------------------------------- Read More: Very Simple Java Hello World program with Notepad and ā¦
RENAME CACHE FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME cache To CASH 1) Gā¦
RENAME PDF FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME pdf To PAK 1) ā¦
RENAME DOWNLOAD FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME download To DOG 1ā¦
PHP CONTACT FORM WITH CAPTCHA ------------------------------------------------------------------------------------------------------------------ BEFORE SEND MESSAGE 1) FIRST SOVLE SMTP PROBLEM ā¦
PRESTA SHOP MODULES XML FILE ------------------------------------------------------------------------------------------------------------------------- FOLLOW STEPS https://youtu.be/IbQ2C-G6wt8 -----------ā¦
RENAME CORE FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME Core To COAT 1) GOā¦
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.