Merge branch 'bootstrap' of https://github.com/PrestaShop/PrestaShop into bootstrap
This commit is contained in:
@@ -705,7 +705,6 @@ class AdminModulesControllerCore extends AdminController
|
||||
$disable_link = $this->context->link->getAdminLink('AdminModules').'&module_name='.$module->name.'&enable=0&tab_module='.$module->tab;
|
||||
$uninstall_link = $this->context->link->getAdminLink('AdminModules').'&module_name='.$module->name.'&uninstall='.$module->name.'&tab_module='.$module->tab;
|
||||
$reset_link = $this->context->link->getAdminLink('AdminModules').'&module_name='.$module->name.'&reset&tab_module='.$module->tab;
|
||||
$update_link = $this->context->link->getAdminLink('AdminModules').'&check_and_update='.$module->name.'&module_name='.$module->name.'&reset&tab_module='.$module->tab;
|
||||
|
||||
$this->context->smarty->assign(array(
|
||||
'module_name' => $module->name,
|
||||
@@ -715,7 +714,7 @@ class AdminModulesControllerCore extends AdminController
|
||||
'module_disable_link' => $disable_link,
|
||||
'module_uninstall_link' => $uninstall_link,
|
||||
'module_reset_link' => $reset_link,
|
||||
'module_update_link' => (Module::needUpgrade($module) ? $update_link : null),
|
||||
'module_update_link' => null, //TODO
|
||||
'trad_link' => $trad_link,
|
||||
'module_languages' => Language::getLanguages(false),
|
||||
'theme_language_dir' => _THEME_LANG_DIR_
|
||||
@@ -751,7 +750,7 @@ class AdminModulesControllerCore extends AdminController
|
||||
// Display module configuration
|
||||
$header = $this->context->smarty->fetch('controllers/modules/configure.tpl');
|
||||
$configuration_bar = $this->context->smarty->fetch('controllers/modules/configuration_bar.tpl');
|
||||
$this->context->smarty->assign('module_content', $header.$configuration_bar.$echo );
|
||||
$this->context->smarty->assign('module_content', $header.$echo.$configuration_bar );
|
||||
}
|
||||
elseif ($echo === true)
|
||||
{
|
||||
|
||||
@@ -28,6 +28,6 @@
|
||||
<category id="Hats" id_parent="Accessories" active="1"/>
|
||||
<category id="Handbags" id_parent="Accessories" active="1"/>
|
||||
<category id="Shoes" id_parent="Accessories" active="1"/>
|
||||
<category id="Men" id_parent="Home" active="1"/>
|
||||
<category id="Men" id_parent="Home" active="0"/>
|
||||
</entities>
|
||||
</entity_category>
|
||||
|
||||
@@ -0,0 +1,72 @@
|
||||
<?xml version="1.0"?>
|
||||
<entity_attribute>
|
||||
<attribute id="S">
|
||||
<name>S</name>
|
||||
</attribute>
|
||||
<attribute id="M">
|
||||
<name>M</name>
|
||||
</attribute>
|
||||
<attribute id="L">
|
||||
<name>L</name>
|
||||
</attribute>
|
||||
<attribute id="One_size">
|
||||
<name>One size</name>
|
||||
</attribute>
|
||||
<attribute id="Grey">
|
||||
<name>Grey</name>
|
||||
</attribute>
|
||||
<attribute id="Taupe">
|
||||
<name>Taupe</name>
|
||||
</attribute>
|
||||
<attribute id="Beige">
|
||||
<name>Beige</name>
|
||||
</attribute>
|
||||
<attribute id="White">
|
||||
<name>White</name>
|
||||
</attribute>
|
||||
<attribute id="Off_White">
|
||||
<name>Off White</name>
|
||||
</attribute>
|
||||
<attribute id="Red">
|
||||
<name>Red</name>
|
||||
</attribute>
|
||||
<attribute id="Black">
|
||||
<name>Black</name>
|
||||
</attribute>
|
||||
<attribute id="Camel">
|
||||
<name>Camel</name>
|
||||
</attribute>
|
||||
<attribute id="Orange">
|
||||
<name>Orange</name>
|
||||
</attribute>
|
||||
<attribute id="Blue">
|
||||
<name>Blue</name>
|
||||
</attribute>
|
||||
<attribute id="Green">
|
||||
<name>Green</name>
|
||||
</attribute>
|
||||
<attribute id="Yellow">
|
||||
<name>Yellow</name>
|
||||
</attribute>
|
||||
<attribute id="Brown">
|
||||
<name>Brown</name>
|
||||
</attribute>
|
||||
<attribute id="35">
|
||||
<name>35</name>
|
||||
</attribute>
|
||||
<attribute id="36">
|
||||
<name>36</name>
|
||||
</attribute>
|
||||
<attribute id="37">
|
||||
<name>37</name>
|
||||
</attribute>
|
||||
<attribute id="38">
|
||||
<name>38</name>
|
||||
</attribute>
|
||||
<attribute id="39">
|
||||
<name>39</name>
|
||||
</attribute>
|
||||
<attribute id="40">
|
||||
<name>40</name>
|
||||
</attribute>
|
||||
</entity_attribute>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<entity_attribute_group>
|
||||
<attribute_group id="Size">
|
||||
<name>Size</name>
|
||||
<public_name>Size</public_name>
|
||||
</attribute_group>
|
||||
<attribute_group id="Shoes_Size">
|
||||
<name>Shoes Size</name>
|
||||
<public_name>Size</public_name>
|
||||
</attribute_group>
|
||||
<attribute_group id="Color">
|
||||
<name>Color</name>
|
||||
<public_name>Color</public_name>
|
||||
</attribute_group>
|
||||
</entity_attribute_group>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list_attributegroup>
|
||||
<attributegroup id="Size">
|
||||
<name><![CDATA[Size]]></name>
|
||||
</attributegroup>
|
||||
<attributegroup id="Size_public">
|
||||
<name><![CDATA[Size]]></name>
|
||||
</attributegroup>
|
||||
<attributegroup id="color">
|
||||
<name><![CDATA[Color]]></name>
|
||||
</attributegroup>
|
||||
<attributegroup id="color_public">
|
||||
<name><![CDATA[Color]]></name>
|
||||
</attributegroup>
|
||||
<attributegroup id="Shoes_Size">
|
||||
<name><![CDATA[Shoes size]]></name>
|
||||
</attributegroup>
|
||||
<attributegroup id="Shoes_Size_public">
|
||||
<name><![CDATA[Size]]></name>
|
||||
</attributegroup>
|
||||
</list_attributegroup>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<entity_carrier>
|
||||
<carrier id="My_carrier" id_shop="1">
|
||||
<delay>Delivery next day!</delay>
|
||||
</carrier>
|
||||
</entity_carrier>
|
||||
@@ -0,0 +1,193 @@
|
||||
<?xml version="1.0"?>
|
||||
<entity_category>
|
||||
<category id="Women" id_shop="1">
|
||||
<name>Women</name>
|
||||
<description></description>
|
||||
<link_rewrite>women</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category>
|
||||
<category id="Coats_and_Jackets" id_shop="1">
|
||||
<name>Coats and Jackets</name>
|
||||
<description></description>
|
||||
<link_rewrite>coats-jackets</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category>
|
||||
<category id="Coats" id_shop="1">
|
||||
<name>Coats</name>
|
||||
<description></description>
|
||||
<link_rewrite>coats</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category>
|
||||
<category id="Jackets" id_shop="1">
|
||||
<name>Jackets</name>
|
||||
<description></description>
|
||||
<link_rewrite>jackets</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category>
|
||||
<category id="Blazers" id_shop="1">
|
||||
<name>Blazers</name>
|
||||
<description></description>
|
||||
<link_rewrite>blazers</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category>
|
||||
<category id="Puffer_Jackets" id_shop="1">
|
||||
<name>Puffer Jackets</name>
|
||||
<description></description>
|
||||
<link_rewrite>puffer-jackets</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category>
|
||||
<category id="Leather_Jackets" id_shop="1">
|
||||
<name>Leather Jackets</name>
|
||||
<description></description>
|
||||
<link_rewrite>leather-jackets</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category>
|
||||
<category id="Tops" id_shop="1">
|
||||
<name>Tops</name>
|
||||
<description></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></description>
|
||||
<link_rewrite>tshirts</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category>
|
||||
<category id="Tops_2" id_shop="1">
|
||||
<name>Tops</name>
|
||||
<description></description>
|
||||
<link_rewrite>top</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category>
|
||||
<category id="Blouses" id_shop="1">
|
||||
<name>Blouses</name>
|
||||
<description></description>
|
||||
<link_rewrite>blouses</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category>
|
||||
<category id="Pants" id_shop="1">
|
||||
<name>Pants</name>
|
||||
<description></description>
|
||||
<link_rewrite>pants</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category>
|
||||
<category id="Skinny_Cut" id_shop="1">
|
||||
<name>Skinny Cut</name>
|
||||
<description></description>
|
||||
<link_rewrite>skinny-cut</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category><category id="Straight_Cut" id_shop="1">
|
||||
<name>Straight Cut</name>
|
||||
<description></description>
|
||||
<link_rewrite>straight-cut</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category><category id="Dresses" id_shop="1">
|
||||
<name>Dresses</name>
|
||||
<description></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></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></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></description>
|
||||
<link_rewrite>summer-dresses</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category>
|
||||
<category id="Accessories" id_shop="1">
|
||||
<name>Accessories</name>
|
||||
<description></description>
|
||||
<link_rewrite>accessories</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category>
|
||||
<category id="Belts" id_shop="1">
|
||||
<name>Belts</name>
|
||||
<description></description>
|
||||
<link_rewrite>belts</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category>
|
||||
<category id="Hats" id_shop="1">
|
||||
<name>Hats</name>
|
||||
<description></description>
|
||||
<link_rewrite>hats</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category>
|
||||
<category id="Handbags" id_shop="1">
|
||||
<name>Handbags</name>
|
||||
<description></description>
|
||||
<link_rewrite>handbags</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category>
|
||||
<category id="Shoes" id_shop="1">
|
||||
<name>Shoes</name>
|
||||
<description></description>
|
||||
<link_rewrite>shoes</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category>
|
||||
<category id="Men" id_shop="1">
|
||||
<name>Men</name>
|
||||
<description></description>
|
||||
<link_rewrite>men</link_rewrite>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</category>
|
||||
</entity_category>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<entity_feature>
|
||||
<feature id="Height">
|
||||
<name>Height</name>
|
||||
</feature>
|
||||
<feature id="Width">
|
||||
<name>Width</name>
|
||||
</feature>
|
||||
<feature id="Depth">
|
||||
<name>Depth</name>
|
||||
</feature>
|
||||
<feature id="Weight">
|
||||
<name>Weight</name>
|
||||
</feature>
|
||||
<feature id="Compositions">
|
||||
<name>Compositions</name>
|
||||
</feature>
|
||||
</entity_feature>
|
||||
@@ -0,0 +1,66 @@
|
||||
<?xml version="1.0"?>
|
||||
<entity_feature_value>
|
||||
<feature_value id="Polyester">
|
||||
<value>Polyester</value>
|
||||
</feature_value>
|
||||
<feature_value id="Wool">
|
||||
<value>Wool</value>
|
||||
</feature_value>
|
||||
<feature_value id="Viscose">
|
||||
<value>Viscose</value>
|
||||
</feature_value>
|
||||
<feature_value id="Elastane">
|
||||
<value>Elastane</value>
|
||||
</feature_value>
|
||||
<feature_value id="Cotton">
|
||||
<value>Cotton</value>
|
||||
</feature_value>
|
||||
<feature_value id="Silk">
|
||||
<value>Silk</value>
|
||||
</feature_value>
|
||||
<feature_value id="Suede">
|
||||
<value>Suede</value>
|
||||
</feature_value>
|
||||
<feature_value id="Straw">
|
||||
<value>Straw</value>
|
||||
</feature_value>
|
||||
<feature_value id="Leather">
|
||||
<value>Leather</value>
|
||||
</feature_value>
|
||||
<feature_value id="2_75_in">
|
||||
<value>2.75 in</value>
|
||||
</feature_value>
|
||||
<feature_value id="2_06_in">
|
||||
<value>2.06 in</value>
|
||||
</feature_value>
|
||||
<feature_value id="49_2_g">
|
||||
<value>49.2 g</value>
|
||||
</feature_value>
|
||||
<feature_value id="0_26_in">
|
||||
<value>0.26 in</value>
|
||||
</feature_value>
|
||||
<feature_value id="1_07_in">
|
||||
<value>1.07 in</value>
|
||||
</feature_value>
|
||||
<feature_value id="1_62_in">
|
||||
<value>1.62 in</value>
|
||||
</feature_value>
|
||||
<feature_value id="15_5_g">
|
||||
<value>15.5 g</value>
|
||||
</feature_value>
|
||||
<feature_value id="0_41_in_clip_included">
|
||||
<value>0.41 in (clip included)</value>
|
||||
</feature_value>
|
||||
<feature_value id="4_33_in">
|
||||
<value>4.33 in</value>
|
||||
</feature_value>
|
||||
<feature_value id="2_76_in">
|
||||
<value>2.76 in</value>
|
||||
</feature_value>
|
||||
<feature_value id="120g">
|
||||
<value>120g</value>
|
||||
</feature_value>
|
||||
<feature_value id="0_31_in">
|
||||
<value>0.31 in</value>
|
||||
</feature_value>
|
||||
</entity_feature_value>
|
||||
@@ -0,0 +1,66 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list_featurevalue>
|
||||
<featurevalue id="Polyester">
|
||||
<value><![CDATA[Polyester]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="Wool">
|
||||
<value><![CDATA[Wool]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="Viscose">
|
||||
<value><![CDATA[Viscose]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="Elastane">
|
||||
<value><![CDATA[Elastane]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="Cotton">
|
||||
<value><![CDATA[Cotton]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="Silk">
|
||||
<value><![CDATA[Silk]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="Suede">
|
||||
<value><![CDATA[Suede]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="Straw">
|
||||
<value><![CDATA[Straw]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="Leather">
|
||||
<value><![CDATA[Leather]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="2.75in">
|
||||
<value><![CDATA[2.75 in]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="2.06in">
|
||||
<value><![CDATA[2.06 in]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="49.2g">
|
||||
<value><![CDATA[49.2 g]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="0.26in">
|
||||
<value><![CDATA[0.26 in]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="1.07in">
|
||||
<value><![CDATA[1.07 in]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="1.62in">
|
||||
<value><![CDATA[1.62 in]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="15.5g">
|
||||
<value><![CDATA[15.5 g]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="0.41in">
|
||||
<value><![CDATA[0.41 in (clip included)]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="4.33in">
|
||||
<value><![CDATA[4.33 in]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="2.76in">
|
||||
<value><![CDATA[2.76 in]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="120g">
|
||||
<value><![CDATA[120g]]></value>
|
||||
</featurevalue>
|
||||
<featurevalue id="0.31in">
|
||||
<value><![CDATA[0.31 in]]></value>
|
||||
</featurevalue>
|
||||
</list_featurevalue>
|
||||
@@ -0,0 +1,91 @@
|
||||
<?xml version="1.0"?>
|
||||
<entity image>
|
||||
<image id="51714665"><legend>Fur Coat</legend>
|
||||
<image id="51714391"><legend>Fut Coat</legend>
|
||||
<image id="52168484"><legend>Textured Trench Coat</legend>
|
||||
<image id="52168280"><legend>Textured Trench Coat</legend>
|
||||
<image id="47282631"><legend>Slim Cut Coat</legend>
|
||||
<image id="47282630"><legend>Slim Cut Coat</legend>
|
||||
<image id="51752064"><legend>Quilted Jacket</legend>
|
||||
<image id="51749203"><legend>Quilted Jacket</legend>
|
||||
<image id="44516625"><legend>Suit Blazer</legend>
|
||||
<image id="44516622"><legend>Suit Blazer</legend>
|
||||
<image id="44516564"><legend>Suit Blazer</legend>
|
||||
<image id="49074621"><legend>Short Blazer</legend>
|
||||
<image id="46735661"><legend>Puffer Jacket</legend>
|
||||
<image id="46735663"><legend>Puffer Jacket</legend>
|
||||
<image id="46735662"><legend>Puffer Jacket</legend>
|
||||
<image id="46579225"><legend>Leather Jacket</legend>
|
||||
<image id="44777244"><legend>Leather Jacket</legend>
|
||||
<image id="51704249"><legend>Leather Jacket</legend>
|
||||
<image id="51704300"><legend>Leather Jacket</legend>
|
||||
<image id="53012881"><legend>Leather Jacket</legend>
|
||||
<image id="58060821"><legend>Leather Jacket</legend>
|
||||
<image id="58060809"><legend>Leather Jacket</legend>
|
||||
<image id="56578228"><legend>Short Sleeve T-shirts</legend>
|
||||
<image id="56578167"><legend>Short Sleeve T-shirts</legend>
|
||||
<image id="51748593"><legend>Faded Short Sleeve T-shirts</legend>
|
||||
<image id="51748591"><legend>Faded Short Sleeve T-shirts</legend>
|
||||
<image id="51748557"><legend>Faded Short Sleeve T-shirts</legend>
|
||||
<image id="51748562"><legend>Faded Short Sleeve T-shirts</legend>
|
||||
<image id="51746995"><legend>Cami Tank Top</legend>
|
||||
<image id="51747077"><legend>Cami Tank Top</legend>
|
||||
<image id="51747076"><legend>Cami Tank Top</legend>
|
||||
<image id="51746996"><legend>Blouse</legend>
|
||||
<image id="51746998"><legend>Blouse</legend>
|
||||
<image id="44775785"><legend>Blouse</legend>
|
||||
<image id="51747764"><legend>Leapoard Printed Blouse</legend>
|
||||
<image id="51747825"><legend>Leapoard Printed Blouse</legend>
|
||||
<image id="46581333"><legend>Faded Jeans</legend>
|
||||
<image id="46581331"><legend>Faded Jeans</legend>
|
||||
<image id="50073550"><legend>5 Pocket Jean</legend>
|
||||
<image id="50144042"><legend>5 Pocket Jean</legend>
|
||||
<image id="49218038"><legend>5 Pocket Jean</legend>
|
||||
<image id="56302389"><legend>5 Pocket Jean</legend>
|
||||
<image id="56302388"><legend>5 Pocket Jean</legend>
|
||||
<image id="46581237"><legend>Dress Gathered At The Waist</legend>
|
||||
<image id="46581143"><legend>Dress Gathered At The Waist</legend>
|
||||
<image id="53803858"><legend>Printed Dress</legend>
|
||||
<image id="53840339"><legend>Printed Dress</legend>
|
||||
<image id="51746910"><legend>Floral Dress</legend>
|
||||
<image id="46547668"><legend>Floral Dress</legend>
|
||||
<image id="51746908"><legend>Floral Dress</legend>
|
||||
<image id="51746913"><legend>Strapless Dress</legend>
|
||||
<image id="51746688"><legend>Strapless Dress</legend>
|
||||
<image id="47520772"><legend>Long Evening Dress</legend>
|
||||
<image id="47520692"><legend>Long Evening Dress</legend>
|
||||
<image id="51747209"><legend>Short Evening Dress</legend>
|
||||
<image id="46578558"><legend>Short Evening Dress</legend>
|
||||
<image id="55982428"><legend>Strapless Dress</legend>
|
||||
<image id="55982424"><legend>Strapless Dress</legend>
|
||||
<image id="46578616"><legend>Dress with Sleeves</legend>
|
||||
<image id="44775751"><legend>Dress with Sleeves</legend>
|
||||
<image id="56766964"><legend>Printed Dress</legend>
|
||||
<image id="56766814"><legend>Printed Dress</legend>
|
||||
<image id="51747941"><legend>Printed Summer Dress</legend>
|
||||
<image id="51747942"><legend>Printed Summer Dress</legend>
|
||||
<image id="46579412"><legend>Printed Summer Dress</legend>
|
||||
<image id="46579411"><legend>Printed Summer Dress</legend>
|
||||
<image id="44185464"><legend>Long Printed Dress</legend>
|
||||
<image id="44185465"><legend>Long Printed Dress</legend>
|
||||
<image id="46581062"><legend>Printed Summer Dress</legend>
|
||||
<image id="46579408"><legend>Printed Summer Dress</legend>
|
||||
<image id="46579410"><legend>Printed Summer Dress</legend>
|
||||
<image id="46547412"><legend>Printed Summer Dress</legend>
|
||||
<image id="51747994"><legend>Printed Chiffon Dress</legend>
|
||||
<image id="46581032"><legend>Printed Chiffon Dress</legend>
|
||||
<image id="46581029"><legend>Printed Chiffon Dress</legend>
|
||||
<image id="46578775"><legend>Printed Chiffon Dress</legend>
|
||||
<image id="48628295"><legend>Studded Leather Belt</legend>
|
||||
<image id="48628300"><legend>Studded Leather Belt</legend>
|
||||
<image id="52817654"><legend>Braided Belt</legend>
|
||||
<image id="52817951"><legend>Bucket Hat</legend>
|
||||
<image id="50728708"><legend>Floppy Hat</legend>
|
||||
<image id="52817893"><legend>Men Straw Hat</legend>
|
||||
<image id="47637687"><legend>Bowling Bag</legend>
|
||||
<image id="49753531"><legend>Leather Bag</legend>
|
||||
<image id="48552647"><legend>Snake Skin Bag</legend>
|
||||
<image id="56505660"><legend>Quilted Bag</legend>
|
||||
<image id="57204709"><legend>Suede Bag</legend>
|
||||
<image id="48526078"><legend>Wedge Shoe</legend>
|
||||
</entity image>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<entity_manufacturer>
|
||||
<manufacturer id="Fashion_Manufacturer">
|
||||
<description/>
|
||||
<short_description/>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</manufacturer>
|
||||
</entity_manufacturer>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<entity_order_message>
|
||||
<order_message id="Delay">
|
||||
<name>Delay</name>
|
||||
<message>Hi,
|
||||
|
||||
Unfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery.
|
||||
Please accept our apologies and rest assured that we are working hard to rectify this.
|
||||
|
||||
Best regards,</message>
|
||||
</order_message>
|
||||
</entity_order_message>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list_ordermessage>
|
||||
<ordermessage id="delay">
|
||||
<name><![CDATA[Delay]]></name>
|
||||
<message><![CDATA[Hi,␍␍Unfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery.␍Please accept our apologies and rest assured that we are working hard to rectify this.␍␍Best regards,]]></message>
|
||||
</ordermessage>
|
||||
</list_ordermessage>
|
||||
@@ -0,0 +1,464 @@
|
||||
<?xml version="1.0"?>
|
||||
<entity_product>
|
||||
<product id="Fur_Coat" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>This stylish short sleeve faux fur coat will keep you warm this winter. The thick knit collar adds an orginal touch to this elegant coat.</description_short>
|
||||
<link_rewrite>fur-coat</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Fur Coat</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Textured_Trench_Coat" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>This flattering fitted trench coat is the ideal piece for the season. The warm collar will keep you warm for any winter occasion.</description_short>
|
||||
<link_rewrite>textured-trench-coat</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Textured Trench Coat</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Slim_Cut_Coat" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>A stylish double-breasted coat with a high collar. Slim cut and belted to emphasize your waist and your femininity!</description_short>
|
||||
<link_rewrite>slim-cut-coat</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Slim Cut Coat</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Quilted_Jacket" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>This quilted jacket with zipper detail and built-in hood is perfect for Fall. Comfortable fit with silver sleeves and shoulders.</description_short>
|
||||
<link_rewrite>quilted-jacket</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Quilted Jacket</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Suit_Blazer" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Suit style blazer with structured shoulders and front side gold engraved buttons. Ideal for the mid-season.</description_short>
|
||||
<link_rewrite>suit-blazer</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Suit Blazer</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Short_Blazer" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Short cotton blazer with black and white polka dots. Front side button closures and three quarter length sleeves. Complete the look with a delicate necklace.</description_short>
|
||||
<link_rewrite>short-blazer</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Short Blazer</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Puffer_Jacket" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Puffer jacket with treated fabric and a removable faur fux hood. Flattering fit with a belt buckle and loops. Fitting for winter fashion.</description_short>
|
||||
<link_rewrite>Puffer_Jacket</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Puffer Jacket</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Leather_Jacket_1" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Biker style jacket with asymmetrical zipper front. Side pockets and zippered cuffs.</description_short>
|
||||
<link_rewrite>leather-jacket</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Leather Jacket</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Leather_Jacket_2" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Zip up biker inspired leather jacket with collar. The two zippered pockets on the front gives this jacket rock style flare.</description_short>
|
||||
<link_rewrite>leather-jacket</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Leather Jacket</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Leather_Jacket_3" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Biker leather jacket with padded and tie-up detailed sleeves. The structured shoulders makes this jacket super stylish.</description_short>
|
||||
<link_rewrite>leather-jacket</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Leather Jacket</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Short_Sleeve_T-shirts" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Soft stretch jersey v-neck tee with short sleeves. A delightful green for a colorful summer.</description_short>
|
||||
<link_rewrite>short-sleeve-tshirts</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Short Sleeve T-shirts</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Faded_Short_Sleeve_T-shirts" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Faded short sleeve t-shirt with high neckline. Soft and stretchy material for a comfortable fit. Accessorize with a straw hat and you're ready for summer!</description_short>
|
||||
<link_rewrite>faded-short-sleeve-tshirts</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Faded Short Sleeve T-shirts</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Cami_Tank_Top" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Pure cotton printed top with waist elastic band for a perfect fit. The thin straps will highlight chest on a hot summer day.</description_short>
|
||||
<link_rewrite>Cami_Tank_Top</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Cami Tank Top</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product><product id="Blouse" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Short sleeved blouse with feminine draped sleeve detail. </description_short>
|
||||
<link_rewrite>blouse</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Blouse</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Leapoard_Printed_Blouse" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Elegant leopard print silky blouse with chiffon puffed sleeves.</description_short>
|
||||
<link_rewrite>leapoard_printed_blouse</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Leapoard Printed Blouse</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Faded_Jeans" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>5-pocket washed denim stretchy jeans with low waist and just the right cut.</description_short>
|
||||
<link_rewrite>faded-jeans</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Faded Jeans</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="5_Pocket_Jean_1" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>5-pocket blue jean with zipper and button closure. Straight cut fit.</description_short>
|
||||
<link_rewrite>5-pocket-jean</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>5 Pocket Jean</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="5_Pocket_Jean_2" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>5-pocket blue jean with zipper and button closure. Straight cut fit.</description_short>
|
||||
<link_rewrite>5-pocket-jean</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>5 Pocket Jean</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Dress_Gathered_At_The_Waist" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>V-neck cut dress gathered at the waist for a flattering waistline. 3/4 sleeves and draped.</description_short>
|
||||
<link_rewrite>Dress_Gathered_At_The_Waist</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Dress gathered at the waist</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Printed_Dress" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>100% cotton double printed dress. Black and white striped top and orange high waisted skater skirt bottom.</description_short>
|
||||
<link_rewrite>printed-dress</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Printed Dress</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Floral_Dress" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Lace embroidered dress with floral detail. Tie-up spaghetti straps .</description_short>
|
||||
<link_rewrite>floral-dress</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Floral Dress</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Strapless_Dress_1" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Strapless cinched waist dress with floral print.</description_short>
|
||||
<link_rewrite>strapless-dress</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Strapless Dress</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Long_Evening_Dress" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Long sleeve jersey dress. Mid knee length.</description_short>
|
||||
<link_rewrite>long-evening-dress</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Long Evening Dress</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Short_Evening_Dress" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Short baby doll dress with neckline bow. Detailed finishes at the bottom of the dress.</description_short>
|
||||
<link_rewrite>short-evening-dress</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Short Evening Dress</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Strapless_Dress_2" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Ruffle strapless dress with floral prints and knotted blue waist belt.</description_short>
|
||||
<link_rewrite>strapless-dress</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Strapless Dress</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Dress_with_Sleeves" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Black evening dress with puffed sleeve accents. Leather lining on frontside of the dress.</description_short>
|
||||
<link_rewrite>dress-with-sleeves</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Dress with Sleeves</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Printed_Dress_2" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Printed evening dress with straight sleeves with black thin waist belt and ruffled linings.</description_short>
|
||||
<link_rewrite>printed-dress</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Printed Dress</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Printed_Summer_Dress_1" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Long printed dress with thin adjustable straps. V-neckline and wiring under the bust with ruffles at the bottom of the dress.</description_short>
|
||||
<link_rewrite>printed-summer-dress</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Printed Summer Dress</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Long_Printed_Dress" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Long printed empire waist dress with behind the neck tie straps.</description_short>
|
||||
<link_rewrite>long-printed-dress</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Long Printed Dress</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Printed_Summer_Dress_2" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Sleeveless knee-length chiffon dress. V-neckline with elastic under the bust lining.</description_short>
|
||||
<link_rewrite>printed-summer-dress</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Printed Summer Dress</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Printed_Chiffon_Dress" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Printed chiffon knee length dress with tank straps. Deep v-neckline.</description_short>
|
||||
<link_rewrite>printed-chiffon-dress</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Printed Chiffon Dress</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Studded_Leather_Belt" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Brown accent studded belt with gold buckle</description_short>
|
||||
<link_rewrite>studded-leather-belt</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Studded Leather Belt</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Braided_Belt" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Black and gold braided leather belt</description_short>
|
||||
<link_rewrite>braided-belt</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Braided Belt</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Bucket_Hat" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Soft felted knit bucket hat</description_short>
|
||||
<link_rewrite>bucket-hat</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Bucket Hat</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Floppy_Hat" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Black straw floppy hat</description_short>
|
||||
<link_rewrite>floppy-hat</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Floppy Hat</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Men_Straw_Hat" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Men's beige straw fedora</description_short>
|
||||
<link_rewrite>men-straw-hat</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Men Straw Hat</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Bowling_Bag" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Red bowling style bag. Fancy lining with metal buckle strap</description_short>
|
||||
<link_rewrite>bowling-bag</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Bowling Bag</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Leather_Bag" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Genuine leather bag with leather handles and adjustable and removable shoulder strap.</description_short>
|
||||
<link_rewrite>leather-bag</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Leather Bag</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Snake_Skin_Bag" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Snake skin shoulder bag with straps and handle. Front pocket with gold flap buckle.</description_short>
|
||||
<link_rewrite>Snake_Skin_Bag</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Snake Skin Bag</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Quilted_Bag" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Quilted leather bag with silver braided straps. Adjustable long handle and zipper on top and side pocket.</description_short>
|
||||
<link_rewrite>quilted-bag</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Quilted Bag</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Suede_Bag" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>Suede camel colored bag with belted front flap.</description_short>
|
||||
<link_rewrite>Suede_Bag</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Suede Bag</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
<product id="Wedge_Shoe" id_shop="1">
|
||||
<description></description>
|
||||
<description_short>High heeled cork wedge with cross over leather straps.</description_short>
|
||||
<link_rewrite>Wedge_Shoe</link_rewrite>
|
||||
<meta_description/>
|
||||
<meta_keywords/>
|
||||
<meta_title/>
|
||||
<name>Wedge Shoe</name>
|
||||
<available_now>In stock</available_now>
|
||||
<available_later/>
|
||||
</product>
|
||||
</entity_product>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<entity_profile>
|
||||
<profile id="Logistician">
|
||||
<name>Logistician</name>
|
||||
</profile>
|
||||
<profile id="Translator">
|
||||
<name>Translator</name>
|
||||
</profile>
|
||||
<profile id="Salesman">
|
||||
<name>Salesman</name>
|
||||
</profile>
|
||||
</entity_profile>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<entity_scene>
|
||||
<!-- Keep the example
|
||||
<scene id="The_iPods_Nano">
|
||||
<name>The iPods Nano</name>
|
||||
</scene>
|
||||
-->
|
||||
</entity_scene>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<entity_supplier>
|
||||
<supplier id="Fashion_Supplier">
|
||||
<description/>
|
||||
<meta_title/>
|
||||
<meta_keywords/>
|
||||
<meta_description/>
|
||||
</supplier>
|
||||
</entity_supplier>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<entity_tag>
|
||||
<!-- Keep the examples
|
||||
<tag id="tag_5" name="apple" products="iPod_Nano,MacBook"/>
|
||||
<tag id="tag_22" name="superdrive" products="MacBook"/>
|
||||
<tag id="tag_23" name="Ipod touch" products="iPod_touch"/>
|
||||
<tag id="tag_28" name="ipod" products="iPod_Nano,iPod_shuffle"/>
|
||||
<tag id="tag_29" name="nano" products="iPod_Nano"/>
|
||||
<tag id="tag_33" name="shuffle" products="iPod_shuffle"/>
|
||||
-->
|
||||
</entity_tag>
|
||||
Reference in New Issue
Block a user