diff --git a/admin-dev/themes/default/template/controllers/customers/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/customers/helpers/view/view.tpl index c2d97758e..ff42c0c25 100644 --- a/admin-dev/themes/default/template/controllers/customers/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/customers/helpers/view/view.tpl @@ -355,7 +355,7 @@
- +
diff --git a/img/logo.jpg b/img/logo.jpg index 188d768b4..3ef612536 100644 Binary files a/img/logo.jpg and b/img/logo.jpg differ diff --git a/install-dev/data/theme.sql b/install-dev/data/theme.sql index ad8ed728e..209d38e81 100644 --- a/install-dev/data/theme.sql +++ b/install-dev/data/theme.sql @@ -28,8 +28,8 @@ UPDATE `PREFIX_configuration` SET value = '0' WHERE name = 'PS_BLOCK_SPECIALS_DI UPDATE `PREFIX_configuration` SET value = '0' WHERE name = 'PS_TAX_DISPLAY'; UPDATE `PREFIX_configuration` SET value = '1' WHERE name = 'PS_STORES_DISPLAY_CMS'; UPDATE `PREFIX_configuration` SET value = '1' WHERE name = 'PS_STORES_DISPLAY_FOOTER'; -UPDATE `PREFIX_configuration` SET value = '209' WHERE name = 'SHOP_LOGO_WIDTH'; -UPDATE `PREFIX_configuration` SET value = '52' WHERE name = 'SHOP_LOGO_HEIGHT'; +UPDATE `PREFIX_configuration` SET value = '350' WHERE name = 'SHOP_LOGO_WIDTH'; +UPDATE `PREFIX_configuration` SET value = '99' WHERE name = 'SHOP_LOGO_HEIGHT'; UPDATE `PREFIX_configuration` SET value = '1' WHERE name = 'PS_DISPLAY_SUPPLIERS'; UPDATE `PREFIX_configuration` SET value = '0' WHERE name = 'PS_LEGACY_IMAGES'; UPDATE `PREFIX_configuration` SET value = 'jpg' WHERE name = 'PS_IMAGE_QUALITY'; @@ -41,7 +41,7 @@ UPDATE `PREFIX_configuration` SET value = '4' WHERE name = 'BLOCK_CATEG_MAX_DEPT UPDATE `PREFIX_configuration` SET value = '1' WHERE name = 'MANUFACTURER_DISPLAY_FORM'; UPDATE `PREFIX_configuration` SET value = '1' WHERE name = 'MANUFACTURER_DISPLAY_TEXT'; UPDATE `PREFIX_configuration` SET value = '5' WHERE name = 'MANUFACTURER_DISPLAY_TEXT_NB'; -UPDATE `PREFIX_configuration` SET value = '5' WHERE name = 'NEW_PRODUCTS_NBR'; +UPDATE `PREFIX_configuration` SET value = '8' WHERE name = 'NEW_PRODUCTS_NBR'; UPDATE `PREFIX_configuration` SET value = '10' WHERE name = 'BLOCKTAGS_NBR'; UPDATE `PREFIX_configuration` SET value = '0_3|0_4' WHERE name = 'FOOTER_CMS'; UPDATE `PREFIX_configuration` SET value = '0_3|0_4' WHERE name = 'FOOTER_BLOCK_ACTIVATION'; @@ -68,10 +68,25 @@ UPDATE `PREFIX_configuration` SET value = '' WHERE name = 'UPGRADER_BACKUPDB_FIL UPDATE `PREFIX_configuration` SET value = '' WHERE name = 'UPGRADER_BACKUPFILES_FILENAME'; UPDATE `PREFIX_configuration` SET value = '40' WHERE name = 'CONF_AVERAGE_PRODUCT_MARGIN'; UPDATE `PREFIX_configuration` SET value = '1' WHERE name = 'PS_DASHBOARD_SIMULATION'; +UPDATE `PREFIX_configuration` SET value = '1' WHERE name = 'QUICK_VIEW'; /* No right column */ DELETE FROM `PREFIX_hook_module` WHERE id_hook = (SELECT id_hook FROM `PREFIX_hook` WHERE name = 'displayRightColumn'); +/* displayHome */ +SET @id_hook = (SELECT id_hook FROM `PREFIX_hook` WHERE name = 'displayHome'); +UPDATE `PREFIX_hook_module` SET position = 1 +WHERE id_module = (SELECT id_module FROM `PREFIX_module` WHERE name = 'themeconfigurator') +AND id_hook = @id_hook; + +UPDATE `PREFIX_hook_module` SET position = 2 +WHERE id_module = (SELECT id_module FROM `PREFIX_module` WHERE name = 'blockfacebook') +AND id_hook = @id_hook; + +UPDATE `PREFIX_hook_module` SET position = 3 +WHERE id_module = (SELECT id_module FROM `PREFIX_module` WHERE name = 'blockcmsinfo') +AND id_hook = @id_hook; + /* displayTop */ SET @id_hook = (SELECT id_hook FROM `PREFIX_hook` WHERE name = 'displayTop'); UPDATE `PREFIX_hook_module` SET position = 1 @@ -94,6 +109,18 @@ UPDATE `PREFIX_hook_module` SET position = 5 WHERE id_module = (SELECT id_module FROM `PREFIX_module` WHERE name = 'homeslider') AND id_hook = @id_hook; +UPDATE `PREFIX_hook_module` SET position = 6 +WHERE id_module = (SELECT id_module FROM `PREFIX_module` WHERE name = 'themeconfigurator') +AND id_hook = @id_hook; + +UPDATE `PREFIX_hook_module` SET position = 7 +WHERE id_module = (SELECT id_module FROM `PREFIX_module` WHERE name = 'blockwhislist') +AND id_hook = @id_hook; + +UPDATE `PREFIX_hook_module` SET position = 8 +WHERE id_module = (SELECT id_module FROM `PREFIX_module` WHERE name = 'blockbanner') +AND id_hook = @id_hook; + /* displayHomeTab && displayHomeTabContent */ SET @id_hook = (SELECT id_hook FROM `PREFIX_hook` WHERE name = 'displayHomeTab'); SET @id_hook2 = (SELECT id_hook FROM `PREFIX_hook` WHERE name = 'displayHomeTabContent'); diff --git a/install-dev/data/xml/configuration.xml b/install-dev/data/xml/configuration.xml index 4e8fd7658..4b337da4d 100644 --- a/install-dev/data/xml/configuration.xml +++ b/install-dev/data/xml/configuration.xml @@ -787,5 +787,8 @@ Country 1 + + 1 + diff --git a/install-dev/fixtures/fashion/data/generate_attribute.php b/install-dev/fixtures/fashion/data/generate_attribute.php index 2e002a59f..2439ad7f6 100644 --- a/install-dev/fixtures/fashion/data/generate_attribute.php +++ b/install-dev/fixtures/fashion/data/generate_attribute.php @@ -3,7 +3,170 @@ $products = array( 'Fur_Coat' => array( 'Color' => array('Grey'), - 'Size' => array('S', 'M', 'L') + 'Size' => array('S','M','L') + ), + 'Textured_Trench_Coat' => array( + 'Color' => array('Taupe'), + 'Size' => array('S','M','L') + ), + 'Slim_Cut_Coat' => array( + 'Color' => array('Grey'), + 'Size' => array('S','M','L') + ), + 'Quilted_Jacket' => array( + 'Color' => array('Beige'), + 'Size' => array('S','M','L') + ), + 'Suit_Blazer' => array( + 'Color' => array('Blue'), + 'Size' => array('S','M','L') + ), + 'Short_Blazer' => array( + 'Color' => array('White'), + 'Size' => array('S','M','L') + ), + 'Puffer_Jacket' => array( + 'Color' => array('Red'), + 'Size' => array('S','M','L') + ), + 'Leather_Jacket_1' => array( + 'Color' => array('Black'), + 'Size' => array('S','M','L') + ), + 'Leather_Jacket_2' => array( + 'Color' => array('Camel'), + 'Size' => array('S','M','L') + ), + 'Leather_Jacket_3' => array( + 'Color' => array('Black'), + 'Size' => array('S','M','L') + ), + 'Short_Sleeve_T-shirts' => array( + 'Color' => array('Green'), + 'Size' => array('S','M','L') + ), + 'Faded_Short_Sleeve_T-shirts' => array( + 'Color' => array('Orange','Blue'), + 'Size' => array('S','M','L') + ), + 'Cami_Tank_Top' => array( + 'Color' => array('Green'), + 'Size' => array('S','M','L') + ), + 'Blouse' => array( + 'Color' => array('Black','White'), + 'Size' => array('S','M','L') + ), + 'Leapoard_Printed_Blouse' => array( + 'Color' => array('White'), + 'Size' => array('S','M','L') + ), + 'Faded_Jeans' => array( + 'Color' => array('Blue'), + 'Size' => array('S','M','L') + ), + '5_Pocket_Jean_1' => array( + 'Color' => array('Blue'), + 'Size' => array('S','M','L') + ), + '5_Pocket_Jean_2' => array( + 'Color' => array('Blue'), + 'Size' => array('S','M','L') + ), + 'Dress_Gathered_At_The_Waist' => array( + 'Color' => array('Brown'), + 'Size' => array('S','M','L') + ), + 'Printed_Dress' => array( + 'Color' => array('Orange'), + 'Size' => array('S','M','L') + ), + 'Floral_Dress' => array( + 'Color' => array('White'), + 'Size' => array('S','M','L') + ), + 'Strapless_Dress_1' => array( + 'Color' => array('Black'), + 'Size' => array('S','M','L') + ), + 'Long_Evening_Dress' => array( + 'Color' => array('Red'), + 'Size' => array('S','M','L') + ), + 'Short_Evening_Dress' => array( + 'Color' => array('Black'), + 'Size' => array('S','M','L') + ), + 'Strapless_Dress_2' => array( + 'Size' => array('S','M','L') + ), + 'Dress_with_Sleeves' => array( + 'Color' => array('Black'), + 'Size' => array('S','M','L') + ), + 'Printed_Dress_2' => array( + 'Color' => array('Beige'), + 'Size' => array('S','M','L') + ), + 'Printed_Summer_Dress_1' => array( + 'Color' => array('Yellow','Blue','Orange','Black'), + 'Size' => array('S','M','L') + ), + 'Long_Printed_Dress' => array( + 'Color' => array('Grey'), + 'Size' => array('S','M','L') + ), + 'Printed_Summer_Dress_2' => array( + 'Color' => array('Yellow'), + 'Size' => array('S','M','L') + ), + 'Printed_Chiffon_Dress' => array( + 'Color' => array('Yellow'), + 'Size' => array('S','M','L') + ), + 'Studded_Leather_Belt' => array( + 'Color' => array('Brown'), + 'Size' => array('S','M','L') + ), + 'Braided_Belt' => array( + 'Color' => array('Black'), + 'Size' => array('S','M','L') + ), + 'Bucket_Hat' => array( + 'Color' => array('Grey'), + 'Size' => array('One_size') + ), + 'Floppy_Hat' => array( + 'Color' => array('Black'), + 'Size' => array('One_size') + ), + 'Men_Straw_Hat' => array( + 'Color' => array('Beige'), + 'Size' => array('One_size') + ), + 'Bowling_Bag' => array( + 'Color' => array('Red'), + 'Size' => array('One_size') + ), + 'Leather_Bag' => array( + 'Color' => array('Beige'), + 'Size' => array('One_size') + ), + 'Snake_Skin_Bag' => array( + 'Color' => array('Black'), + 'Size' => array('One_size') + ), + 'Quilted_Bag' => array( + 'Color' => array('Black'), + 'Size' => array('One_size') + ), + 'Suede_Bag' => array( + 'Color' => array('Camel'), + 'Size' => array('One_size') + ), + 'Wedge_Shoe' => array( + 'Color' => array('Taupe'), + 'Shoes_Size' => array('35','36','37','38','39','40') ) ); diff --git a/install-dev/fixtures/fashion/data/product_attribute.xml b/install-dev/fixtures/fashion/data/product_attribute.xml index be67991f9..c2771687d 100644 --- a/install-dev/fixtures/fashion/data/product_attribute.xml +++ b/install-dev/fixtures/fashion/data/product_attribute.xml @@ -18,9 +18,133 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/data/product_attribute_combination.xml b/install-dev/fixtures/fashion/data/product_attribute_combination.xml index d248b609a..4c6d431ef 100644 --- a/install-dev/fixtures/fashion/data/product_attribute_combination.xml +++ b/install-dev/fixtures/fashion/data/product_attribute_combination.xml @@ -4,11 +4,259 @@ - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/data/specific_price.xml b/install-dev/fixtures/fashion/data/specific_price.xml index 0dd7eacf8..00dcdd1f9 100644 --- a/install-dev/fixtures/fashion/data/specific_price.xml +++ b/install-dev/fixtures/fashion/data/specific_price.xml @@ -18,6 +18,7 @@ - + + diff --git a/install-dev/fixtures/fashion/data/stock_available.xml b/install-dev/fixtures/fashion/data/stock_available.xml index 961b6a173..308f3ca9c 100644 --- a/install-dev/fixtures/fashion/data/stock_available.xml +++ b/install-dev/fixtures/fashion/data/stock_available.xml @@ -1,8 +1,8 @@ - - - + + + @@ -10,39 +10,175 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/bn/data/attribute.xml b/install-dev/fixtures/fashion/langs/bn/data/attribute.xml new file mode 100644 index 000000000..80cd9b225 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/bn/data/attribute.xml @@ -0,0 +1,72 @@ + + + + S + + + M + + + L + + + One size + + + Grey + + + Taupe + + + Beige + + + White + + + Off White + + + Red + + + Black + + + Camel + + + Orange + + + Blue + + + Green + + + Yellow + + + Brown + + + 35 + + + 36 + + + 37 + + + 38 + + + 39 + + + 40 + + diff --git a/install-dev/fixtures/fashion/langs/bn/data/attribute_group.xml b/install-dev/fixtures/fashion/langs/bn/data/attribute_group.xml new file mode 100644 index 000000000..17c82c65f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/bn/data/attribute_group.xml @@ -0,0 +1,15 @@ + + + + Size + Size + + + Shoes Size + Size + + + Color + Color + + diff --git a/install-dev/fixtures/fashion/langs/bn/data/attributegroup.xml b/install-dev/fixtures/fashion/langs/bn/data/attributegroup.xml new file mode 100644 index 000000000..09da13fde --- /dev/null +++ b/install-dev/fixtures/fashion/langs/bn/data/attributegroup.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/bn/data/carrier.xml b/install-dev/fixtures/fashion/langs/bn/data/carrier.xml new file mode 100644 index 000000000..c59766e73 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/bn/data/carrier.xml @@ -0,0 +1,6 @@ + + + + Delivery next day! + + diff --git a/install-dev/fixtures/fashion/langs/bn/data/category.xml b/install-dev/fixtures/fashion/langs/bn/data/category.xml new file mode 100644 index 000000000..2d38f25cc --- /dev/null +++ b/install-dev/fixtures/fashion/langs/bn/data/category.xml @@ -0,0 +1,193 @@ + + + + Women + You will find here all woman fashion collections. This category includes all the basics of your wardrobe and much more: shoes, accessories, printed t-shirts, feminine dresses, women's jeans! + women + + + + + + Coats and Jackets + Coats, jackets, blazers, puffer jackets and leather jackets! Enjoy our wide choice of coat to pick the one who will keep you warm during winter. + coats-jackets + + + + + + Coats + Choose the perfect coat that best suits your style. Casual, classic, modern, timeless coats you will find everyting here! + coats + + + + + + Jackets + Get your wardrobe covered with our wide range of jackets! + jackets + + + + + + Blazers + Opt for a modern silhouette by selecting from our wide range of blazers. + blazers + + + + + + Puffer Jackets + The must have of winter, find the perfect puffer jacket to keep you warm and stylish during winter. + puffer-jackets + + + + + + Leather Jackets + Perfect for the beginning of the season, the leather jacket will give you a rock style for any occasion. + leather-jackets + + + + + + Tops + Choose from t-shirts, tops, blouses, short sleeves, long sleeves, tank tops, 3/4 sleeves and more. Find the cut that suits you the best! + tops + + + + + + T-shirts + The must have of your wardrobe, take a look at our different colors, shapes and style of our collection! + tshirts + + + + + + Tops + Choose the top that best suits you from the wide variety of tops we have. + top + + + + + + Blouses + Match your favorites blouses with the right accessories for the perfect look. + blouses + + + + + + Pants + How to choose a fashion woman pants? Skinny cut, straight cut, benefit from a wide choice and choose your pants here! + pants + + + + + + Skinny Cut + To get the perfect minimalist silhouette, take a look to our skinny cut jeans! + skinny-cut + + + + + Straight Cut + Opt for a straight cut jean to have the perfect classic look; + straight-cut + + + + + Dresses + Find your favorites dresses from our wide choice of evening, casual or summer dresses! We offer dresses for every day, every style and every occasion. + dresses + + + + + + Casual Dresses + You are looking for a dress for every day? Take a look at our selection of dresses to find one that suits you. + casual-dresses + + + + + + Evening Dresses + Browse our different dresses to choose the perfect dress for an unforgettable evening! + evening-dresses + + + + + + Summer Dresses + Short dress, long dress, silk dress, printed dress, you will find the perfect dress for summer. + summer-dresses + + + + + + Accessories + Shoes, bags, belts, hats... Our range of accessories will enhance your silhouette and make you more feminine + accessories + + + + + + Belts + thin skinny belts, leather waist belts and hip belts... Choose among our wide collection to accessorize your outfit. + belts + + + + + + Hats + Accessorize your look with our range of hats. In every color, style, shape and size, you're sure to find your perfect topper outfit here. + hats + + + + + + Handbags + The bag is an essential accessory in the wardrobe of a woman. Find a bag that will go perfectly with your outfit of the day! + handbags + + + + + + Shoes + A wide variety of women's shoes is available. You will find boots, shoes, slippers, sandals and sneakers to go with your outfit of the day. + shoes + + + + + + Men + + men + + + + + diff --git a/install-dev/fixtures/fashion/langs/bn/data/feature.xml b/install-dev/fixtures/fashion/langs/bn/data/feature.xml new file mode 100644 index 000000000..47137f188 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/bn/data/feature.xml @@ -0,0 +1,18 @@ + + + + Height + + + Width + + + Depth + + + Weight + + + Compositions + + diff --git a/install-dev/fixtures/fashion/langs/bn/data/feature_value.xml b/install-dev/fixtures/fashion/langs/bn/data/feature_value.xml new file mode 100644 index 000000000..cf7b3c287 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/bn/data/feature_value.xml @@ -0,0 +1,66 @@ + + + + Polyester + + + Wool + + + Viscose + + + Elastane + + + Cotton + + + Silk + + + Suede + + + Straw + + + Leather + + + 2.75 in + + + 2.06 in + + + 49.2 g + + + 0.26 in + + + 1.07 in + + + 1.62 in + + + 15.5 g + + + 0.41 in (clip included) + + + 4.33 in + + + 2.76 in + + + 120g + + + 0.31 in + + diff --git a/install-dev/fixtures/fashion/langs/bn/data/featurevalue.xml b/install-dev/fixtures/fashion/langs/bn/data/featurevalue.xml new file mode 100644 index 000000000..7f943c0a4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/bn/data/featurevalue.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/bn/data/image.xml b/install-dev/fixtures/fashion/langs/bn/data/image.xml new file mode 100644 index 000000000..096903bf7 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/bn/data/image.xml @@ -0,0 +1,91 @@ + + + Fur Coat + Fut Coat + Textured Trench Coat + Textured Trench Coat + Slim Cut Coat + Slim Cut Coat + Quilted Jacket + Quilted Jacket + Suit Blazer + Suit Blazer + Suit Blazer + Short Blazer + Puffer Jacket + Puffer Jacket + Puffer Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Short Sleeve T-shirts + Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Cami Tank Top + Cami Tank Top + Cami Tank Top + Blouse + Blouse + Blouse + Leapoard Printed Blouse + Leapoard Printed Blouse + Faded Jeans + Faded Jeans + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + Dress Gathered At The Waist + Dress Gathered At The Waist + Printed Dress + Printed Dress + Floral Dress + Floral Dress + Floral Dress + Strapless Dress + Strapless Dress + Long Evening Dress + Long Evening Dress + Short Evening Dress + Short Evening Dress + Strapless Dress + Strapless Dress + Dress with Sleeves + Dress with Sleeves + Printed Dress + Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Long Printed Dress + Long Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Studded Leather Belt + Studded Leather Belt + Braided Belt + Bucket Hat + Floppy Hat + Men Straw Hat + Bowling Bag + Leather Bag + Snake Skin Bag + Quilted Bag + Suede Bag + Wedge Shoe + diff --git a/install-dev/fixtures/fashion/langs/bn/data/index.php b/install-dev/fixtures/fashion/langs/bn/data/index.php new file mode 100644 index 000000000..65f37686f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/bn/data/index.php @@ -0,0 +1,35 @@ + +* @copyright 2007-2013 PrestaShop SA +* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*/ + +header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); +header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); + +header('Cache-Control: no-store, no-cache, must-revalidate'); +header('Cache-Control: post-check=0, pre-check=0', false); +header('Pragma: no-cache'); + +header('Location: ../../../../../../'); +exit; \ No newline at end of file diff --git a/install-dev/fixtures/fashion/langs/bn/data/manufacturer.xml b/install-dev/fixtures/fashion/langs/bn/data/manufacturer.xml new file mode 100644 index 000000000..2f09cb629 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/bn/data/manufacturer.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/bn/data/order_message.xml b/install-dev/fixtures/fashion/langs/bn/data/order_message.xml new file mode 100644 index 000000000..93ad3b501 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/bn/data/order_message.xml @@ -0,0 +1,12 @@ + + + + Delay + 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, + + diff --git a/install-dev/fixtures/fashion/langs/bn/data/ordermessage.xml b/install-dev/fixtures/fashion/langs/bn/data/ordermessage.xml new file mode 100644 index 000000000..e743f5d97 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/bn/data/ordermessage.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/bn/data/product.xml b/install-dev/fixtures/fashion/langs/bn/data/product.xml new file mode 100644 index 000000000..551eb30a9 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/bn/data/product.xml @@ -0,0 +1,464 @@ + + + + + This stylish short sleeve winter coat will keep you warm this winter. The thick knit collar adds an orginal touch to this elegant coat. + winter-coat + + + + Winter Coat + In stock + + + + + This flattering fitted trench coat is the ideal piece for the season. The warm collar will keep you warm for any winter occasion. + textured-trench-coat + + + + Textured Trench Coat + In stock + + + + + A stylish double-breasted coat with a high collar. Slim cut and belted to emphasize your waist and your femininity! + slim-cut-coat + + + + Slim Cut Coat + In stock + + + + + This quilted jacket with zipper detail and built-in hood is perfect for Fall. Comfortable fit with silver sleeves and shoulders. + quilted-jacket + + + + Quilted Jacket + In stock + + + + + Suit style blazer with structured shoulders and front side gold engraved buttons. Ideal for the mid-season. + suit-blazer + + + + Suit Blazer + In stock + + + + + 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. + short-blazer + + + + Short Blazer + In stock + + + + + Puffer jacket with treated fabric and a removable faur fux hood. Flattering fit with a belt buckle and loops. Fitting for winter fashion. + Puffer_Jacket + + + + Puffer Jacket + In stock + + + + + Biker style jacket with asymmetrical zipper front. Side pockets and zippered cuffs. + leather-jacket + + + + Leather Jacket + In stock + + + + + Zip up biker inspired leather jacket with collar. The two zippered pockets on the front gives this jacket rock style flare. + leather-jacket + + + + Leather Jacket + In stock + + + + + Biker leather jacket with padded and tie-up detailed sleeves. The structured shoulders makes this jacket super stylish. + leather-jacket + + + + Leather Jacket + In stock + + + + + Soft stretch jersey v-neck tee with short sleeves. A delightful green for a colorful summer. + short-sleeve-tshirts + + + + Short Sleeve T-shirts + In stock + + + + + 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! + faded-short-sleeve-tshirts + + + + Faded Short Sleeve T-shirts + In stock + + + + + Pure cotton printed top with waist elastic band for a perfect fit. The thin straps will highlight chest on a hot summer day. + Cami_Tank_Top + + + + Cami Tank Top + In stock + + + + Short sleeved blouse with feminine draped sleeve detail. + blouse + + + + Blouse + In stock + + + + + Elegant leopard print silky blouse with chiffon puffed sleeves. + leapoard_printed_blouse + + + + Leapoard Printed Blouse + In stock + + + + + 5-pocket washed denim stretchy jeans with low waist and just the right cut. + faded-jeans + + + + Faded Jeans + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + V-neck cut dress gathered at the waist for a flattering waistline. 3/4 sleeves and draped. + Dress_Gathered_At_The_Waist + + + + Dress gathered at the waist + In stock + + + + + 100% cotton double printed dress. Black and white striped top and orange high waisted skater skirt bottom. + printed-dress + + + + Printed Dress + In stock + + + + + Lace embroidered dress with floral detail. Tie-up spaghetti straps . + floral-dress + + + + Floral Dress + In stock + + + + + Strapless cinched waist dress with floral print. + strapless-dress + + + + Strapless Dress + In stock + + + + + Long sleeve jersey dress. Mid knee length. + long-evening-dress + + + + Long Evening Dress + In stock + + + + + Short baby doll dress with neckline bow. Detailed finishes at the bottom of the dress. + short-evening-dress + + + + Short Evening Dress + In stock + + + + + Ruffle strapless dress with floral prints and knotted blue waist belt. + strapless-dress + + + + Strapless Dress + In stock + + + + + Black evening dress with puffed sleeve accents. Leather lining on frontside of the dress. + dress-with-sleeves + + + + Dress with Sleeves + In stock + + + + + Printed evening dress with straight sleeves with black thin waist belt and ruffled linings. + printed-dress + + + + Printed Dress + In stock + + + + + Long printed dress with thin adjustable straps. V-neckline and wiring under the bust with ruffles at the bottom of the dress. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Long printed empire waist dress with behind the neck tie straps. + long-printed-dress + + + + Long Printed Dress + In stock + + + + + Sleeveless knee-length chiffon dress. V-neckline with elastic under the bust lining. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Printed chiffon knee length dress with tank straps. Deep v-neckline. + printed-chiffon-dress + + + + Printed Chiffon Dress + In stock + + + + + Brown accent studded belt with gold buckle + studded-leather-belt + + + + Studded Leather Belt + In stock + + + + + Black and gold braided leather belt + braided-belt + + + + Braided Belt + In stock + + + + + Soft felted knit bucket hat + bucket-hat + + + + Bucket Hat + In stock + + + + + Black straw floppy hat + floppy-hat + + + + Floppy Hat + In stock + + + + + Men's beige straw fedora + men-straw-hat + + + + Men Straw Hat + In stock + + + + + Red bowling style bag. Fancy lining with metal buckle strap + bowling-bag + + + + Bowling Bag + In stock + + + + + Genuine leather bag with leather handles and adjustable and removable shoulder strap. + leather-bag + + + + Leather Bag + In stock + + + + + Snake skin shoulder bag with straps and handle. Front pocket with gold flap buckle. + Snake_Skin_Bag + + + + Snake Skin Bag + In stock + + + + + Quilted leather bag with silver braided straps. Adjustable long handle and zipper on top and side pocket. + quilted-bag + + + + Quilted Bag + In stock + + + + + Suede camel colored bag with belted front flap. + Suede_Bag + + + + Suede Bag + In stock + + + + + High heeled cork wedge with cross over leather straps. + Wedge_Shoe + + + + Wedge Shoe + In stock + + + diff --git a/install-dev/fixtures/fashion/langs/bn/data/profile.xml b/install-dev/fixtures/fashion/langs/bn/data/profile.xml new file mode 100644 index 000000000..04e65582f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/bn/data/profile.xml @@ -0,0 +1,12 @@ + + + + Logistician + + + Translator + + + Salesman + + diff --git a/install-dev/fixtures/fashion/langs/bn/data/scene.xml b/install-dev/fixtures/fashion/langs/bn/data/scene.xml new file mode 100644 index 000000000..708079e52 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/bn/data/scene.xml @@ -0,0 +1,8 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/bn/data/supplier.xml b/install-dev/fixtures/fashion/langs/bn/data/supplier.xml new file mode 100644 index 000000000..0c375e8d4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/bn/data/supplier.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/bn/data/tag.xml b/install-dev/fixtures/fashion/langs/bn/data/tag.xml new file mode 100644 index 000000000..d413861a0 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/bn/data/tag.xml @@ -0,0 +1,11 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/br/data/attribute.xml b/install-dev/fixtures/fashion/langs/br/data/attribute.xml new file mode 100644 index 000000000..80cd9b225 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/br/data/attribute.xml @@ -0,0 +1,72 @@ + + + + S + + + M + + + L + + + One size + + + Grey + + + Taupe + + + Beige + + + White + + + Off White + + + Red + + + Black + + + Camel + + + Orange + + + Blue + + + Green + + + Yellow + + + Brown + + + 35 + + + 36 + + + 37 + + + 38 + + + 39 + + + 40 + + diff --git a/install-dev/fixtures/fashion/langs/br/data/attribute_group.xml b/install-dev/fixtures/fashion/langs/br/data/attribute_group.xml new file mode 100644 index 000000000..17c82c65f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/br/data/attribute_group.xml @@ -0,0 +1,15 @@ + + + + Size + Size + + + Shoes Size + Size + + + Color + Color + + diff --git a/install-dev/fixtures/fashion/langs/br/data/attributegroup.xml b/install-dev/fixtures/fashion/langs/br/data/attributegroup.xml new file mode 100644 index 000000000..09da13fde --- /dev/null +++ b/install-dev/fixtures/fashion/langs/br/data/attributegroup.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/br/data/carrier.xml b/install-dev/fixtures/fashion/langs/br/data/carrier.xml new file mode 100644 index 000000000..c59766e73 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/br/data/carrier.xml @@ -0,0 +1,6 @@ + + + + Delivery next day! + + diff --git a/install-dev/fixtures/fashion/langs/br/data/category.xml b/install-dev/fixtures/fashion/langs/br/data/category.xml new file mode 100644 index 000000000..2d38f25cc --- /dev/null +++ b/install-dev/fixtures/fashion/langs/br/data/category.xml @@ -0,0 +1,193 @@ + + + + Women + You will find here all woman fashion collections. This category includes all the basics of your wardrobe and much more: shoes, accessories, printed t-shirts, feminine dresses, women's jeans! + women + + + + + + Coats and Jackets + Coats, jackets, blazers, puffer jackets and leather jackets! Enjoy our wide choice of coat to pick the one who will keep you warm during winter. + coats-jackets + + + + + + Coats + Choose the perfect coat that best suits your style. Casual, classic, modern, timeless coats you will find everyting here! + coats + + + + + + Jackets + Get your wardrobe covered with our wide range of jackets! + jackets + + + + + + Blazers + Opt for a modern silhouette by selecting from our wide range of blazers. + blazers + + + + + + Puffer Jackets + The must have of winter, find the perfect puffer jacket to keep you warm and stylish during winter. + puffer-jackets + + + + + + Leather Jackets + Perfect for the beginning of the season, the leather jacket will give you a rock style for any occasion. + leather-jackets + + + + + + Tops + Choose from t-shirts, tops, blouses, short sleeves, long sleeves, tank tops, 3/4 sleeves and more. Find the cut that suits you the best! + tops + + + + + + T-shirts + The must have of your wardrobe, take a look at our different colors, shapes and style of our collection! + tshirts + + + + + + Tops + Choose the top that best suits you from the wide variety of tops we have. + top + + + + + + Blouses + Match your favorites blouses with the right accessories for the perfect look. + blouses + + + + + + Pants + How to choose a fashion woman pants? Skinny cut, straight cut, benefit from a wide choice and choose your pants here! + pants + + + + + + Skinny Cut + To get the perfect minimalist silhouette, take a look to our skinny cut jeans! + skinny-cut + + + + + Straight Cut + Opt for a straight cut jean to have the perfect classic look; + straight-cut + + + + + Dresses + Find your favorites dresses from our wide choice of evening, casual or summer dresses! We offer dresses for every day, every style and every occasion. + dresses + + + + + + Casual Dresses + You are looking for a dress for every day? Take a look at our selection of dresses to find one that suits you. + casual-dresses + + + + + + Evening Dresses + Browse our different dresses to choose the perfect dress for an unforgettable evening! + evening-dresses + + + + + + Summer Dresses + Short dress, long dress, silk dress, printed dress, you will find the perfect dress for summer. + summer-dresses + + + + + + Accessories + Shoes, bags, belts, hats... Our range of accessories will enhance your silhouette and make you more feminine + accessories + + + + + + Belts + thin skinny belts, leather waist belts and hip belts... Choose among our wide collection to accessorize your outfit. + belts + + + + + + Hats + Accessorize your look with our range of hats. In every color, style, shape and size, you're sure to find your perfect topper outfit here. + hats + + + + + + Handbags + The bag is an essential accessory in the wardrobe of a woman. Find a bag that will go perfectly with your outfit of the day! + handbags + + + + + + Shoes + A wide variety of women's shoes is available. You will find boots, shoes, slippers, sandals and sneakers to go with your outfit of the day. + shoes + + + + + + Men + + men + + + + + diff --git a/install-dev/fixtures/fashion/langs/br/data/feature.xml b/install-dev/fixtures/fashion/langs/br/data/feature.xml new file mode 100644 index 000000000..47137f188 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/br/data/feature.xml @@ -0,0 +1,18 @@ + + + + Height + + + Width + + + Depth + + + Weight + + + Compositions + + diff --git a/install-dev/fixtures/fashion/langs/br/data/feature_value.xml b/install-dev/fixtures/fashion/langs/br/data/feature_value.xml new file mode 100644 index 000000000..cf7b3c287 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/br/data/feature_value.xml @@ -0,0 +1,66 @@ + + + + Polyester + + + Wool + + + Viscose + + + Elastane + + + Cotton + + + Silk + + + Suede + + + Straw + + + Leather + + + 2.75 in + + + 2.06 in + + + 49.2 g + + + 0.26 in + + + 1.07 in + + + 1.62 in + + + 15.5 g + + + 0.41 in (clip included) + + + 4.33 in + + + 2.76 in + + + 120g + + + 0.31 in + + diff --git a/install-dev/fixtures/fashion/langs/br/data/featurevalue.xml b/install-dev/fixtures/fashion/langs/br/data/featurevalue.xml new file mode 100644 index 000000000..7f943c0a4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/br/data/featurevalue.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/br/data/image.xml b/install-dev/fixtures/fashion/langs/br/data/image.xml new file mode 100644 index 000000000..096903bf7 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/br/data/image.xml @@ -0,0 +1,91 @@ + + + Fur Coat + Fut Coat + Textured Trench Coat + Textured Trench Coat + Slim Cut Coat + Slim Cut Coat + Quilted Jacket + Quilted Jacket + Suit Blazer + Suit Blazer + Suit Blazer + Short Blazer + Puffer Jacket + Puffer Jacket + Puffer Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Short Sleeve T-shirts + Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Cami Tank Top + Cami Tank Top + Cami Tank Top + Blouse + Blouse + Blouse + Leapoard Printed Blouse + Leapoard Printed Blouse + Faded Jeans + Faded Jeans + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + Dress Gathered At The Waist + Dress Gathered At The Waist + Printed Dress + Printed Dress + Floral Dress + Floral Dress + Floral Dress + Strapless Dress + Strapless Dress + Long Evening Dress + Long Evening Dress + Short Evening Dress + Short Evening Dress + Strapless Dress + Strapless Dress + Dress with Sleeves + Dress with Sleeves + Printed Dress + Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Long Printed Dress + Long Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Studded Leather Belt + Studded Leather Belt + Braided Belt + Bucket Hat + Floppy Hat + Men Straw Hat + Bowling Bag + Leather Bag + Snake Skin Bag + Quilted Bag + Suede Bag + Wedge Shoe + diff --git a/install-dev/fixtures/fashion/langs/br/data/manufacturer.xml b/install-dev/fixtures/fashion/langs/br/data/manufacturer.xml new file mode 100644 index 000000000..2f09cb629 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/br/data/manufacturer.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/br/data/order_message.xml b/install-dev/fixtures/fashion/langs/br/data/order_message.xml new file mode 100644 index 000000000..93ad3b501 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/br/data/order_message.xml @@ -0,0 +1,12 @@ + + + + Delay + 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, + + diff --git a/install-dev/fixtures/fashion/langs/br/data/ordermessage.xml b/install-dev/fixtures/fashion/langs/br/data/ordermessage.xml new file mode 100644 index 000000000..e743f5d97 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/br/data/ordermessage.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/br/data/product.xml b/install-dev/fixtures/fashion/langs/br/data/product.xml new file mode 100644 index 000000000..551eb30a9 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/br/data/product.xml @@ -0,0 +1,464 @@ + + + + + This stylish short sleeve winter coat will keep you warm this winter. The thick knit collar adds an orginal touch to this elegant coat. + winter-coat + + + + Winter Coat + In stock + + + + + This flattering fitted trench coat is the ideal piece for the season. The warm collar will keep you warm for any winter occasion. + textured-trench-coat + + + + Textured Trench Coat + In stock + + + + + A stylish double-breasted coat with a high collar. Slim cut and belted to emphasize your waist and your femininity! + slim-cut-coat + + + + Slim Cut Coat + In stock + + + + + This quilted jacket with zipper detail and built-in hood is perfect for Fall. Comfortable fit with silver sleeves and shoulders. + quilted-jacket + + + + Quilted Jacket + In stock + + + + + Suit style blazer with structured shoulders and front side gold engraved buttons. Ideal for the mid-season. + suit-blazer + + + + Suit Blazer + In stock + + + + + 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. + short-blazer + + + + Short Blazer + In stock + + + + + Puffer jacket with treated fabric and a removable faur fux hood. Flattering fit with a belt buckle and loops. Fitting for winter fashion. + Puffer_Jacket + + + + Puffer Jacket + In stock + + + + + Biker style jacket with asymmetrical zipper front. Side pockets and zippered cuffs. + leather-jacket + + + + Leather Jacket + In stock + + + + + Zip up biker inspired leather jacket with collar. The two zippered pockets on the front gives this jacket rock style flare. + leather-jacket + + + + Leather Jacket + In stock + + + + + Biker leather jacket with padded and tie-up detailed sleeves. The structured shoulders makes this jacket super stylish. + leather-jacket + + + + Leather Jacket + In stock + + + + + Soft stretch jersey v-neck tee with short sleeves. A delightful green for a colorful summer. + short-sleeve-tshirts + + + + Short Sleeve T-shirts + In stock + + + + + 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! + faded-short-sleeve-tshirts + + + + Faded Short Sleeve T-shirts + In stock + + + + + Pure cotton printed top with waist elastic band for a perfect fit. The thin straps will highlight chest on a hot summer day. + Cami_Tank_Top + + + + Cami Tank Top + In stock + + + + Short sleeved blouse with feminine draped sleeve detail. + blouse + + + + Blouse + In stock + + + + + Elegant leopard print silky blouse with chiffon puffed sleeves. + leapoard_printed_blouse + + + + Leapoard Printed Blouse + In stock + + + + + 5-pocket washed denim stretchy jeans with low waist and just the right cut. + faded-jeans + + + + Faded Jeans + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + V-neck cut dress gathered at the waist for a flattering waistline. 3/4 sleeves and draped. + Dress_Gathered_At_The_Waist + + + + Dress gathered at the waist + In stock + + + + + 100% cotton double printed dress. Black and white striped top and orange high waisted skater skirt bottom. + printed-dress + + + + Printed Dress + In stock + + + + + Lace embroidered dress with floral detail. Tie-up spaghetti straps . + floral-dress + + + + Floral Dress + In stock + + + + + Strapless cinched waist dress with floral print. + strapless-dress + + + + Strapless Dress + In stock + + + + + Long sleeve jersey dress. Mid knee length. + long-evening-dress + + + + Long Evening Dress + In stock + + + + + Short baby doll dress with neckline bow. Detailed finishes at the bottom of the dress. + short-evening-dress + + + + Short Evening Dress + In stock + + + + + Ruffle strapless dress with floral prints and knotted blue waist belt. + strapless-dress + + + + Strapless Dress + In stock + + + + + Black evening dress with puffed sleeve accents. Leather lining on frontside of the dress. + dress-with-sleeves + + + + Dress with Sleeves + In stock + + + + + Printed evening dress with straight sleeves with black thin waist belt and ruffled linings. + printed-dress + + + + Printed Dress + In stock + + + + + Long printed dress with thin adjustable straps. V-neckline and wiring under the bust with ruffles at the bottom of the dress. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Long printed empire waist dress with behind the neck tie straps. + long-printed-dress + + + + Long Printed Dress + In stock + + + + + Sleeveless knee-length chiffon dress. V-neckline with elastic under the bust lining. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Printed chiffon knee length dress with tank straps. Deep v-neckline. + printed-chiffon-dress + + + + Printed Chiffon Dress + In stock + + + + + Brown accent studded belt with gold buckle + studded-leather-belt + + + + Studded Leather Belt + In stock + + + + + Black and gold braided leather belt + braided-belt + + + + Braided Belt + In stock + + + + + Soft felted knit bucket hat + bucket-hat + + + + Bucket Hat + In stock + + + + + Black straw floppy hat + floppy-hat + + + + Floppy Hat + In stock + + + + + Men's beige straw fedora + men-straw-hat + + + + Men Straw Hat + In stock + + + + + Red bowling style bag. Fancy lining with metal buckle strap + bowling-bag + + + + Bowling Bag + In stock + + + + + Genuine leather bag with leather handles and adjustable and removable shoulder strap. + leather-bag + + + + Leather Bag + In stock + + + + + Snake skin shoulder bag with straps and handle. Front pocket with gold flap buckle. + Snake_Skin_Bag + + + + Snake Skin Bag + In stock + + + + + Quilted leather bag with silver braided straps. Adjustable long handle and zipper on top and side pocket. + quilted-bag + + + + Quilted Bag + In stock + + + + + Suede camel colored bag with belted front flap. + Suede_Bag + + + + Suede Bag + In stock + + + + + High heeled cork wedge with cross over leather straps. + Wedge_Shoe + + + + Wedge Shoe + In stock + + + diff --git a/install-dev/fixtures/fashion/langs/br/data/profile.xml b/install-dev/fixtures/fashion/langs/br/data/profile.xml new file mode 100644 index 000000000..04e65582f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/br/data/profile.xml @@ -0,0 +1,12 @@ + + + + Logistician + + + Translator + + + Salesman + + diff --git a/install-dev/fixtures/fashion/langs/br/data/scene.xml b/install-dev/fixtures/fashion/langs/br/data/scene.xml new file mode 100644 index 000000000..708079e52 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/br/data/scene.xml @@ -0,0 +1,8 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/br/data/supplier.xml b/install-dev/fixtures/fashion/langs/br/data/supplier.xml new file mode 100644 index 000000000..0c375e8d4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/br/data/supplier.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/br/data/tag.xml b/install-dev/fixtures/fashion/langs/br/data/tag.xml new file mode 100644 index 000000000..d413861a0 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/br/data/tag.xml @@ -0,0 +1,11 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/de/data/attribute.xml b/install-dev/fixtures/fashion/langs/de/data/attribute.xml new file mode 100644 index 000000000..80cd9b225 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/de/data/attribute.xml @@ -0,0 +1,72 @@ + + + + S + + + M + + + L + + + One size + + + Grey + + + Taupe + + + Beige + + + White + + + Off White + + + Red + + + Black + + + Camel + + + Orange + + + Blue + + + Green + + + Yellow + + + Brown + + + 35 + + + 36 + + + 37 + + + 38 + + + 39 + + + 40 + + diff --git a/install-dev/fixtures/fashion/langs/de/data/attribute_group.xml b/install-dev/fixtures/fashion/langs/de/data/attribute_group.xml new file mode 100644 index 000000000..17c82c65f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/de/data/attribute_group.xml @@ -0,0 +1,15 @@ + + + + Size + Size + + + Shoes Size + Size + + + Color + Color + + diff --git a/install-dev/fixtures/fashion/langs/de/data/attributegroup.xml b/install-dev/fixtures/fashion/langs/de/data/attributegroup.xml new file mode 100644 index 000000000..09da13fde --- /dev/null +++ b/install-dev/fixtures/fashion/langs/de/data/attributegroup.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/de/data/carrier.xml b/install-dev/fixtures/fashion/langs/de/data/carrier.xml new file mode 100644 index 000000000..c59766e73 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/de/data/carrier.xml @@ -0,0 +1,6 @@ + + + + Delivery next day! + + diff --git a/install-dev/fixtures/fashion/langs/de/data/category.xml b/install-dev/fixtures/fashion/langs/de/data/category.xml new file mode 100644 index 000000000..2d38f25cc --- /dev/null +++ b/install-dev/fixtures/fashion/langs/de/data/category.xml @@ -0,0 +1,193 @@ + + + + Women + You will find here all woman fashion collections. This category includes all the basics of your wardrobe and much more: shoes, accessories, printed t-shirts, feminine dresses, women's jeans! + women + + + + + + Coats and Jackets + Coats, jackets, blazers, puffer jackets and leather jackets! Enjoy our wide choice of coat to pick the one who will keep you warm during winter. + coats-jackets + + + + + + Coats + Choose the perfect coat that best suits your style. Casual, classic, modern, timeless coats you will find everyting here! + coats + + + + + + Jackets + Get your wardrobe covered with our wide range of jackets! + jackets + + + + + + Blazers + Opt for a modern silhouette by selecting from our wide range of blazers. + blazers + + + + + + Puffer Jackets + The must have of winter, find the perfect puffer jacket to keep you warm and stylish during winter. + puffer-jackets + + + + + + Leather Jackets + Perfect for the beginning of the season, the leather jacket will give you a rock style for any occasion. + leather-jackets + + + + + + Tops + Choose from t-shirts, tops, blouses, short sleeves, long sleeves, tank tops, 3/4 sleeves and more. Find the cut that suits you the best! + tops + + + + + + T-shirts + The must have of your wardrobe, take a look at our different colors, shapes and style of our collection! + tshirts + + + + + + Tops + Choose the top that best suits you from the wide variety of tops we have. + top + + + + + + Blouses + Match your favorites blouses with the right accessories for the perfect look. + blouses + + + + + + Pants + How to choose a fashion woman pants? Skinny cut, straight cut, benefit from a wide choice and choose your pants here! + pants + + + + + + Skinny Cut + To get the perfect minimalist silhouette, take a look to our skinny cut jeans! + skinny-cut + + + + + Straight Cut + Opt for a straight cut jean to have the perfect classic look; + straight-cut + + + + + Dresses + Find your favorites dresses from our wide choice of evening, casual or summer dresses! We offer dresses for every day, every style and every occasion. + dresses + + + + + + Casual Dresses + You are looking for a dress for every day? Take a look at our selection of dresses to find one that suits you. + casual-dresses + + + + + + Evening Dresses + Browse our different dresses to choose the perfect dress for an unforgettable evening! + evening-dresses + + + + + + Summer Dresses + Short dress, long dress, silk dress, printed dress, you will find the perfect dress for summer. + summer-dresses + + + + + + Accessories + Shoes, bags, belts, hats... Our range of accessories will enhance your silhouette and make you more feminine + accessories + + + + + + Belts + thin skinny belts, leather waist belts and hip belts... Choose among our wide collection to accessorize your outfit. + belts + + + + + + Hats + Accessorize your look with our range of hats. In every color, style, shape and size, you're sure to find your perfect topper outfit here. + hats + + + + + + Handbags + The bag is an essential accessory in the wardrobe of a woman. Find a bag that will go perfectly with your outfit of the day! + handbags + + + + + + Shoes + A wide variety of women's shoes is available. You will find boots, shoes, slippers, sandals and sneakers to go with your outfit of the day. + shoes + + + + + + Men + + men + + + + + diff --git a/install-dev/fixtures/fashion/langs/de/data/feature.xml b/install-dev/fixtures/fashion/langs/de/data/feature.xml new file mode 100644 index 000000000..47137f188 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/de/data/feature.xml @@ -0,0 +1,18 @@ + + + + Height + + + Width + + + Depth + + + Weight + + + Compositions + + diff --git a/install-dev/fixtures/fashion/langs/de/data/feature_value.xml b/install-dev/fixtures/fashion/langs/de/data/feature_value.xml new file mode 100644 index 000000000..cf7b3c287 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/de/data/feature_value.xml @@ -0,0 +1,66 @@ + + + + Polyester + + + Wool + + + Viscose + + + Elastane + + + Cotton + + + Silk + + + Suede + + + Straw + + + Leather + + + 2.75 in + + + 2.06 in + + + 49.2 g + + + 0.26 in + + + 1.07 in + + + 1.62 in + + + 15.5 g + + + 0.41 in (clip included) + + + 4.33 in + + + 2.76 in + + + 120g + + + 0.31 in + + diff --git a/install-dev/fixtures/fashion/langs/de/data/featurevalue.xml b/install-dev/fixtures/fashion/langs/de/data/featurevalue.xml new file mode 100644 index 000000000..7f943c0a4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/de/data/featurevalue.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/de/data/image.xml b/install-dev/fixtures/fashion/langs/de/data/image.xml new file mode 100644 index 000000000..096903bf7 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/de/data/image.xml @@ -0,0 +1,91 @@ + + + Fur Coat + Fut Coat + Textured Trench Coat + Textured Trench Coat + Slim Cut Coat + Slim Cut Coat + Quilted Jacket + Quilted Jacket + Suit Blazer + Suit Blazer + Suit Blazer + Short Blazer + Puffer Jacket + Puffer Jacket + Puffer Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Short Sleeve T-shirts + Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Cami Tank Top + Cami Tank Top + Cami Tank Top + Blouse + Blouse + Blouse + Leapoard Printed Blouse + Leapoard Printed Blouse + Faded Jeans + Faded Jeans + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + Dress Gathered At The Waist + Dress Gathered At The Waist + Printed Dress + Printed Dress + Floral Dress + Floral Dress + Floral Dress + Strapless Dress + Strapless Dress + Long Evening Dress + Long Evening Dress + Short Evening Dress + Short Evening Dress + Strapless Dress + Strapless Dress + Dress with Sleeves + Dress with Sleeves + Printed Dress + Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Long Printed Dress + Long Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Studded Leather Belt + Studded Leather Belt + Braided Belt + Bucket Hat + Floppy Hat + Men Straw Hat + Bowling Bag + Leather Bag + Snake Skin Bag + Quilted Bag + Suede Bag + Wedge Shoe + diff --git a/install-dev/fixtures/fashion/langs/de/data/manufacturer.xml b/install-dev/fixtures/fashion/langs/de/data/manufacturer.xml new file mode 100644 index 000000000..2f09cb629 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/de/data/manufacturer.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/de/data/order_message.xml b/install-dev/fixtures/fashion/langs/de/data/order_message.xml new file mode 100644 index 000000000..93ad3b501 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/de/data/order_message.xml @@ -0,0 +1,12 @@ + + + + Delay + 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, + + diff --git a/install-dev/fixtures/fashion/langs/de/data/ordermessage.xml b/install-dev/fixtures/fashion/langs/de/data/ordermessage.xml new file mode 100644 index 000000000..e743f5d97 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/de/data/ordermessage.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/de/data/product.xml b/install-dev/fixtures/fashion/langs/de/data/product.xml new file mode 100644 index 000000000..551eb30a9 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/de/data/product.xml @@ -0,0 +1,464 @@ + + + + + This stylish short sleeve winter coat will keep you warm this winter. The thick knit collar adds an orginal touch to this elegant coat. + winter-coat + + + + Winter Coat + In stock + + + + + This flattering fitted trench coat is the ideal piece for the season. The warm collar will keep you warm for any winter occasion. + textured-trench-coat + + + + Textured Trench Coat + In stock + + + + + A stylish double-breasted coat with a high collar. Slim cut and belted to emphasize your waist and your femininity! + slim-cut-coat + + + + Slim Cut Coat + In stock + + + + + This quilted jacket with zipper detail and built-in hood is perfect for Fall. Comfortable fit with silver sleeves and shoulders. + quilted-jacket + + + + Quilted Jacket + In stock + + + + + Suit style blazer with structured shoulders and front side gold engraved buttons. Ideal for the mid-season. + suit-blazer + + + + Suit Blazer + In stock + + + + + 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. + short-blazer + + + + Short Blazer + In stock + + + + + Puffer jacket with treated fabric and a removable faur fux hood. Flattering fit with a belt buckle and loops. Fitting for winter fashion. + Puffer_Jacket + + + + Puffer Jacket + In stock + + + + + Biker style jacket with asymmetrical zipper front. Side pockets and zippered cuffs. + leather-jacket + + + + Leather Jacket + In stock + + + + + Zip up biker inspired leather jacket with collar. The two zippered pockets on the front gives this jacket rock style flare. + leather-jacket + + + + Leather Jacket + In stock + + + + + Biker leather jacket with padded and tie-up detailed sleeves. The structured shoulders makes this jacket super stylish. + leather-jacket + + + + Leather Jacket + In stock + + + + + Soft stretch jersey v-neck tee with short sleeves. A delightful green for a colorful summer. + short-sleeve-tshirts + + + + Short Sleeve T-shirts + In stock + + + + + 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! + faded-short-sleeve-tshirts + + + + Faded Short Sleeve T-shirts + In stock + + + + + Pure cotton printed top with waist elastic band for a perfect fit. The thin straps will highlight chest on a hot summer day. + Cami_Tank_Top + + + + Cami Tank Top + In stock + + + + Short sleeved blouse with feminine draped sleeve detail. + blouse + + + + Blouse + In stock + + + + + Elegant leopard print silky blouse with chiffon puffed sleeves. + leapoard_printed_blouse + + + + Leapoard Printed Blouse + In stock + + + + + 5-pocket washed denim stretchy jeans with low waist and just the right cut. + faded-jeans + + + + Faded Jeans + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + V-neck cut dress gathered at the waist for a flattering waistline. 3/4 sleeves and draped. + Dress_Gathered_At_The_Waist + + + + Dress gathered at the waist + In stock + + + + + 100% cotton double printed dress. Black and white striped top and orange high waisted skater skirt bottom. + printed-dress + + + + Printed Dress + In stock + + + + + Lace embroidered dress with floral detail. Tie-up spaghetti straps . + floral-dress + + + + Floral Dress + In stock + + + + + Strapless cinched waist dress with floral print. + strapless-dress + + + + Strapless Dress + In stock + + + + + Long sleeve jersey dress. Mid knee length. + long-evening-dress + + + + Long Evening Dress + In stock + + + + + Short baby doll dress with neckline bow. Detailed finishes at the bottom of the dress. + short-evening-dress + + + + Short Evening Dress + In stock + + + + + Ruffle strapless dress with floral prints and knotted blue waist belt. + strapless-dress + + + + Strapless Dress + In stock + + + + + Black evening dress with puffed sleeve accents. Leather lining on frontside of the dress. + dress-with-sleeves + + + + Dress with Sleeves + In stock + + + + + Printed evening dress with straight sleeves with black thin waist belt and ruffled linings. + printed-dress + + + + Printed Dress + In stock + + + + + Long printed dress with thin adjustable straps. V-neckline and wiring under the bust with ruffles at the bottom of the dress. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Long printed empire waist dress with behind the neck tie straps. + long-printed-dress + + + + Long Printed Dress + In stock + + + + + Sleeveless knee-length chiffon dress. V-neckline with elastic under the bust lining. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Printed chiffon knee length dress with tank straps. Deep v-neckline. + printed-chiffon-dress + + + + Printed Chiffon Dress + In stock + + + + + Brown accent studded belt with gold buckle + studded-leather-belt + + + + Studded Leather Belt + In stock + + + + + Black and gold braided leather belt + braided-belt + + + + Braided Belt + In stock + + + + + Soft felted knit bucket hat + bucket-hat + + + + Bucket Hat + In stock + + + + + Black straw floppy hat + floppy-hat + + + + Floppy Hat + In stock + + + + + Men's beige straw fedora + men-straw-hat + + + + Men Straw Hat + In stock + + + + + Red bowling style bag. Fancy lining with metal buckle strap + bowling-bag + + + + Bowling Bag + In stock + + + + + Genuine leather bag with leather handles and adjustable and removable shoulder strap. + leather-bag + + + + Leather Bag + In stock + + + + + Snake skin shoulder bag with straps and handle. Front pocket with gold flap buckle. + Snake_Skin_Bag + + + + Snake Skin Bag + In stock + + + + + Quilted leather bag with silver braided straps. Adjustable long handle and zipper on top and side pocket. + quilted-bag + + + + Quilted Bag + In stock + + + + + Suede camel colored bag with belted front flap. + Suede_Bag + + + + Suede Bag + In stock + + + + + High heeled cork wedge with cross over leather straps. + Wedge_Shoe + + + + Wedge Shoe + In stock + + + diff --git a/install-dev/fixtures/fashion/langs/de/data/profile.xml b/install-dev/fixtures/fashion/langs/de/data/profile.xml new file mode 100644 index 000000000..04e65582f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/de/data/profile.xml @@ -0,0 +1,12 @@ + + + + Logistician + + + Translator + + + Salesman + + diff --git a/install-dev/fixtures/fashion/langs/de/data/scene.xml b/install-dev/fixtures/fashion/langs/de/data/scene.xml new file mode 100644 index 000000000..708079e52 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/de/data/scene.xml @@ -0,0 +1,8 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/de/data/supplier.xml b/install-dev/fixtures/fashion/langs/de/data/supplier.xml new file mode 100644 index 000000000..0c375e8d4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/de/data/supplier.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/de/data/tag.xml b/install-dev/fixtures/fashion/langs/de/data/tag.xml new file mode 100644 index 000000000..d413861a0 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/de/data/tag.xml @@ -0,0 +1,11 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/en/data/product.xml b/install-dev/fixtures/fashion/langs/en/data/product.xml index 0a905fbfd..551eb30a9 100644 --- a/install-dev/fixtures/fashion/langs/en/data/product.xml +++ b/install-dev/fixtures/fashion/langs/en/data/product.xml @@ -2,12 +2,12 @@ - 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. - fur-coat + This stylish short sleeve winter coat will keep you warm this winter. The thick knit collar adds an orginal touch to this elegant coat. + winter-coat - Fur Coat + Winter Coat In stock diff --git a/install-dev/fixtures/fashion/langs/es/data/attribute.xml b/install-dev/fixtures/fashion/langs/es/data/attribute.xml new file mode 100644 index 000000000..80cd9b225 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/es/data/attribute.xml @@ -0,0 +1,72 @@ + + + + S + + + M + + + L + + + One size + + + Grey + + + Taupe + + + Beige + + + White + + + Off White + + + Red + + + Black + + + Camel + + + Orange + + + Blue + + + Green + + + Yellow + + + Brown + + + 35 + + + 36 + + + 37 + + + 38 + + + 39 + + + 40 + + diff --git a/install-dev/fixtures/fashion/langs/es/data/attribute_group.xml b/install-dev/fixtures/fashion/langs/es/data/attribute_group.xml new file mode 100644 index 000000000..17c82c65f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/es/data/attribute_group.xml @@ -0,0 +1,15 @@ + + + + Size + Size + + + Shoes Size + Size + + + Color + Color + + diff --git a/install-dev/fixtures/fashion/langs/es/data/attributegroup.xml b/install-dev/fixtures/fashion/langs/es/data/attributegroup.xml new file mode 100644 index 000000000..09da13fde --- /dev/null +++ b/install-dev/fixtures/fashion/langs/es/data/attributegroup.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/es/data/carrier.xml b/install-dev/fixtures/fashion/langs/es/data/carrier.xml new file mode 100644 index 000000000..c59766e73 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/es/data/carrier.xml @@ -0,0 +1,6 @@ + + + + Delivery next day! + + diff --git a/install-dev/fixtures/fashion/langs/es/data/category.xml b/install-dev/fixtures/fashion/langs/es/data/category.xml new file mode 100644 index 000000000..2d38f25cc --- /dev/null +++ b/install-dev/fixtures/fashion/langs/es/data/category.xml @@ -0,0 +1,193 @@ + + + + Women + You will find here all woman fashion collections. This category includes all the basics of your wardrobe and much more: shoes, accessories, printed t-shirts, feminine dresses, women's jeans! + women + + + + + + Coats and Jackets + Coats, jackets, blazers, puffer jackets and leather jackets! Enjoy our wide choice of coat to pick the one who will keep you warm during winter. + coats-jackets + + + + + + Coats + Choose the perfect coat that best suits your style. Casual, classic, modern, timeless coats you will find everyting here! + coats + + + + + + Jackets + Get your wardrobe covered with our wide range of jackets! + jackets + + + + + + Blazers + Opt for a modern silhouette by selecting from our wide range of blazers. + blazers + + + + + + Puffer Jackets + The must have of winter, find the perfect puffer jacket to keep you warm and stylish during winter. + puffer-jackets + + + + + + Leather Jackets + Perfect for the beginning of the season, the leather jacket will give you a rock style for any occasion. + leather-jackets + + + + + + Tops + Choose from t-shirts, tops, blouses, short sleeves, long sleeves, tank tops, 3/4 sleeves and more. Find the cut that suits you the best! + tops + + + + + + T-shirts + The must have of your wardrobe, take a look at our different colors, shapes and style of our collection! + tshirts + + + + + + Tops + Choose the top that best suits you from the wide variety of tops we have. + top + + + + + + Blouses + Match your favorites blouses with the right accessories for the perfect look. + blouses + + + + + + Pants + How to choose a fashion woman pants? Skinny cut, straight cut, benefit from a wide choice and choose your pants here! + pants + + + + + + Skinny Cut + To get the perfect minimalist silhouette, take a look to our skinny cut jeans! + skinny-cut + + + + + Straight Cut + Opt for a straight cut jean to have the perfect classic look; + straight-cut + + + + + Dresses + Find your favorites dresses from our wide choice of evening, casual or summer dresses! We offer dresses for every day, every style and every occasion. + dresses + + + + + + Casual Dresses + You are looking for a dress for every day? Take a look at our selection of dresses to find one that suits you. + casual-dresses + + + + + + Evening Dresses + Browse our different dresses to choose the perfect dress for an unforgettable evening! + evening-dresses + + + + + + Summer Dresses + Short dress, long dress, silk dress, printed dress, you will find the perfect dress for summer. + summer-dresses + + + + + + Accessories + Shoes, bags, belts, hats... Our range of accessories will enhance your silhouette and make you more feminine + accessories + + + + + + Belts + thin skinny belts, leather waist belts and hip belts... Choose among our wide collection to accessorize your outfit. + belts + + + + + + Hats + Accessorize your look with our range of hats. In every color, style, shape and size, you're sure to find your perfect topper outfit here. + hats + + + + + + Handbags + The bag is an essential accessory in the wardrobe of a woman. Find a bag that will go perfectly with your outfit of the day! + handbags + + + + + + Shoes + A wide variety of women's shoes is available. You will find boots, shoes, slippers, sandals and sneakers to go with your outfit of the day. + shoes + + + + + + Men + + men + + + + + diff --git a/install-dev/fixtures/fashion/langs/es/data/feature.xml b/install-dev/fixtures/fashion/langs/es/data/feature.xml new file mode 100644 index 000000000..47137f188 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/es/data/feature.xml @@ -0,0 +1,18 @@ + + + + Height + + + Width + + + Depth + + + Weight + + + Compositions + + diff --git a/install-dev/fixtures/fashion/langs/es/data/feature_value.xml b/install-dev/fixtures/fashion/langs/es/data/feature_value.xml new file mode 100644 index 000000000..cf7b3c287 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/es/data/feature_value.xml @@ -0,0 +1,66 @@ + + + + Polyester + + + Wool + + + Viscose + + + Elastane + + + Cotton + + + Silk + + + Suede + + + Straw + + + Leather + + + 2.75 in + + + 2.06 in + + + 49.2 g + + + 0.26 in + + + 1.07 in + + + 1.62 in + + + 15.5 g + + + 0.41 in (clip included) + + + 4.33 in + + + 2.76 in + + + 120g + + + 0.31 in + + diff --git a/install-dev/fixtures/fashion/langs/es/data/featurevalue.xml b/install-dev/fixtures/fashion/langs/es/data/featurevalue.xml new file mode 100644 index 000000000..7f943c0a4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/es/data/featurevalue.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/es/data/image.xml b/install-dev/fixtures/fashion/langs/es/data/image.xml new file mode 100644 index 000000000..096903bf7 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/es/data/image.xml @@ -0,0 +1,91 @@ + + + Fur Coat + Fut Coat + Textured Trench Coat + Textured Trench Coat + Slim Cut Coat + Slim Cut Coat + Quilted Jacket + Quilted Jacket + Suit Blazer + Suit Blazer + Suit Blazer + Short Blazer + Puffer Jacket + Puffer Jacket + Puffer Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Short Sleeve T-shirts + Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Cami Tank Top + Cami Tank Top + Cami Tank Top + Blouse + Blouse + Blouse + Leapoard Printed Blouse + Leapoard Printed Blouse + Faded Jeans + Faded Jeans + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + Dress Gathered At The Waist + Dress Gathered At The Waist + Printed Dress + Printed Dress + Floral Dress + Floral Dress + Floral Dress + Strapless Dress + Strapless Dress + Long Evening Dress + Long Evening Dress + Short Evening Dress + Short Evening Dress + Strapless Dress + Strapless Dress + Dress with Sleeves + Dress with Sleeves + Printed Dress + Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Long Printed Dress + Long Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Studded Leather Belt + Studded Leather Belt + Braided Belt + Bucket Hat + Floppy Hat + Men Straw Hat + Bowling Bag + Leather Bag + Snake Skin Bag + Quilted Bag + Suede Bag + Wedge Shoe + diff --git a/install-dev/fixtures/fashion/langs/es/data/manufacturer.xml b/install-dev/fixtures/fashion/langs/es/data/manufacturer.xml new file mode 100644 index 000000000..2f09cb629 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/es/data/manufacturer.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/es/data/order_message.xml b/install-dev/fixtures/fashion/langs/es/data/order_message.xml new file mode 100644 index 000000000..93ad3b501 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/es/data/order_message.xml @@ -0,0 +1,12 @@ + + + + Delay + 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, + + diff --git a/install-dev/fixtures/fashion/langs/es/data/ordermessage.xml b/install-dev/fixtures/fashion/langs/es/data/ordermessage.xml new file mode 100644 index 000000000..e743f5d97 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/es/data/ordermessage.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/es/data/product.xml b/install-dev/fixtures/fashion/langs/es/data/product.xml new file mode 100644 index 000000000..551eb30a9 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/es/data/product.xml @@ -0,0 +1,464 @@ + + + + + This stylish short sleeve winter coat will keep you warm this winter. The thick knit collar adds an orginal touch to this elegant coat. + winter-coat + + + + Winter Coat + In stock + + + + + This flattering fitted trench coat is the ideal piece for the season. The warm collar will keep you warm for any winter occasion. + textured-trench-coat + + + + Textured Trench Coat + In stock + + + + + A stylish double-breasted coat with a high collar. Slim cut and belted to emphasize your waist and your femininity! + slim-cut-coat + + + + Slim Cut Coat + In stock + + + + + This quilted jacket with zipper detail and built-in hood is perfect for Fall. Comfortable fit with silver sleeves and shoulders. + quilted-jacket + + + + Quilted Jacket + In stock + + + + + Suit style blazer with structured shoulders and front side gold engraved buttons. Ideal for the mid-season. + suit-blazer + + + + Suit Blazer + In stock + + + + + 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. + short-blazer + + + + Short Blazer + In stock + + + + + Puffer jacket with treated fabric and a removable faur fux hood. Flattering fit with a belt buckle and loops. Fitting for winter fashion. + Puffer_Jacket + + + + Puffer Jacket + In stock + + + + + Biker style jacket with asymmetrical zipper front. Side pockets and zippered cuffs. + leather-jacket + + + + Leather Jacket + In stock + + + + + Zip up biker inspired leather jacket with collar. The two zippered pockets on the front gives this jacket rock style flare. + leather-jacket + + + + Leather Jacket + In stock + + + + + Biker leather jacket with padded and tie-up detailed sleeves. The structured shoulders makes this jacket super stylish. + leather-jacket + + + + Leather Jacket + In stock + + + + + Soft stretch jersey v-neck tee with short sleeves. A delightful green for a colorful summer. + short-sleeve-tshirts + + + + Short Sleeve T-shirts + In stock + + + + + 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! + faded-short-sleeve-tshirts + + + + Faded Short Sleeve T-shirts + In stock + + + + + Pure cotton printed top with waist elastic band for a perfect fit. The thin straps will highlight chest on a hot summer day. + Cami_Tank_Top + + + + Cami Tank Top + In stock + + + + Short sleeved blouse with feminine draped sleeve detail. + blouse + + + + Blouse + In stock + + + + + Elegant leopard print silky blouse with chiffon puffed sleeves. + leapoard_printed_blouse + + + + Leapoard Printed Blouse + In stock + + + + + 5-pocket washed denim stretchy jeans with low waist and just the right cut. + faded-jeans + + + + Faded Jeans + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + V-neck cut dress gathered at the waist for a flattering waistline. 3/4 sleeves and draped. + Dress_Gathered_At_The_Waist + + + + Dress gathered at the waist + In stock + + + + + 100% cotton double printed dress. Black and white striped top and orange high waisted skater skirt bottom. + printed-dress + + + + Printed Dress + In stock + + + + + Lace embroidered dress with floral detail. Tie-up spaghetti straps . + floral-dress + + + + Floral Dress + In stock + + + + + Strapless cinched waist dress with floral print. + strapless-dress + + + + Strapless Dress + In stock + + + + + Long sleeve jersey dress. Mid knee length. + long-evening-dress + + + + Long Evening Dress + In stock + + + + + Short baby doll dress with neckline bow. Detailed finishes at the bottom of the dress. + short-evening-dress + + + + Short Evening Dress + In stock + + + + + Ruffle strapless dress with floral prints and knotted blue waist belt. + strapless-dress + + + + Strapless Dress + In stock + + + + + Black evening dress with puffed sleeve accents. Leather lining on frontside of the dress. + dress-with-sleeves + + + + Dress with Sleeves + In stock + + + + + Printed evening dress with straight sleeves with black thin waist belt and ruffled linings. + printed-dress + + + + Printed Dress + In stock + + + + + Long printed dress with thin adjustable straps. V-neckline and wiring under the bust with ruffles at the bottom of the dress. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Long printed empire waist dress with behind the neck tie straps. + long-printed-dress + + + + Long Printed Dress + In stock + + + + + Sleeveless knee-length chiffon dress. V-neckline with elastic under the bust lining. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Printed chiffon knee length dress with tank straps. Deep v-neckline. + printed-chiffon-dress + + + + Printed Chiffon Dress + In stock + + + + + Brown accent studded belt with gold buckle + studded-leather-belt + + + + Studded Leather Belt + In stock + + + + + Black and gold braided leather belt + braided-belt + + + + Braided Belt + In stock + + + + + Soft felted knit bucket hat + bucket-hat + + + + Bucket Hat + In stock + + + + + Black straw floppy hat + floppy-hat + + + + Floppy Hat + In stock + + + + + Men's beige straw fedora + men-straw-hat + + + + Men Straw Hat + In stock + + + + + Red bowling style bag. Fancy lining with metal buckle strap + bowling-bag + + + + Bowling Bag + In stock + + + + + Genuine leather bag with leather handles and adjustable and removable shoulder strap. + leather-bag + + + + Leather Bag + In stock + + + + + Snake skin shoulder bag with straps and handle. Front pocket with gold flap buckle. + Snake_Skin_Bag + + + + Snake Skin Bag + In stock + + + + + Quilted leather bag with silver braided straps. Adjustable long handle and zipper on top and side pocket. + quilted-bag + + + + Quilted Bag + In stock + + + + + Suede camel colored bag with belted front flap. + Suede_Bag + + + + Suede Bag + In stock + + + + + High heeled cork wedge with cross over leather straps. + Wedge_Shoe + + + + Wedge Shoe + In stock + + + diff --git a/install-dev/fixtures/fashion/langs/es/data/profile.xml b/install-dev/fixtures/fashion/langs/es/data/profile.xml new file mode 100644 index 000000000..04e65582f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/es/data/profile.xml @@ -0,0 +1,12 @@ + + + + Logistician + + + Translator + + + Salesman + + diff --git a/install-dev/fixtures/fashion/langs/es/data/scene.xml b/install-dev/fixtures/fashion/langs/es/data/scene.xml new file mode 100644 index 000000000..708079e52 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/es/data/scene.xml @@ -0,0 +1,8 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/es/data/supplier.xml b/install-dev/fixtures/fashion/langs/es/data/supplier.xml new file mode 100644 index 000000000..0c375e8d4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/es/data/supplier.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/es/data/tag.xml b/install-dev/fixtures/fashion/langs/es/data/tag.xml new file mode 100644 index 000000000..d413861a0 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/es/data/tag.xml @@ -0,0 +1,11 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/fr/data/attribute.xml b/install-dev/fixtures/fashion/langs/fr/data/attribute.xml new file mode 100644 index 000000000..80cd9b225 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/fr/data/attribute.xml @@ -0,0 +1,72 @@ + + + + S + + + M + + + L + + + One size + + + Grey + + + Taupe + + + Beige + + + White + + + Off White + + + Red + + + Black + + + Camel + + + Orange + + + Blue + + + Green + + + Yellow + + + Brown + + + 35 + + + 36 + + + 37 + + + 38 + + + 39 + + + 40 + + diff --git a/install-dev/fixtures/fashion/langs/fr/data/attribute_group.xml b/install-dev/fixtures/fashion/langs/fr/data/attribute_group.xml new file mode 100644 index 000000000..17c82c65f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/fr/data/attribute_group.xml @@ -0,0 +1,15 @@ + + + + Size + Size + + + Shoes Size + Size + + + Color + Color + + diff --git a/install-dev/fixtures/fashion/langs/fr/data/attributegroup.xml b/install-dev/fixtures/fashion/langs/fr/data/attributegroup.xml new file mode 100644 index 000000000..09da13fde --- /dev/null +++ b/install-dev/fixtures/fashion/langs/fr/data/attributegroup.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/fr/data/carrier.xml b/install-dev/fixtures/fashion/langs/fr/data/carrier.xml new file mode 100644 index 000000000..c59766e73 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/fr/data/carrier.xml @@ -0,0 +1,6 @@ + + + + Delivery next day! + + diff --git a/install-dev/fixtures/fashion/langs/fr/data/category.xml b/install-dev/fixtures/fashion/langs/fr/data/category.xml new file mode 100644 index 000000000..2d38f25cc --- /dev/null +++ b/install-dev/fixtures/fashion/langs/fr/data/category.xml @@ -0,0 +1,193 @@ + + + + Women + You will find here all woman fashion collections. This category includes all the basics of your wardrobe and much more: shoes, accessories, printed t-shirts, feminine dresses, women's jeans! + women + + + + + + Coats and Jackets + Coats, jackets, blazers, puffer jackets and leather jackets! Enjoy our wide choice of coat to pick the one who will keep you warm during winter. + coats-jackets + + + + + + Coats + Choose the perfect coat that best suits your style. Casual, classic, modern, timeless coats you will find everyting here! + coats + + + + + + Jackets + Get your wardrobe covered with our wide range of jackets! + jackets + + + + + + Blazers + Opt for a modern silhouette by selecting from our wide range of blazers. + blazers + + + + + + Puffer Jackets + The must have of winter, find the perfect puffer jacket to keep you warm and stylish during winter. + puffer-jackets + + + + + + Leather Jackets + Perfect for the beginning of the season, the leather jacket will give you a rock style for any occasion. + leather-jackets + + + + + + Tops + Choose from t-shirts, tops, blouses, short sleeves, long sleeves, tank tops, 3/4 sleeves and more. Find the cut that suits you the best! + tops + + + + + + T-shirts + The must have of your wardrobe, take a look at our different colors, shapes and style of our collection! + tshirts + + + + + + Tops + Choose the top that best suits you from the wide variety of tops we have. + top + + + + + + Blouses + Match your favorites blouses with the right accessories for the perfect look. + blouses + + + + + + Pants + How to choose a fashion woman pants? Skinny cut, straight cut, benefit from a wide choice and choose your pants here! + pants + + + + + + Skinny Cut + To get the perfect minimalist silhouette, take a look to our skinny cut jeans! + skinny-cut + + + + + Straight Cut + Opt for a straight cut jean to have the perfect classic look; + straight-cut + + + + + Dresses + Find your favorites dresses from our wide choice of evening, casual or summer dresses! We offer dresses for every day, every style and every occasion. + dresses + + + + + + Casual Dresses + You are looking for a dress for every day? Take a look at our selection of dresses to find one that suits you. + casual-dresses + + + + + + Evening Dresses + Browse our different dresses to choose the perfect dress for an unforgettable evening! + evening-dresses + + + + + + Summer Dresses + Short dress, long dress, silk dress, printed dress, you will find the perfect dress for summer. + summer-dresses + + + + + + Accessories + Shoes, bags, belts, hats... Our range of accessories will enhance your silhouette and make you more feminine + accessories + + + + + + Belts + thin skinny belts, leather waist belts and hip belts... Choose among our wide collection to accessorize your outfit. + belts + + + + + + Hats + Accessorize your look with our range of hats. In every color, style, shape and size, you're sure to find your perfect topper outfit here. + hats + + + + + + Handbags + The bag is an essential accessory in the wardrobe of a woman. Find a bag that will go perfectly with your outfit of the day! + handbags + + + + + + Shoes + A wide variety of women's shoes is available. You will find boots, shoes, slippers, sandals and sneakers to go with your outfit of the day. + shoes + + + + + + Men + + men + + + + + diff --git a/install-dev/fixtures/fashion/langs/fr/data/feature.xml b/install-dev/fixtures/fashion/langs/fr/data/feature.xml new file mode 100644 index 000000000..47137f188 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/fr/data/feature.xml @@ -0,0 +1,18 @@ + + + + Height + + + Width + + + Depth + + + Weight + + + Compositions + + diff --git a/install-dev/fixtures/fashion/langs/fr/data/feature_value.xml b/install-dev/fixtures/fashion/langs/fr/data/feature_value.xml new file mode 100644 index 000000000..cf7b3c287 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/fr/data/feature_value.xml @@ -0,0 +1,66 @@ + + + + Polyester + + + Wool + + + Viscose + + + Elastane + + + Cotton + + + Silk + + + Suede + + + Straw + + + Leather + + + 2.75 in + + + 2.06 in + + + 49.2 g + + + 0.26 in + + + 1.07 in + + + 1.62 in + + + 15.5 g + + + 0.41 in (clip included) + + + 4.33 in + + + 2.76 in + + + 120g + + + 0.31 in + + diff --git a/install-dev/fixtures/fashion/langs/fr/data/featurevalue.xml b/install-dev/fixtures/fashion/langs/fr/data/featurevalue.xml new file mode 100644 index 000000000..7f943c0a4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/fr/data/featurevalue.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/fr/data/image.xml b/install-dev/fixtures/fashion/langs/fr/data/image.xml new file mode 100644 index 000000000..096903bf7 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/fr/data/image.xml @@ -0,0 +1,91 @@ + + + Fur Coat + Fut Coat + Textured Trench Coat + Textured Trench Coat + Slim Cut Coat + Slim Cut Coat + Quilted Jacket + Quilted Jacket + Suit Blazer + Suit Blazer + Suit Blazer + Short Blazer + Puffer Jacket + Puffer Jacket + Puffer Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Short Sleeve T-shirts + Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Cami Tank Top + Cami Tank Top + Cami Tank Top + Blouse + Blouse + Blouse + Leapoard Printed Blouse + Leapoard Printed Blouse + Faded Jeans + Faded Jeans + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + Dress Gathered At The Waist + Dress Gathered At The Waist + Printed Dress + Printed Dress + Floral Dress + Floral Dress + Floral Dress + Strapless Dress + Strapless Dress + Long Evening Dress + Long Evening Dress + Short Evening Dress + Short Evening Dress + Strapless Dress + Strapless Dress + Dress with Sleeves + Dress with Sleeves + Printed Dress + Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Long Printed Dress + Long Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Studded Leather Belt + Studded Leather Belt + Braided Belt + Bucket Hat + Floppy Hat + Men Straw Hat + Bowling Bag + Leather Bag + Snake Skin Bag + Quilted Bag + Suede Bag + Wedge Shoe + diff --git a/install-dev/fixtures/fashion/langs/fr/data/manufacturer.xml b/install-dev/fixtures/fashion/langs/fr/data/manufacturer.xml new file mode 100644 index 000000000..2f09cb629 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/fr/data/manufacturer.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/fr/data/order_message.xml b/install-dev/fixtures/fashion/langs/fr/data/order_message.xml new file mode 100644 index 000000000..93ad3b501 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/fr/data/order_message.xml @@ -0,0 +1,12 @@ + + + + Delay + 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, + + diff --git a/install-dev/fixtures/fashion/langs/fr/data/ordermessage.xml b/install-dev/fixtures/fashion/langs/fr/data/ordermessage.xml new file mode 100644 index 000000000..e743f5d97 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/fr/data/ordermessage.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/fr/data/product.xml b/install-dev/fixtures/fashion/langs/fr/data/product.xml new file mode 100644 index 000000000..551eb30a9 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/fr/data/product.xml @@ -0,0 +1,464 @@ + + + + + This stylish short sleeve winter coat will keep you warm this winter. The thick knit collar adds an orginal touch to this elegant coat. + winter-coat + + + + Winter Coat + In stock + + + + + This flattering fitted trench coat is the ideal piece for the season. The warm collar will keep you warm for any winter occasion. + textured-trench-coat + + + + Textured Trench Coat + In stock + + + + + A stylish double-breasted coat with a high collar. Slim cut and belted to emphasize your waist and your femininity! + slim-cut-coat + + + + Slim Cut Coat + In stock + + + + + This quilted jacket with zipper detail and built-in hood is perfect for Fall. Comfortable fit with silver sleeves and shoulders. + quilted-jacket + + + + Quilted Jacket + In stock + + + + + Suit style blazer with structured shoulders and front side gold engraved buttons. Ideal for the mid-season. + suit-blazer + + + + Suit Blazer + In stock + + + + + 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. + short-blazer + + + + Short Blazer + In stock + + + + + Puffer jacket with treated fabric and a removable faur fux hood. Flattering fit with a belt buckle and loops. Fitting for winter fashion. + Puffer_Jacket + + + + Puffer Jacket + In stock + + + + + Biker style jacket with asymmetrical zipper front. Side pockets and zippered cuffs. + leather-jacket + + + + Leather Jacket + In stock + + + + + Zip up biker inspired leather jacket with collar. The two zippered pockets on the front gives this jacket rock style flare. + leather-jacket + + + + Leather Jacket + In stock + + + + + Biker leather jacket with padded and tie-up detailed sleeves. The structured shoulders makes this jacket super stylish. + leather-jacket + + + + Leather Jacket + In stock + + + + + Soft stretch jersey v-neck tee with short sleeves. A delightful green for a colorful summer. + short-sleeve-tshirts + + + + Short Sleeve T-shirts + In stock + + + + + 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! + faded-short-sleeve-tshirts + + + + Faded Short Sleeve T-shirts + In stock + + + + + Pure cotton printed top with waist elastic band for a perfect fit. The thin straps will highlight chest on a hot summer day. + Cami_Tank_Top + + + + Cami Tank Top + In stock + + + + Short sleeved blouse with feminine draped sleeve detail. + blouse + + + + Blouse + In stock + + + + + Elegant leopard print silky blouse with chiffon puffed sleeves. + leapoard_printed_blouse + + + + Leapoard Printed Blouse + In stock + + + + + 5-pocket washed denim stretchy jeans with low waist and just the right cut. + faded-jeans + + + + Faded Jeans + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + V-neck cut dress gathered at the waist for a flattering waistline. 3/4 sleeves and draped. + Dress_Gathered_At_The_Waist + + + + Dress gathered at the waist + In stock + + + + + 100% cotton double printed dress. Black and white striped top and orange high waisted skater skirt bottom. + printed-dress + + + + Printed Dress + In stock + + + + + Lace embroidered dress with floral detail. Tie-up spaghetti straps . + floral-dress + + + + Floral Dress + In stock + + + + + Strapless cinched waist dress with floral print. + strapless-dress + + + + Strapless Dress + In stock + + + + + Long sleeve jersey dress. Mid knee length. + long-evening-dress + + + + Long Evening Dress + In stock + + + + + Short baby doll dress with neckline bow. Detailed finishes at the bottom of the dress. + short-evening-dress + + + + Short Evening Dress + In stock + + + + + Ruffle strapless dress with floral prints and knotted blue waist belt. + strapless-dress + + + + Strapless Dress + In stock + + + + + Black evening dress with puffed sleeve accents. Leather lining on frontside of the dress. + dress-with-sleeves + + + + Dress with Sleeves + In stock + + + + + Printed evening dress with straight sleeves with black thin waist belt and ruffled linings. + printed-dress + + + + Printed Dress + In stock + + + + + Long printed dress with thin adjustable straps. V-neckline and wiring under the bust with ruffles at the bottom of the dress. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Long printed empire waist dress with behind the neck tie straps. + long-printed-dress + + + + Long Printed Dress + In stock + + + + + Sleeveless knee-length chiffon dress. V-neckline with elastic under the bust lining. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Printed chiffon knee length dress with tank straps. Deep v-neckline. + printed-chiffon-dress + + + + Printed Chiffon Dress + In stock + + + + + Brown accent studded belt with gold buckle + studded-leather-belt + + + + Studded Leather Belt + In stock + + + + + Black and gold braided leather belt + braided-belt + + + + Braided Belt + In stock + + + + + Soft felted knit bucket hat + bucket-hat + + + + Bucket Hat + In stock + + + + + Black straw floppy hat + floppy-hat + + + + Floppy Hat + In stock + + + + + Men's beige straw fedora + men-straw-hat + + + + Men Straw Hat + In stock + + + + + Red bowling style bag. Fancy lining with metal buckle strap + bowling-bag + + + + Bowling Bag + In stock + + + + + Genuine leather bag with leather handles and adjustable and removable shoulder strap. + leather-bag + + + + Leather Bag + In stock + + + + + Snake skin shoulder bag with straps and handle. Front pocket with gold flap buckle. + Snake_Skin_Bag + + + + Snake Skin Bag + In stock + + + + + Quilted leather bag with silver braided straps. Adjustable long handle and zipper on top and side pocket. + quilted-bag + + + + Quilted Bag + In stock + + + + + Suede camel colored bag with belted front flap. + Suede_Bag + + + + Suede Bag + In stock + + + + + High heeled cork wedge with cross over leather straps. + Wedge_Shoe + + + + Wedge Shoe + In stock + + + diff --git a/install-dev/fixtures/fashion/langs/fr/data/profile.xml b/install-dev/fixtures/fashion/langs/fr/data/profile.xml new file mode 100644 index 000000000..04e65582f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/fr/data/profile.xml @@ -0,0 +1,12 @@ + + + + Logistician + + + Translator + + + Salesman + + diff --git a/install-dev/fixtures/fashion/langs/fr/data/scene.xml b/install-dev/fixtures/fashion/langs/fr/data/scene.xml new file mode 100644 index 000000000..708079e52 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/fr/data/scene.xml @@ -0,0 +1,8 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/fr/data/supplier.xml b/install-dev/fixtures/fashion/langs/fr/data/supplier.xml new file mode 100644 index 000000000..0c375e8d4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/fr/data/supplier.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/fr/data/tag.xml b/install-dev/fixtures/fashion/langs/fr/data/tag.xml new file mode 100644 index 000000000..d413861a0 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/fr/data/tag.xml @@ -0,0 +1,11 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/id/data/attribute.xml b/install-dev/fixtures/fashion/langs/id/data/attribute.xml new file mode 100644 index 000000000..80cd9b225 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/id/data/attribute.xml @@ -0,0 +1,72 @@ + + + + S + + + M + + + L + + + One size + + + Grey + + + Taupe + + + Beige + + + White + + + Off White + + + Red + + + Black + + + Camel + + + Orange + + + Blue + + + Green + + + Yellow + + + Brown + + + 35 + + + 36 + + + 37 + + + 38 + + + 39 + + + 40 + + diff --git a/install-dev/fixtures/fashion/langs/id/data/attribute_group.xml b/install-dev/fixtures/fashion/langs/id/data/attribute_group.xml new file mode 100644 index 000000000..17c82c65f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/id/data/attribute_group.xml @@ -0,0 +1,15 @@ + + + + Size + Size + + + Shoes Size + Size + + + Color + Color + + diff --git a/install-dev/fixtures/fashion/langs/id/data/attributegroup.xml b/install-dev/fixtures/fashion/langs/id/data/attributegroup.xml new file mode 100644 index 000000000..09da13fde --- /dev/null +++ b/install-dev/fixtures/fashion/langs/id/data/attributegroup.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/id/data/carrier.xml b/install-dev/fixtures/fashion/langs/id/data/carrier.xml new file mode 100644 index 000000000..c59766e73 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/id/data/carrier.xml @@ -0,0 +1,6 @@ + + + + Delivery next day! + + diff --git a/install-dev/fixtures/fashion/langs/id/data/category.xml b/install-dev/fixtures/fashion/langs/id/data/category.xml new file mode 100644 index 000000000..2d38f25cc --- /dev/null +++ b/install-dev/fixtures/fashion/langs/id/data/category.xml @@ -0,0 +1,193 @@ + + + + Women + You will find here all woman fashion collections. This category includes all the basics of your wardrobe and much more: shoes, accessories, printed t-shirts, feminine dresses, women's jeans! + women + + + + + + Coats and Jackets + Coats, jackets, blazers, puffer jackets and leather jackets! Enjoy our wide choice of coat to pick the one who will keep you warm during winter. + coats-jackets + + + + + + Coats + Choose the perfect coat that best suits your style. Casual, classic, modern, timeless coats you will find everyting here! + coats + + + + + + Jackets + Get your wardrobe covered with our wide range of jackets! + jackets + + + + + + Blazers + Opt for a modern silhouette by selecting from our wide range of blazers. + blazers + + + + + + Puffer Jackets + The must have of winter, find the perfect puffer jacket to keep you warm and stylish during winter. + puffer-jackets + + + + + + Leather Jackets + Perfect for the beginning of the season, the leather jacket will give you a rock style for any occasion. + leather-jackets + + + + + + Tops + Choose from t-shirts, tops, blouses, short sleeves, long sleeves, tank tops, 3/4 sleeves and more. Find the cut that suits you the best! + tops + + + + + + T-shirts + The must have of your wardrobe, take a look at our different colors, shapes and style of our collection! + tshirts + + + + + + Tops + Choose the top that best suits you from the wide variety of tops we have. + top + + + + + + Blouses + Match your favorites blouses with the right accessories for the perfect look. + blouses + + + + + + Pants + How to choose a fashion woman pants? Skinny cut, straight cut, benefit from a wide choice and choose your pants here! + pants + + + + + + Skinny Cut + To get the perfect minimalist silhouette, take a look to our skinny cut jeans! + skinny-cut + + + + + Straight Cut + Opt for a straight cut jean to have the perfect classic look; + straight-cut + + + + + Dresses + Find your favorites dresses from our wide choice of evening, casual or summer dresses! We offer dresses for every day, every style and every occasion. + dresses + + + + + + Casual Dresses + You are looking for a dress for every day? Take a look at our selection of dresses to find one that suits you. + casual-dresses + + + + + + Evening Dresses + Browse our different dresses to choose the perfect dress for an unforgettable evening! + evening-dresses + + + + + + Summer Dresses + Short dress, long dress, silk dress, printed dress, you will find the perfect dress for summer. + summer-dresses + + + + + + Accessories + Shoes, bags, belts, hats... Our range of accessories will enhance your silhouette and make you more feminine + accessories + + + + + + Belts + thin skinny belts, leather waist belts and hip belts... Choose among our wide collection to accessorize your outfit. + belts + + + + + + Hats + Accessorize your look with our range of hats. In every color, style, shape and size, you're sure to find your perfect topper outfit here. + hats + + + + + + Handbags + The bag is an essential accessory in the wardrobe of a woman. Find a bag that will go perfectly with your outfit of the day! + handbags + + + + + + Shoes + A wide variety of women's shoes is available. You will find boots, shoes, slippers, sandals and sneakers to go with your outfit of the day. + shoes + + + + + + Men + + men + + + + + diff --git a/install-dev/fixtures/fashion/langs/id/data/feature.xml b/install-dev/fixtures/fashion/langs/id/data/feature.xml new file mode 100644 index 000000000..47137f188 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/id/data/feature.xml @@ -0,0 +1,18 @@ + + + + Height + + + Width + + + Depth + + + Weight + + + Compositions + + diff --git a/install-dev/fixtures/fashion/langs/id/data/feature_value.xml b/install-dev/fixtures/fashion/langs/id/data/feature_value.xml new file mode 100644 index 000000000..cf7b3c287 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/id/data/feature_value.xml @@ -0,0 +1,66 @@ + + + + Polyester + + + Wool + + + Viscose + + + Elastane + + + Cotton + + + Silk + + + Suede + + + Straw + + + Leather + + + 2.75 in + + + 2.06 in + + + 49.2 g + + + 0.26 in + + + 1.07 in + + + 1.62 in + + + 15.5 g + + + 0.41 in (clip included) + + + 4.33 in + + + 2.76 in + + + 120g + + + 0.31 in + + diff --git a/install-dev/fixtures/fashion/langs/id/data/featurevalue.xml b/install-dev/fixtures/fashion/langs/id/data/featurevalue.xml new file mode 100644 index 000000000..7f943c0a4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/id/data/featurevalue.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/id/data/image.xml b/install-dev/fixtures/fashion/langs/id/data/image.xml new file mode 100644 index 000000000..096903bf7 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/id/data/image.xml @@ -0,0 +1,91 @@ + + + Fur Coat + Fut Coat + Textured Trench Coat + Textured Trench Coat + Slim Cut Coat + Slim Cut Coat + Quilted Jacket + Quilted Jacket + Suit Blazer + Suit Blazer + Suit Blazer + Short Blazer + Puffer Jacket + Puffer Jacket + Puffer Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Short Sleeve T-shirts + Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Cami Tank Top + Cami Tank Top + Cami Tank Top + Blouse + Blouse + Blouse + Leapoard Printed Blouse + Leapoard Printed Blouse + Faded Jeans + Faded Jeans + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + Dress Gathered At The Waist + Dress Gathered At The Waist + Printed Dress + Printed Dress + Floral Dress + Floral Dress + Floral Dress + Strapless Dress + Strapless Dress + Long Evening Dress + Long Evening Dress + Short Evening Dress + Short Evening Dress + Strapless Dress + Strapless Dress + Dress with Sleeves + Dress with Sleeves + Printed Dress + Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Long Printed Dress + Long Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Studded Leather Belt + Studded Leather Belt + Braided Belt + Bucket Hat + Floppy Hat + Men Straw Hat + Bowling Bag + Leather Bag + Snake Skin Bag + Quilted Bag + Suede Bag + Wedge Shoe + diff --git a/install-dev/fixtures/fashion/langs/id/data/manufacturer.xml b/install-dev/fixtures/fashion/langs/id/data/manufacturer.xml new file mode 100644 index 000000000..2f09cb629 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/id/data/manufacturer.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/id/data/order_message.xml b/install-dev/fixtures/fashion/langs/id/data/order_message.xml new file mode 100644 index 000000000..93ad3b501 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/id/data/order_message.xml @@ -0,0 +1,12 @@ + + + + Delay + 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, + + diff --git a/install-dev/fixtures/fashion/langs/id/data/ordermessage.xml b/install-dev/fixtures/fashion/langs/id/data/ordermessage.xml new file mode 100644 index 000000000..e743f5d97 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/id/data/ordermessage.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/id/data/product.xml b/install-dev/fixtures/fashion/langs/id/data/product.xml new file mode 100644 index 000000000..551eb30a9 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/id/data/product.xml @@ -0,0 +1,464 @@ + + + + + This stylish short sleeve winter coat will keep you warm this winter. The thick knit collar adds an orginal touch to this elegant coat. + winter-coat + + + + Winter Coat + In stock + + + + + This flattering fitted trench coat is the ideal piece for the season. The warm collar will keep you warm for any winter occasion. + textured-trench-coat + + + + Textured Trench Coat + In stock + + + + + A stylish double-breasted coat with a high collar. Slim cut and belted to emphasize your waist and your femininity! + slim-cut-coat + + + + Slim Cut Coat + In stock + + + + + This quilted jacket with zipper detail and built-in hood is perfect for Fall. Comfortable fit with silver sleeves and shoulders. + quilted-jacket + + + + Quilted Jacket + In stock + + + + + Suit style blazer with structured shoulders and front side gold engraved buttons. Ideal for the mid-season. + suit-blazer + + + + Suit Blazer + In stock + + + + + 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. + short-blazer + + + + Short Blazer + In stock + + + + + Puffer jacket with treated fabric and a removable faur fux hood. Flattering fit with a belt buckle and loops. Fitting for winter fashion. + Puffer_Jacket + + + + Puffer Jacket + In stock + + + + + Biker style jacket with asymmetrical zipper front. Side pockets and zippered cuffs. + leather-jacket + + + + Leather Jacket + In stock + + + + + Zip up biker inspired leather jacket with collar. The two zippered pockets on the front gives this jacket rock style flare. + leather-jacket + + + + Leather Jacket + In stock + + + + + Biker leather jacket with padded and tie-up detailed sleeves. The structured shoulders makes this jacket super stylish. + leather-jacket + + + + Leather Jacket + In stock + + + + + Soft stretch jersey v-neck tee with short sleeves. A delightful green for a colorful summer. + short-sleeve-tshirts + + + + Short Sleeve T-shirts + In stock + + + + + 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! + faded-short-sleeve-tshirts + + + + Faded Short Sleeve T-shirts + In stock + + + + + Pure cotton printed top with waist elastic band for a perfect fit. The thin straps will highlight chest on a hot summer day. + Cami_Tank_Top + + + + Cami Tank Top + In stock + + + + Short sleeved blouse with feminine draped sleeve detail. + blouse + + + + Blouse + In stock + + + + + Elegant leopard print silky blouse with chiffon puffed sleeves. + leapoard_printed_blouse + + + + Leapoard Printed Blouse + In stock + + + + + 5-pocket washed denim stretchy jeans with low waist and just the right cut. + faded-jeans + + + + Faded Jeans + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + V-neck cut dress gathered at the waist for a flattering waistline. 3/4 sleeves and draped. + Dress_Gathered_At_The_Waist + + + + Dress gathered at the waist + In stock + + + + + 100% cotton double printed dress. Black and white striped top and orange high waisted skater skirt bottom. + printed-dress + + + + Printed Dress + In stock + + + + + Lace embroidered dress with floral detail. Tie-up spaghetti straps . + floral-dress + + + + Floral Dress + In stock + + + + + Strapless cinched waist dress with floral print. + strapless-dress + + + + Strapless Dress + In stock + + + + + Long sleeve jersey dress. Mid knee length. + long-evening-dress + + + + Long Evening Dress + In stock + + + + + Short baby doll dress with neckline bow. Detailed finishes at the bottom of the dress. + short-evening-dress + + + + Short Evening Dress + In stock + + + + + Ruffle strapless dress with floral prints and knotted blue waist belt. + strapless-dress + + + + Strapless Dress + In stock + + + + + Black evening dress with puffed sleeve accents. Leather lining on frontside of the dress. + dress-with-sleeves + + + + Dress with Sleeves + In stock + + + + + Printed evening dress with straight sleeves with black thin waist belt and ruffled linings. + printed-dress + + + + Printed Dress + In stock + + + + + Long printed dress with thin adjustable straps. V-neckline and wiring under the bust with ruffles at the bottom of the dress. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Long printed empire waist dress with behind the neck tie straps. + long-printed-dress + + + + Long Printed Dress + In stock + + + + + Sleeveless knee-length chiffon dress. V-neckline with elastic under the bust lining. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Printed chiffon knee length dress with tank straps. Deep v-neckline. + printed-chiffon-dress + + + + Printed Chiffon Dress + In stock + + + + + Brown accent studded belt with gold buckle + studded-leather-belt + + + + Studded Leather Belt + In stock + + + + + Black and gold braided leather belt + braided-belt + + + + Braided Belt + In stock + + + + + Soft felted knit bucket hat + bucket-hat + + + + Bucket Hat + In stock + + + + + Black straw floppy hat + floppy-hat + + + + Floppy Hat + In stock + + + + + Men's beige straw fedora + men-straw-hat + + + + Men Straw Hat + In stock + + + + + Red bowling style bag. Fancy lining with metal buckle strap + bowling-bag + + + + Bowling Bag + In stock + + + + + Genuine leather bag with leather handles and adjustable and removable shoulder strap. + leather-bag + + + + Leather Bag + In stock + + + + + Snake skin shoulder bag with straps and handle. Front pocket with gold flap buckle. + Snake_Skin_Bag + + + + Snake Skin Bag + In stock + + + + + Quilted leather bag with silver braided straps. Adjustable long handle and zipper on top and side pocket. + quilted-bag + + + + Quilted Bag + In stock + + + + + Suede camel colored bag with belted front flap. + Suede_Bag + + + + Suede Bag + In stock + + + + + High heeled cork wedge with cross over leather straps. + Wedge_Shoe + + + + Wedge Shoe + In stock + + + diff --git a/install-dev/fixtures/fashion/langs/id/data/profile.xml b/install-dev/fixtures/fashion/langs/id/data/profile.xml new file mode 100644 index 000000000..04e65582f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/id/data/profile.xml @@ -0,0 +1,12 @@ + + + + Logistician + + + Translator + + + Salesman + + diff --git a/install-dev/fixtures/fashion/langs/id/data/scene.xml b/install-dev/fixtures/fashion/langs/id/data/scene.xml new file mode 100644 index 000000000..708079e52 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/id/data/scene.xml @@ -0,0 +1,8 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/id/data/supplier.xml b/install-dev/fixtures/fashion/langs/id/data/supplier.xml new file mode 100644 index 000000000..0c375e8d4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/id/data/supplier.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/id/data/tag.xml b/install-dev/fixtures/fashion/langs/id/data/tag.xml new file mode 100644 index 000000000..d413861a0 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/id/data/tag.xml @@ -0,0 +1,11 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/it/data/attribute.xml b/install-dev/fixtures/fashion/langs/it/data/attribute.xml new file mode 100644 index 000000000..80cd9b225 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/it/data/attribute.xml @@ -0,0 +1,72 @@ + + + + S + + + M + + + L + + + One size + + + Grey + + + Taupe + + + Beige + + + White + + + Off White + + + Red + + + Black + + + Camel + + + Orange + + + Blue + + + Green + + + Yellow + + + Brown + + + 35 + + + 36 + + + 37 + + + 38 + + + 39 + + + 40 + + diff --git a/install-dev/fixtures/fashion/langs/it/data/attribute_group.xml b/install-dev/fixtures/fashion/langs/it/data/attribute_group.xml new file mode 100644 index 000000000..17c82c65f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/it/data/attribute_group.xml @@ -0,0 +1,15 @@ + + + + Size + Size + + + Shoes Size + Size + + + Color + Color + + diff --git a/install-dev/fixtures/fashion/langs/it/data/attributegroup.xml b/install-dev/fixtures/fashion/langs/it/data/attributegroup.xml new file mode 100644 index 000000000..09da13fde --- /dev/null +++ b/install-dev/fixtures/fashion/langs/it/data/attributegroup.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/it/data/carrier.xml b/install-dev/fixtures/fashion/langs/it/data/carrier.xml new file mode 100644 index 000000000..c59766e73 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/it/data/carrier.xml @@ -0,0 +1,6 @@ + + + + Delivery next day! + + diff --git a/install-dev/fixtures/fashion/langs/it/data/category.xml b/install-dev/fixtures/fashion/langs/it/data/category.xml new file mode 100644 index 000000000..2d38f25cc --- /dev/null +++ b/install-dev/fixtures/fashion/langs/it/data/category.xml @@ -0,0 +1,193 @@ + + + + Women + You will find here all woman fashion collections. This category includes all the basics of your wardrobe and much more: shoes, accessories, printed t-shirts, feminine dresses, women's jeans! + women + + + + + + Coats and Jackets + Coats, jackets, blazers, puffer jackets and leather jackets! Enjoy our wide choice of coat to pick the one who will keep you warm during winter. + coats-jackets + + + + + + Coats + Choose the perfect coat that best suits your style. Casual, classic, modern, timeless coats you will find everyting here! + coats + + + + + + Jackets + Get your wardrobe covered with our wide range of jackets! + jackets + + + + + + Blazers + Opt for a modern silhouette by selecting from our wide range of blazers. + blazers + + + + + + Puffer Jackets + The must have of winter, find the perfect puffer jacket to keep you warm and stylish during winter. + puffer-jackets + + + + + + Leather Jackets + Perfect for the beginning of the season, the leather jacket will give you a rock style for any occasion. + leather-jackets + + + + + + Tops + Choose from t-shirts, tops, blouses, short sleeves, long sleeves, tank tops, 3/4 sleeves and more. Find the cut that suits you the best! + tops + + + + + + T-shirts + The must have of your wardrobe, take a look at our different colors, shapes and style of our collection! + tshirts + + + + + + Tops + Choose the top that best suits you from the wide variety of tops we have. + top + + + + + + Blouses + Match your favorites blouses with the right accessories for the perfect look. + blouses + + + + + + Pants + How to choose a fashion woman pants? Skinny cut, straight cut, benefit from a wide choice and choose your pants here! + pants + + + + + + Skinny Cut + To get the perfect minimalist silhouette, take a look to our skinny cut jeans! + skinny-cut + + + + + Straight Cut + Opt for a straight cut jean to have the perfect classic look; + straight-cut + + + + + Dresses + Find your favorites dresses from our wide choice of evening, casual or summer dresses! We offer dresses for every day, every style and every occasion. + dresses + + + + + + Casual Dresses + You are looking for a dress for every day? Take a look at our selection of dresses to find one that suits you. + casual-dresses + + + + + + Evening Dresses + Browse our different dresses to choose the perfect dress for an unforgettable evening! + evening-dresses + + + + + + Summer Dresses + Short dress, long dress, silk dress, printed dress, you will find the perfect dress for summer. + summer-dresses + + + + + + Accessories + Shoes, bags, belts, hats... Our range of accessories will enhance your silhouette and make you more feminine + accessories + + + + + + Belts + thin skinny belts, leather waist belts and hip belts... Choose among our wide collection to accessorize your outfit. + belts + + + + + + Hats + Accessorize your look with our range of hats. In every color, style, shape and size, you're sure to find your perfect topper outfit here. + hats + + + + + + Handbags + The bag is an essential accessory in the wardrobe of a woman. Find a bag that will go perfectly with your outfit of the day! + handbags + + + + + + Shoes + A wide variety of women's shoes is available. You will find boots, shoes, slippers, sandals and sneakers to go with your outfit of the day. + shoes + + + + + + Men + + men + + + + + diff --git a/install-dev/fixtures/fashion/langs/it/data/feature.xml b/install-dev/fixtures/fashion/langs/it/data/feature.xml new file mode 100644 index 000000000..47137f188 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/it/data/feature.xml @@ -0,0 +1,18 @@ + + + + Height + + + Width + + + Depth + + + Weight + + + Compositions + + diff --git a/install-dev/fixtures/fashion/langs/it/data/feature_value.xml b/install-dev/fixtures/fashion/langs/it/data/feature_value.xml new file mode 100644 index 000000000..cf7b3c287 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/it/data/feature_value.xml @@ -0,0 +1,66 @@ + + + + Polyester + + + Wool + + + Viscose + + + Elastane + + + Cotton + + + Silk + + + Suede + + + Straw + + + Leather + + + 2.75 in + + + 2.06 in + + + 49.2 g + + + 0.26 in + + + 1.07 in + + + 1.62 in + + + 15.5 g + + + 0.41 in (clip included) + + + 4.33 in + + + 2.76 in + + + 120g + + + 0.31 in + + diff --git a/install-dev/fixtures/fashion/langs/it/data/featurevalue.xml b/install-dev/fixtures/fashion/langs/it/data/featurevalue.xml new file mode 100644 index 000000000..7f943c0a4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/it/data/featurevalue.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/it/data/image.xml b/install-dev/fixtures/fashion/langs/it/data/image.xml new file mode 100644 index 000000000..096903bf7 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/it/data/image.xml @@ -0,0 +1,91 @@ + + + Fur Coat + Fut Coat + Textured Trench Coat + Textured Trench Coat + Slim Cut Coat + Slim Cut Coat + Quilted Jacket + Quilted Jacket + Suit Blazer + Suit Blazer + Suit Blazer + Short Blazer + Puffer Jacket + Puffer Jacket + Puffer Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Short Sleeve T-shirts + Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Cami Tank Top + Cami Tank Top + Cami Tank Top + Blouse + Blouse + Blouse + Leapoard Printed Blouse + Leapoard Printed Blouse + Faded Jeans + Faded Jeans + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + Dress Gathered At The Waist + Dress Gathered At The Waist + Printed Dress + Printed Dress + Floral Dress + Floral Dress + Floral Dress + Strapless Dress + Strapless Dress + Long Evening Dress + Long Evening Dress + Short Evening Dress + Short Evening Dress + Strapless Dress + Strapless Dress + Dress with Sleeves + Dress with Sleeves + Printed Dress + Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Long Printed Dress + Long Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Studded Leather Belt + Studded Leather Belt + Braided Belt + Bucket Hat + Floppy Hat + Men Straw Hat + Bowling Bag + Leather Bag + Snake Skin Bag + Quilted Bag + Suede Bag + Wedge Shoe + diff --git a/install-dev/fixtures/fashion/langs/it/data/manufacturer.xml b/install-dev/fixtures/fashion/langs/it/data/manufacturer.xml new file mode 100644 index 000000000..2f09cb629 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/it/data/manufacturer.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/it/data/order_message.xml b/install-dev/fixtures/fashion/langs/it/data/order_message.xml new file mode 100644 index 000000000..93ad3b501 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/it/data/order_message.xml @@ -0,0 +1,12 @@ + + + + Delay + 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, + + diff --git a/install-dev/fixtures/fashion/langs/it/data/ordermessage.xml b/install-dev/fixtures/fashion/langs/it/data/ordermessage.xml new file mode 100644 index 000000000..e743f5d97 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/it/data/ordermessage.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/it/data/product.xml b/install-dev/fixtures/fashion/langs/it/data/product.xml new file mode 100644 index 000000000..551eb30a9 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/it/data/product.xml @@ -0,0 +1,464 @@ + + + + + This stylish short sleeve winter coat will keep you warm this winter. The thick knit collar adds an orginal touch to this elegant coat. + winter-coat + + + + Winter Coat + In stock + + + + + This flattering fitted trench coat is the ideal piece for the season. The warm collar will keep you warm for any winter occasion. + textured-trench-coat + + + + Textured Trench Coat + In stock + + + + + A stylish double-breasted coat with a high collar. Slim cut and belted to emphasize your waist and your femininity! + slim-cut-coat + + + + Slim Cut Coat + In stock + + + + + This quilted jacket with zipper detail and built-in hood is perfect for Fall. Comfortable fit with silver sleeves and shoulders. + quilted-jacket + + + + Quilted Jacket + In stock + + + + + Suit style blazer with structured shoulders and front side gold engraved buttons. Ideal for the mid-season. + suit-blazer + + + + Suit Blazer + In stock + + + + + 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. + short-blazer + + + + Short Blazer + In stock + + + + + Puffer jacket with treated fabric and a removable faur fux hood. Flattering fit with a belt buckle and loops. Fitting for winter fashion. + Puffer_Jacket + + + + Puffer Jacket + In stock + + + + + Biker style jacket with asymmetrical zipper front. Side pockets and zippered cuffs. + leather-jacket + + + + Leather Jacket + In stock + + + + + Zip up biker inspired leather jacket with collar. The two zippered pockets on the front gives this jacket rock style flare. + leather-jacket + + + + Leather Jacket + In stock + + + + + Biker leather jacket with padded and tie-up detailed sleeves. The structured shoulders makes this jacket super stylish. + leather-jacket + + + + Leather Jacket + In stock + + + + + Soft stretch jersey v-neck tee with short sleeves. A delightful green for a colorful summer. + short-sleeve-tshirts + + + + Short Sleeve T-shirts + In stock + + + + + 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! + faded-short-sleeve-tshirts + + + + Faded Short Sleeve T-shirts + In stock + + + + + Pure cotton printed top with waist elastic band for a perfect fit. The thin straps will highlight chest on a hot summer day. + Cami_Tank_Top + + + + Cami Tank Top + In stock + + + + Short sleeved blouse with feminine draped sleeve detail. + blouse + + + + Blouse + In stock + + + + + Elegant leopard print silky blouse with chiffon puffed sleeves. + leapoard_printed_blouse + + + + Leapoard Printed Blouse + In stock + + + + + 5-pocket washed denim stretchy jeans with low waist and just the right cut. + faded-jeans + + + + Faded Jeans + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + V-neck cut dress gathered at the waist for a flattering waistline. 3/4 sleeves and draped. + Dress_Gathered_At_The_Waist + + + + Dress gathered at the waist + In stock + + + + + 100% cotton double printed dress. Black and white striped top and orange high waisted skater skirt bottom. + printed-dress + + + + Printed Dress + In stock + + + + + Lace embroidered dress with floral detail. Tie-up spaghetti straps . + floral-dress + + + + Floral Dress + In stock + + + + + Strapless cinched waist dress with floral print. + strapless-dress + + + + Strapless Dress + In stock + + + + + Long sleeve jersey dress. Mid knee length. + long-evening-dress + + + + Long Evening Dress + In stock + + + + + Short baby doll dress with neckline bow. Detailed finishes at the bottom of the dress. + short-evening-dress + + + + Short Evening Dress + In stock + + + + + Ruffle strapless dress with floral prints and knotted blue waist belt. + strapless-dress + + + + Strapless Dress + In stock + + + + + Black evening dress with puffed sleeve accents. Leather lining on frontside of the dress. + dress-with-sleeves + + + + Dress with Sleeves + In stock + + + + + Printed evening dress with straight sleeves with black thin waist belt and ruffled linings. + printed-dress + + + + Printed Dress + In stock + + + + + Long printed dress with thin adjustable straps. V-neckline and wiring under the bust with ruffles at the bottom of the dress. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Long printed empire waist dress with behind the neck tie straps. + long-printed-dress + + + + Long Printed Dress + In stock + + + + + Sleeveless knee-length chiffon dress. V-neckline with elastic under the bust lining. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Printed chiffon knee length dress with tank straps. Deep v-neckline. + printed-chiffon-dress + + + + Printed Chiffon Dress + In stock + + + + + Brown accent studded belt with gold buckle + studded-leather-belt + + + + Studded Leather Belt + In stock + + + + + Black and gold braided leather belt + braided-belt + + + + Braided Belt + In stock + + + + + Soft felted knit bucket hat + bucket-hat + + + + Bucket Hat + In stock + + + + + Black straw floppy hat + floppy-hat + + + + Floppy Hat + In stock + + + + + Men's beige straw fedora + men-straw-hat + + + + Men Straw Hat + In stock + + + + + Red bowling style bag. Fancy lining with metal buckle strap + bowling-bag + + + + Bowling Bag + In stock + + + + + Genuine leather bag with leather handles and adjustable and removable shoulder strap. + leather-bag + + + + Leather Bag + In stock + + + + + Snake skin shoulder bag with straps and handle. Front pocket with gold flap buckle. + Snake_Skin_Bag + + + + Snake Skin Bag + In stock + + + + + Quilted leather bag with silver braided straps. Adjustable long handle and zipper on top and side pocket. + quilted-bag + + + + Quilted Bag + In stock + + + + + Suede camel colored bag with belted front flap. + Suede_Bag + + + + Suede Bag + In stock + + + + + High heeled cork wedge with cross over leather straps. + Wedge_Shoe + + + + Wedge Shoe + In stock + + + diff --git a/install-dev/fixtures/fashion/langs/it/data/profile.xml b/install-dev/fixtures/fashion/langs/it/data/profile.xml new file mode 100644 index 000000000..04e65582f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/it/data/profile.xml @@ -0,0 +1,12 @@ + + + + Logistician + + + Translator + + + Salesman + + diff --git a/install-dev/fixtures/fashion/langs/it/data/scene.xml b/install-dev/fixtures/fashion/langs/it/data/scene.xml new file mode 100644 index 000000000..708079e52 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/it/data/scene.xml @@ -0,0 +1,8 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/it/data/supplier.xml b/install-dev/fixtures/fashion/langs/it/data/supplier.xml new file mode 100644 index 000000000..0c375e8d4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/it/data/supplier.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/it/data/tag.xml b/install-dev/fixtures/fashion/langs/it/data/tag.xml new file mode 100644 index 000000000..d413861a0 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/it/data/tag.xml @@ -0,0 +1,11 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/nl/data/attribute.xml b/install-dev/fixtures/fashion/langs/nl/data/attribute.xml new file mode 100644 index 000000000..80cd9b225 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/nl/data/attribute.xml @@ -0,0 +1,72 @@ + + + + S + + + M + + + L + + + One size + + + Grey + + + Taupe + + + Beige + + + White + + + Off White + + + Red + + + Black + + + Camel + + + Orange + + + Blue + + + Green + + + Yellow + + + Brown + + + 35 + + + 36 + + + 37 + + + 38 + + + 39 + + + 40 + + diff --git a/install-dev/fixtures/fashion/langs/nl/data/attribute_group.xml b/install-dev/fixtures/fashion/langs/nl/data/attribute_group.xml new file mode 100644 index 000000000..17c82c65f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/nl/data/attribute_group.xml @@ -0,0 +1,15 @@ + + + + Size + Size + + + Shoes Size + Size + + + Color + Color + + diff --git a/install-dev/fixtures/fashion/langs/nl/data/attributegroup.xml b/install-dev/fixtures/fashion/langs/nl/data/attributegroup.xml new file mode 100644 index 000000000..09da13fde --- /dev/null +++ b/install-dev/fixtures/fashion/langs/nl/data/attributegroup.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/nl/data/carrier.xml b/install-dev/fixtures/fashion/langs/nl/data/carrier.xml new file mode 100644 index 000000000..c59766e73 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/nl/data/carrier.xml @@ -0,0 +1,6 @@ + + + + Delivery next day! + + diff --git a/install-dev/fixtures/fashion/langs/nl/data/category.xml b/install-dev/fixtures/fashion/langs/nl/data/category.xml new file mode 100644 index 000000000..2d38f25cc --- /dev/null +++ b/install-dev/fixtures/fashion/langs/nl/data/category.xml @@ -0,0 +1,193 @@ + + + + Women + You will find here all woman fashion collections. This category includes all the basics of your wardrobe and much more: shoes, accessories, printed t-shirts, feminine dresses, women's jeans! + women + + + + + + Coats and Jackets + Coats, jackets, blazers, puffer jackets and leather jackets! Enjoy our wide choice of coat to pick the one who will keep you warm during winter. + coats-jackets + + + + + + Coats + Choose the perfect coat that best suits your style. Casual, classic, modern, timeless coats you will find everyting here! + coats + + + + + + Jackets + Get your wardrobe covered with our wide range of jackets! + jackets + + + + + + Blazers + Opt for a modern silhouette by selecting from our wide range of blazers. + blazers + + + + + + Puffer Jackets + The must have of winter, find the perfect puffer jacket to keep you warm and stylish during winter. + puffer-jackets + + + + + + Leather Jackets + Perfect for the beginning of the season, the leather jacket will give you a rock style for any occasion. + leather-jackets + + + + + + Tops + Choose from t-shirts, tops, blouses, short sleeves, long sleeves, tank tops, 3/4 sleeves and more. Find the cut that suits you the best! + tops + + + + + + T-shirts + The must have of your wardrobe, take a look at our different colors, shapes and style of our collection! + tshirts + + + + + + Tops + Choose the top that best suits you from the wide variety of tops we have. + top + + + + + + Blouses + Match your favorites blouses with the right accessories for the perfect look. + blouses + + + + + + Pants + How to choose a fashion woman pants? Skinny cut, straight cut, benefit from a wide choice and choose your pants here! + pants + + + + + + Skinny Cut + To get the perfect minimalist silhouette, take a look to our skinny cut jeans! + skinny-cut + + + + + Straight Cut + Opt for a straight cut jean to have the perfect classic look; + straight-cut + + + + + Dresses + Find your favorites dresses from our wide choice of evening, casual or summer dresses! We offer dresses for every day, every style and every occasion. + dresses + + + + + + Casual Dresses + You are looking for a dress for every day? Take a look at our selection of dresses to find one that suits you. + casual-dresses + + + + + + Evening Dresses + Browse our different dresses to choose the perfect dress for an unforgettable evening! + evening-dresses + + + + + + Summer Dresses + Short dress, long dress, silk dress, printed dress, you will find the perfect dress for summer. + summer-dresses + + + + + + Accessories + Shoes, bags, belts, hats... Our range of accessories will enhance your silhouette and make you more feminine + accessories + + + + + + Belts + thin skinny belts, leather waist belts and hip belts... Choose among our wide collection to accessorize your outfit. + belts + + + + + + Hats + Accessorize your look with our range of hats. In every color, style, shape and size, you're sure to find your perfect topper outfit here. + hats + + + + + + Handbags + The bag is an essential accessory in the wardrobe of a woman. Find a bag that will go perfectly with your outfit of the day! + handbags + + + + + + Shoes + A wide variety of women's shoes is available. You will find boots, shoes, slippers, sandals and sneakers to go with your outfit of the day. + shoes + + + + + + Men + + men + + + + + diff --git a/install-dev/fixtures/fashion/langs/nl/data/feature.xml b/install-dev/fixtures/fashion/langs/nl/data/feature.xml new file mode 100644 index 000000000..47137f188 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/nl/data/feature.xml @@ -0,0 +1,18 @@ + + + + Height + + + Width + + + Depth + + + Weight + + + Compositions + + diff --git a/install-dev/fixtures/fashion/langs/nl/data/feature_value.xml b/install-dev/fixtures/fashion/langs/nl/data/feature_value.xml new file mode 100644 index 000000000..cf7b3c287 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/nl/data/feature_value.xml @@ -0,0 +1,66 @@ + + + + Polyester + + + Wool + + + Viscose + + + Elastane + + + Cotton + + + Silk + + + Suede + + + Straw + + + Leather + + + 2.75 in + + + 2.06 in + + + 49.2 g + + + 0.26 in + + + 1.07 in + + + 1.62 in + + + 15.5 g + + + 0.41 in (clip included) + + + 4.33 in + + + 2.76 in + + + 120g + + + 0.31 in + + diff --git a/install-dev/fixtures/fashion/langs/nl/data/featurevalue.xml b/install-dev/fixtures/fashion/langs/nl/data/featurevalue.xml new file mode 100644 index 000000000..7f943c0a4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/nl/data/featurevalue.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/nl/data/image.xml b/install-dev/fixtures/fashion/langs/nl/data/image.xml new file mode 100644 index 000000000..096903bf7 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/nl/data/image.xml @@ -0,0 +1,91 @@ + + + Fur Coat + Fut Coat + Textured Trench Coat + Textured Trench Coat + Slim Cut Coat + Slim Cut Coat + Quilted Jacket + Quilted Jacket + Suit Blazer + Suit Blazer + Suit Blazer + Short Blazer + Puffer Jacket + Puffer Jacket + Puffer Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Short Sleeve T-shirts + Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Cami Tank Top + Cami Tank Top + Cami Tank Top + Blouse + Blouse + Blouse + Leapoard Printed Blouse + Leapoard Printed Blouse + Faded Jeans + Faded Jeans + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + Dress Gathered At The Waist + Dress Gathered At The Waist + Printed Dress + Printed Dress + Floral Dress + Floral Dress + Floral Dress + Strapless Dress + Strapless Dress + Long Evening Dress + Long Evening Dress + Short Evening Dress + Short Evening Dress + Strapless Dress + Strapless Dress + Dress with Sleeves + Dress with Sleeves + Printed Dress + Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Long Printed Dress + Long Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Studded Leather Belt + Studded Leather Belt + Braided Belt + Bucket Hat + Floppy Hat + Men Straw Hat + Bowling Bag + Leather Bag + Snake Skin Bag + Quilted Bag + Suede Bag + Wedge Shoe + diff --git a/install-dev/fixtures/fashion/langs/nl/data/manufacturer.xml b/install-dev/fixtures/fashion/langs/nl/data/manufacturer.xml new file mode 100644 index 000000000..2f09cb629 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/nl/data/manufacturer.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/nl/data/order_message.xml b/install-dev/fixtures/fashion/langs/nl/data/order_message.xml new file mode 100644 index 000000000..93ad3b501 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/nl/data/order_message.xml @@ -0,0 +1,12 @@ + + + + Delay + 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, + + diff --git a/install-dev/fixtures/fashion/langs/nl/data/ordermessage.xml b/install-dev/fixtures/fashion/langs/nl/data/ordermessage.xml new file mode 100644 index 000000000..e743f5d97 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/nl/data/ordermessage.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/nl/data/product.xml b/install-dev/fixtures/fashion/langs/nl/data/product.xml new file mode 100644 index 000000000..551eb30a9 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/nl/data/product.xml @@ -0,0 +1,464 @@ + + + + + This stylish short sleeve winter coat will keep you warm this winter. The thick knit collar adds an orginal touch to this elegant coat. + winter-coat + + + + Winter Coat + In stock + + + + + This flattering fitted trench coat is the ideal piece for the season. The warm collar will keep you warm for any winter occasion. + textured-trench-coat + + + + Textured Trench Coat + In stock + + + + + A stylish double-breasted coat with a high collar. Slim cut and belted to emphasize your waist and your femininity! + slim-cut-coat + + + + Slim Cut Coat + In stock + + + + + This quilted jacket with zipper detail and built-in hood is perfect for Fall. Comfortable fit with silver sleeves and shoulders. + quilted-jacket + + + + Quilted Jacket + In stock + + + + + Suit style blazer with structured shoulders and front side gold engraved buttons. Ideal for the mid-season. + suit-blazer + + + + Suit Blazer + In stock + + + + + 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. + short-blazer + + + + Short Blazer + In stock + + + + + Puffer jacket with treated fabric and a removable faur fux hood. Flattering fit with a belt buckle and loops. Fitting for winter fashion. + Puffer_Jacket + + + + Puffer Jacket + In stock + + + + + Biker style jacket with asymmetrical zipper front. Side pockets and zippered cuffs. + leather-jacket + + + + Leather Jacket + In stock + + + + + Zip up biker inspired leather jacket with collar. The two zippered pockets on the front gives this jacket rock style flare. + leather-jacket + + + + Leather Jacket + In stock + + + + + Biker leather jacket with padded and tie-up detailed sleeves. The structured shoulders makes this jacket super stylish. + leather-jacket + + + + Leather Jacket + In stock + + + + + Soft stretch jersey v-neck tee with short sleeves. A delightful green for a colorful summer. + short-sleeve-tshirts + + + + Short Sleeve T-shirts + In stock + + + + + 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! + faded-short-sleeve-tshirts + + + + Faded Short Sleeve T-shirts + In stock + + + + + Pure cotton printed top with waist elastic band for a perfect fit. The thin straps will highlight chest on a hot summer day. + Cami_Tank_Top + + + + Cami Tank Top + In stock + + + + Short sleeved blouse with feminine draped sleeve detail. + blouse + + + + Blouse + In stock + + + + + Elegant leopard print silky blouse with chiffon puffed sleeves. + leapoard_printed_blouse + + + + Leapoard Printed Blouse + In stock + + + + + 5-pocket washed denim stretchy jeans with low waist and just the right cut. + faded-jeans + + + + Faded Jeans + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + V-neck cut dress gathered at the waist for a flattering waistline. 3/4 sleeves and draped. + Dress_Gathered_At_The_Waist + + + + Dress gathered at the waist + In stock + + + + + 100% cotton double printed dress. Black and white striped top and orange high waisted skater skirt bottom. + printed-dress + + + + Printed Dress + In stock + + + + + Lace embroidered dress with floral detail. Tie-up spaghetti straps . + floral-dress + + + + Floral Dress + In stock + + + + + Strapless cinched waist dress with floral print. + strapless-dress + + + + Strapless Dress + In stock + + + + + Long sleeve jersey dress. Mid knee length. + long-evening-dress + + + + Long Evening Dress + In stock + + + + + Short baby doll dress with neckline bow. Detailed finishes at the bottom of the dress. + short-evening-dress + + + + Short Evening Dress + In stock + + + + + Ruffle strapless dress with floral prints and knotted blue waist belt. + strapless-dress + + + + Strapless Dress + In stock + + + + + Black evening dress with puffed sleeve accents. Leather lining on frontside of the dress. + dress-with-sleeves + + + + Dress with Sleeves + In stock + + + + + Printed evening dress with straight sleeves with black thin waist belt and ruffled linings. + printed-dress + + + + Printed Dress + In stock + + + + + Long printed dress with thin adjustable straps. V-neckline and wiring under the bust with ruffles at the bottom of the dress. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Long printed empire waist dress with behind the neck tie straps. + long-printed-dress + + + + Long Printed Dress + In stock + + + + + Sleeveless knee-length chiffon dress. V-neckline with elastic under the bust lining. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Printed chiffon knee length dress with tank straps. Deep v-neckline. + printed-chiffon-dress + + + + Printed Chiffon Dress + In stock + + + + + Brown accent studded belt with gold buckle + studded-leather-belt + + + + Studded Leather Belt + In stock + + + + + Black and gold braided leather belt + braided-belt + + + + Braided Belt + In stock + + + + + Soft felted knit bucket hat + bucket-hat + + + + Bucket Hat + In stock + + + + + Black straw floppy hat + floppy-hat + + + + Floppy Hat + In stock + + + + + Men's beige straw fedora + men-straw-hat + + + + Men Straw Hat + In stock + + + + + Red bowling style bag. Fancy lining with metal buckle strap + bowling-bag + + + + Bowling Bag + In stock + + + + + Genuine leather bag with leather handles and adjustable and removable shoulder strap. + leather-bag + + + + Leather Bag + In stock + + + + + Snake skin shoulder bag with straps and handle. Front pocket with gold flap buckle. + Snake_Skin_Bag + + + + Snake Skin Bag + In stock + + + + + Quilted leather bag with silver braided straps. Adjustable long handle and zipper on top and side pocket. + quilted-bag + + + + Quilted Bag + In stock + + + + + Suede camel colored bag with belted front flap. + Suede_Bag + + + + Suede Bag + In stock + + + + + High heeled cork wedge with cross over leather straps. + Wedge_Shoe + + + + Wedge Shoe + In stock + + + diff --git a/install-dev/fixtures/fashion/langs/nl/data/profile.xml b/install-dev/fixtures/fashion/langs/nl/data/profile.xml new file mode 100644 index 000000000..04e65582f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/nl/data/profile.xml @@ -0,0 +1,12 @@ + + + + Logistician + + + Translator + + + Salesman + + diff --git a/install-dev/fixtures/fashion/langs/nl/data/scene.xml b/install-dev/fixtures/fashion/langs/nl/data/scene.xml new file mode 100644 index 000000000..708079e52 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/nl/data/scene.xml @@ -0,0 +1,8 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/nl/data/supplier.xml b/install-dev/fixtures/fashion/langs/nl/data/supplier.xml new file mode 100644 index 000000000..0c375e8d4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/nl/data/supplier.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/nl/data/tag.xml b/install-dev/fixtures/fashion/langs/nl/data/tag.xml new file mode 100644 index 000000000..d413861a0 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/nl/data/tag.xml @@ -0,0 +1,11 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/pl/data/attribute.xml b/install-dev/fixtures/fashion/langs/pl/data/attribute.xml new file mode 100644 index 000000000..80cd9b225 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/pl/data/attribute.xml @@ -0,0 +1,72 @@ + + + + S + + + M + + + L + + + One size + + + Grey + + + Taupe + + + Beige + + + White + + + Off White + + + Red + + + Black + + + Camel + + + Orange + + + Blue + + + Green + + + Yellow + + + Brown + + + 35 + + + 36 + + + 37 + + + 38 + + + 39 + + + 40 + + diff --git a/install-dev/fixtures/fashion/langs/pl/data/attribute_group.xml b/install-dev/fixtures/fashion/langs/pl/data/attribute_group.xml new file mode 100644 index 000000000..17c82c65f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/pl/data/attribute_group.xml @@ -0,0 +1,15 @@ + + + + Size + Size + + + Shoes Size + Size + + + Color + Color + + diff --git a/install-dev/fixtures/fashion/langs/pl/data/attributegroup.xml b/install-dev/fixtures/fashion/langs/pl/data/attributegroup.xml new file mode 100644 index 000000000..09da13fde --- /dev/null +++ b/install-dev/fixtures/fashion/langs/pl/data/attributegroup.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/pl/data/carrier.xml b/install-dev/fixtures/fashion/langs/pl/data/carrier.xml new file mode 100644 index 000000000..c59766e73 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/pl/data/carrier.xml @@ -0,0 +1,6 @@ + + + + Delivery next day! + + diff --git a/install-dev/fixtures/fashion/langs/pl/data/category.xml b/install-dev/fixtures/fashion/langs/pl/data/category.xml new file mode 100644 index 000000000..2d38f25cc --- /dev/null +++ b/install-dev/fixtures/fashion/langs/pl/data/category.xml @@ -0,0 +1,193 @@ + + + + Women + You will find here all woman fashion collections. This category includes all the basics of your wardrobe and much more: shoes, accessories, printed t-shirts, feminine dresses, women's jeans! + women + + + + + + Coats and Jackets + Coats, jackets, blazers, puffer jackets and leather jackets! Enjoy our wide choice of coat to pick the one who will keep you warm during winter. + coats-jackets + + + + + + Coats + Choose the perfect coat that best suits your style. Casual, classic, modern, timeless coats you will find everyting here! + coats + + + + + + Jackets + Get your wardrobe covered with our wide range of jackets! + jackets + + + + + + Blazers + Opt for a modern silhouette by selecting from our wide range of blazers. + blazers + + + + + + Puffer Jackets + The must have of winter, find the perfect puffer jacket to keep you warm and stylish during winter. + puffer-jackets + + + + + + Leather Jackets + Perfect for the beginning of the season, the leather jacket will give you a rock style for any occasion. + leather-jackets + + + + + + Tops + Choose from t-shirts, tops, blouses, short sleeves, long sleeves, tank tops, 3/4 sleeves and more. Find the cut that suits you the best! + tops + + + + + + T-shirts + The must have of your wardrobe, take a look at our different colors, shapes and style of our collection! + tshirts + + + + + + Tops + Choose the top that best suits you from the wide variety of tops we have. + top + + + + + + Blouses + Match your favorites blouses with the right accessories for the perfect look. + blouses + + + + + + Pants + How to choose a fashion woman pants? Skinny cut, straight cut, benefit from a wide choice and choose your pants here! + pants + + + + + + Skinny Cut + To get the perfect minimalist silhouette, take a look to our skinny cut jeans! + skinny-cut + + + + + Straight Cut + Opt for a straight cut jean to have the perfect classic look; + straight-cut + + + + + Dresses + Find your favorites dresses from our wide choice of evening, casual or summer dresses! We offer dresses for every day, every style and every occasion. + dresses + + + + + + Casual Dresses + You are looking for a dress for every day? Take a look at our selection of dresses to find one that suits you. + casual-dresses + + + + + + Evening Dresses + Browse our different dresses to choose the perfect dress for an unforgettable evening! + evening-dresses + + + + + + Summer Dresses + Short dress, long dress, silk dress, printed dress, you will find the perfect dress for summer. + summer-dresses + + + + + + Accessories + Shoes, bags, belts, hats... Our range of accessories will enhance your silhouette and make you more feminine + accessories + + + + + + Belts + thin skinny belts, leather waist belts and hip belts... Choose among our wide collection to accessorize your outfit. + belts + + + + + + Hats + Accessorize your look with our range of hats. In every color, style, shape and size, you're sure to find your perfect topper outfit here. + hats + + + + + + Handbags + The bag is an essential accessory in the wardrobe of a woman. Find a bag that will go perfectly with your outfit of the day! + handbags + + + + + + Shoes + A wide variety of women's shoes is available. You will find boots, shoes, slippers, sandals and sneakers to go with your outfit of the day. + shoes + + + + + + Men + + men + + + + + diff --git a/install-dev/fixtures/fashion/langs/pl/data/feature.xml b/install-dev/fixtures/fashion/langs/pl/data/feature.xml new file mode 100644 index 000000000..47137f188 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/pl/data/feature.xml @@ -0,0 +1,18 @@ + + + + Height + + + Width + + + Depth + + + Weight + + + Compositions + + diff --git a/install-dev/fixtures/fashion/langs/pl/data/feature_value.xml b/install-dev/fixtures/fashion/langs/pl/data/feature_value.xml new file mode 100644 index 000000000..cf7b3c287 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/pl/data/feature_value.xml @@ -0,0 +1,66 @@ + + + + Polyester + + + Wool + + + Viscose + + + Elastane + + + Cotton + + + Silk + + + Suede + + + Straw + + + Leather + + + 2.75 in + + + 2.06 in + + + 49.2 g + + + 0.26 in + + + 1.07 in + + + 1.62 in + + + 15.5 g + + + 0.41 in (clip included) + + + 4.33 in + + + 2.76 in + + + 120g + + + 0.31 in + + diff --git a/install-dev/fixtures/fashion/langs/pl/data/featurevalue.xml b/install-dev/fixtures/fashion/langs/pl/data/featurevalue.xml new file mode 100644 index 000000000..7f943c0a4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/pl/data/featurevalue.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/pl/data/image.xml b/install-dev/fixtures/fashion/langs/pl/data/image.xml new file mode 100644 index 000000000..096903bf7 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/pl/data/image.xml @@ -0,0 +1,91 @@ + + + Fur Coat + Fut Coat + Textured Trench Coat + Textured Trench Coat + Slim Cut Coat + Slim Cut Coat + Quilted Jacket + Quilted Jacket + Suit Blazer + Suit Blazer + Suit Blazer + Short Blazer + Puffer Jacket + Puffer Jacket + Puffer Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Short Sleeve T-shirts + Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Cami Tank Top + Cami Tank Top + Cami Tank Top + Blouse + Blouse + Blouse + Leapoard Printed Blouse + Leapoard Printed Blouse + Faded Jeans + Faded Jeans + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + Dress Gathered At The Waist + Dress Gathered At The Waist + Printed Dress + Printed Dress + Floral Dress + Floral Dress + Floral Dress + Strapless Dress + Strapless Dress + Long Evening Dress + Long Evening Dress + Short Evening Dress + Short Evening Dress + Strapless Dress + Strapless Dress + Dress with Sleeves + Dress with Sleeves + Printed Dress + Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Long Printed Dress + Long Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Studded Leather Belt + Studded Leather Belt + Braided Belt + Bucket Hat + Floppy Hat + Men Straw Hat + Bowling Bag + Leather Bag + Snake Skin Bag + Quilted Bag + Suede Bag + Wedge Shoe + diff --git a/install-dev/fixtures/fashion/langs/pl/data/manufacturer.xml b/install-dev/fixtures/fashion/langs/pl/data/manufacturer.xml new file mode 100644 index 000000000..2f09cb629 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/pl/data/manufacturer.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/pl/data/order_message.xml b/install-dev/fixtures/fashion/langs/pl/data/order_message.xml new file mode 100644 index 000000000..93ad3b501 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/pl/data/order_message.xml @@ -0,0 +1,12 @@ + + + + Delay + 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, + + diff --git a/install-dev/fixtures/fashion/langs/pl/data/ordermessage.xml b/install-dev/fixtures/fashion/langs/pl/data/ordermessage.xml new file mode 100644 index 000000000..e743f5d97 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/pl/data/ordermessage.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/pl/data/product.xml b/install-dev/fixtures/fashion/langs/pl/data/product.xml new file mode 100644 index 000000000..551eb30a9 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/pl/data/product.xml @@ -0,0 +1,464 @@ + + + + + This stylish short sleeve winter coat will keep you warm this winter. The thick knit collar adds an orginal touch to this elegant coat. + winter-coat + + + + Winter Coat + In stock + + + + + This flattering fitted trench coat is the ideal piece for the season. The warm collar will keep you warm for any winter occasion. + textured-trench-coat + + + + Textured Trench Coat + In stock + + + + + A stylish double-breasted coat with a high collar. Slim cut and belted to emphasize your waist and your femininity! + slim-cut-coat + + + + Slim Cut Coat + In stock + + + + + This quilted jacket with zipper detail and built-in hood is perfect for Fall. Comfortable fit with silver sleeves and shoulders. + quilted-jacket + + + + Quilted Jacket + In stock + + + + + Suit style blazer with structured shoulders and front side gold engraved buttons. Ideal for the mid-season. + suit-blazer + + + + Suit Blazer + In stock + + + + + 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. + short-blazer + + + + Short Blazer + In stock + + + + + Puffer jacket with treated fabric and a removable faur fux hood. Flattering fit with a belt buckle and loops. Fitting for winter fashion. + Puffer_Jacket + + + + Puffer Jacket + In stock + + + + + Biker style jacket with asymmetrical zipper front. Side pockets and zippered cuffs. + leather-jacket + + + + Leather Jacket + In stock + + + + + Zip up biker inspired leather jacket with collar. The two zippered pockets on the front gives this jacket rock style flare. + leather-jacket + + + + Leather Jacket + In stock + + + + + Biker leather jacket with padded and tie-up detailed sleeves. The structured shoulders makes this jacket super stylish. + leather-jacket + + + + Leather Jacket + In stock + + + + + Soft stretch jersey v-neck tee with short sleeves. A delightful green for a colorful summer. + short-sleeve-tshirts + + + + Short Sleeve T-shirts + In stock + + + + + 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! + faded-short-sleeve-tshirts + + + + Faded Short Sleeve T-shirts + In stock + + + + + Pure cotton printed top with waist elastic band for a perfect fit. The thin straps will highlight chest on a hot summer day. + Cami_Tank_Top + + + + Cami Tank Top + In stock + + + + Short sleeved blouse with feminine draped sleeve detail. + blouse + + + + Blouse + In stock + + + + + Elegant leopard print silky blouse with chiffon puffed sleeves. + leapoard_printed_blouse + + + + Leapoard Printed Blouse + In stock + + + + + 5-pocket washed denim stretchy jeans with low waist and just the right cut. + faded-jeans + + + + Faded Jeans + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + V-neck cut dress gathered at the waist for a flattering waistline. 3/4 sleeves and draped. + Dress_Gathered_At_The_Waist + + + + Dress gathered at the waist + In stock + + + + + 100% cotton double printed dress. Black and white striped top and orange high waisted skater skirt bottom. + printed-dress + + + + Printed Dress + In stock + + + + + Lace embroidered dress with floral detail. Tie-up spaghetti straps . + floral-dress + + + + Floral Dress + In stock + + + + + Strapless cinched waist dress with floral print. + strapless-dress + + + + Strapless Dress + In stock + + + + + Long sleeve jersey dress. Mid knee length. + long-evening-dress + + + + Long Evening Dress + In stock + + + + + Short baby doll dress with neckline bow. Detailed finishes at the bottom of the dress. + short-evening-dress + + + + Short Evening Dress + In stock + + + + + Ruffle strapless dress with floral prints and knotted blue waist belt. + strapless-dress + + + + Strapless Dress + In stock + + + + + Black evening dress with puffed sleeve accents. Leather lining on frontside of the dress. + dress-with-sleeves + + + + Dress with Sleeves + In stock + + + + + Printed evening dress with straight sleeves with black thin waist belt and ruffled linings. + printed-dress + + + + Printed Dress + In stock + + + + + Long printed dress with thin adjustable straps. V-neckline and wiring under the bust with ruffles at the bottom of the dress. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Long printed empire waist dress with behind the neck tie straps. + long-printed-dress + + + + Long Printed Dress + In stock + + + + + Sleeveless knee-length chiffon dress. V-neckline with elastic under the bust lining. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Printed chiffon knee length dress with tank straps. Deep v-neckline. + printed-chiffon-dress + + + + Printed Chiffon Dress + In stock + + + + + Brown accent studded belt with gold buckle + studded-leather-belt + + + + Studded Leather Belt + In stock + + + + + Black and gold braided leather belt + braided-belt + + + + Braided Belt + In stock + + + + + Soft felted knit bucket hat + bucket-hat + + + + Bucket Hat + In stock + + + + + Black straw floppy hat + floppy-hat + + + + Floppy Hat + In stock + + + + + Men's beige straw fedora + men-straw-hat + + + + Men Straw Hat + In stock + + + + + Red bowling style bag. Fancy lining with metal buckle strap + bowling-bag + + + + Bowling Bag + In stock + + + + + Genuine leather bag with leather handles and adjustable and removable shoulder strap. + leather-bag + + + + Leather Bag + In stock + + + + + Snake skin shoulder bag with straps and handle. Front pocket with gold flap buckle. + Snake_Skin_Bag + + + + Snake Skin Bag + In stock + + + + + Quilted leather bag with silver braided straps. Adjustable long handle and zipper on top and side pocket. + quilted-bag + + + + Quilted Bag + In stock + + + + + Suede camel colored bag with belted front flap. + Suede_Bag + + + + Suede Bag + In stock + + + + + High heeled cork wedge with cross over leather straps. + Wedge_Shoe + + + + Wedge Shoe + In stock + + + diff --git a/install-dev/fixtures/fashion/langs/pl/data/profile.xml b/install-dev/fixtures/fashion/langs/pl/data/profile.xml new file mode 100644 index 000000000..04e65582f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/pl/data/profile.xml @@ -0,0 +1,12 @@ + + + + Logistician + + + Translator + + + Salesman + + diff --git a/install-dev/fixtures/fashion/langs/pl/data/scene.xml b/install-dev/fixtures/fashion/langs/pl/data/scene.xml new file mode 100644 index 000000000..708079e52 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/pl/data/scene.xml @@ -0,0 +1,8 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/pl/data/supplier.xml b/install-dev/fixtures/fashion/langs/pl/data/supplier.xml new file mode 100644 index 000000000..0c375e8d4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/pl/data/supplier.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/pl/data/tag.xml b/install-dev/fixtures/fashion/langs/pl/data/tag.xml new file mode 100644 index 000000000..d413861a0 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/pl/data/tag.xml @@ -0,0 +1,11 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/ru/data/attribute.xml b/install-dev/fixtures/fashion/langs/ru/data/attribute.xml new file mode 100644 index 000000000..80cd9b225 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/ru/data/attribute.xml @@ -0,0 +1,72 @@ + + + + S + + + M + + + L + + + One size + + + Grey + + + Taupe + + + Beige + + + White + + + Off White + + + Red + + + Black + + + Camel + + + Orange + + + Blue + + + Green + + + Yellow + + + Brown + + + 35 + + + 36 + + + 37 + + + 38 + + + 39 + + + 40 + + diff --git a/install-dev/fixtures/fashion/langs/ru/data/attribute_group.xml b/install-dev/fixtures/fashion/langs/ru/data/attribute_group.xml new file mode 100644 index 000000000..17c82c65f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/ru/data/attribute_group.xml @@ -0,0 +1,15 @@ + + + + Size + Size + + + Shoes Size + Size + + + Color + Color + + diff --git a/install-dev/fixtures/fashion/langs/ru/data/attributegroup.xml b/install-dev/fixtures/fashion/langs/ru/data/attributegroup.xml new file mode 100644 index 000000000..09da13fde --- /dev/null +++ b/install-dev/fixtures/fashion/langs/ru/data/attributegroup.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/ru/data/carrier.xml b/install-dev/fixtures/fashion/langs/ru/data/carrier.xml new file mode 100644 index 000000000..c59766e73 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/ru/data/carrier.xml @@ -0,0 +1,6 @@ + + + + Delivery next day! + + diff --git a/install-dev/fixtures/fashion/langs/ru/data/category.xml b/install-dev/fixtures/fashion/langs/ru/data/category.xml new file mode 100644 index 000000000..2d38f25cc --- /dev/null +++ b/install-dev/fixtures/fashion/langs/ru/data/category.xml @@ -0,0 +1,193 @@ + + + + Women + You will find here all woman fashion collections. This category includes all the basics of your wardrobe and much more: shoes, accessories, printed t-shirts, feminine dresses, women's jeans! + women + + + + + + Coats and Jackets + Coats, jackets, blazers, puffer jackets and leather jackets! Enjoy our wide choice of coat to pick the one who will keep you warm during winter. + coats-jackets + + + + + + Coats + Choose the perfect coat that best suits your style. Casual, classic, modern, timeless coats you will find everyting here! + coats + + + + + + Jackets + Get your wardrobe covered with our wide range of jackets! + jackets + + + + + + Blazers + Opt for a modern silhouette by selecting from our wide range of blazers. + blazers + + + + + + Puffer Jackets + The must have of winter, find the perfect puffer jacket to keep you warm and stylish during winter. + puffer-jackets + + + + + + Leather Jackets + Perfect for the beginning of the season, the leather jacket will give you a rock style for any occasion. + leather-jackets + + + + + + Tops + Choose from t-shirts, tops, blouses, short sleeves, long sleeves, tank tops, 3/4 sleeves and more. Find the cut that suits you the best! + tops + + + + + + T-shirts + The must have of your wardrobe, take a look at our different colors, shapes and style of our collection! + tshirts + + + + + + Tops + Choose the top that best suits you from the wide variety of tops we have. + top + + + + + + Blouses + Match your favorites blouses with the right accessories for the perfect look. + blouses + + + + + + Pants + How to choose a fashion woman pants? Skinny cut, straight cut, benefit from a wide choice and choose your pants here! + pants + + + + + + Skinny Cut + To get the perfect minimalist silhouette, take a look to our skinny cut jeans! + skinny-cut + + + + + Straight Cut + Opt for a straight cut jean to have the perfect classic look; + straight-cut + + + + + Dresses + Find your favorites dresses from our wide choice of evening, casual or summer dresses! We offer dresses for every day, every style and every occasion. + dresses + + + + + + Casual Dresses + You are looking for a dress for every day? Take a look at our selection of dresses to find one that suits you. + casual-dresses + + + + + + Evening Dresses + Browse our different dresses to choose the perfect dress for an unforgettable evening! + evening-dresses + + + + + + Summer Dresses + Short dress, long dress, silk dress, printed dress, you will find the perfect dress for summer. + summer-dresses + + + + + + Accessories + Shoes, bags, belts, hats... Our range of accessories will enhance your silhouette and make you more feminine + accessories + + + + + + Belts + thin skinny belts, leather waist belts and hip belts... Choose among our wide collection to accessorize your outfit. + belts + + + + + + Hats + Accessorize your look with our range of hats. In every color, style, shape and size, you're sure to find your perfect topper outfit here. + hats + + + + + + Handbags + The bag is an essential accessory in the wardrobe of a woman. Find a bag that will go perfectly with your outfit of the day! + handbags + + + + + + Shoes + A wide variety of women's shoes is available. You will find boots, shoes, slippers, sandals and sneakers to go with your outfit of the day. + shoes + + + + + + Men + + men + + + + + diff --git a/install-dev/fixtures/fashion/langs/ru/data/feature.xml b/install-dev/fixtures/fashion/langs/ru/data/feature.xml new file mode 100644 index 000000000..47137f188 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/ru/data/feature.xml @@ -0,0 +1,18 @@ + + + + Height + + + Width + + + Depth + + + Weight + + + Compositions + + diff --git a/install-dev/fixtures/fashion/langs/ru/data/feature_value.xml b/install-dev/fixtures/fashion/langs/ru/data/feature_value.xml new file mode 100644 index 000000000..cf7b3c287 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/ru/data/feature_value.xml @@ -0,0 +1,66 @@ + + + + Polyester + + + Wool + + + Viscose + + + Elastane + + + Cotton + + + Silk + + + Suede + + + Straw + + + Leather + + + 2.75 in + + + 2.06 in + + + 49.2 g + + + 0.26 in + + + 1.07 in + + + 1.62 in + + + 15.5 g + + + 0.41 in (clip included) + + + 4.33 in + + + 2.76 in + + + 120g + + + 0.31 in + + diff --git a/install-dev/fixtures/fashion/langs/ru/data/featurevalue.xml b/install-dev/fixtures/fashion/langs/ru/data/featurevalue.xml new file mode 100644 index 000000000..7f943c0a4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/ru/data/featurevalue.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/ru/data/image.xml b/install-dev/fixtures/fashion/langs/ru/data/image.xml new file mode 100644 index 000000000..096903bf7 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/ru/data/image.xml @@ -0,0 +1,91 @@ + + + Fur Coat + Fut Coat + Textured Trench Coat + Textured Trench Coat + Slim Cut Coat + Slim Cut Coat + Quilted Jacket + Quilted Jacket + Suit Blazer + Suit Blazer + Suit Blazer + Short Blazer + Puffer Jacket + Puffer Jacket + Puffer Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Short Sleeve T-shirts + Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Cami Tank Top + Cami Tank Top + Cami Tank Top + Blouse + Blouse + Blouse + Leapoard Printed Blouse + Leapoard Printed Blouse + Faded Jeans + Faded Jeans + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + Dress Gathered At The Waist + Dress Gathered At The Waist + Printed Dress + Printed Dress + Floral Dress + Floral Dress + Floral Dress + Strapless Dress + Strapless Dress + Long Evening Dress + Long Evening Dress + Short Evening Dress + Short Evening Dress + Strapless Dress + Strapless Dress + Dress with Sleeves + Dress with Sleeves + Printed Dress + Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Long Printed Dress + Long Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Studded Leather Belt + Studded Leather Belt + Braided Belt + Bucket Hat + Floppy Hat + Men Straw Hat + Bowling Bag + Leather Bag + Snake Skin Bag + Quilted Bag + Suede Bag + Wedge Shoe + diff --git a/install-dev/fixtures/fashion/langs/ru/data/manufacturer.xml b/install-dev/fixtures/fashion/langs/ru/data/manufacturer.xml new file mode 100644 index 000000000..2f09cb629 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/ru/data/manufacturer.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/ru/data/order_message.xml b/install-dev/fixtures/fashion/langs/ru/data/order_message.xml new file mode 100644 index 000000000..93ad3b501 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/ru/data/order_message.xml @@ -0,0 +1,12 @@ + + + + Delay + 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, + + diff --git a/install-dev/fixtures/fashion/langs/ru/data/ordermessage.xml b/install-dev/fixtures/fashion/langs/ru/data/ordermessage.xml new file mode 100644 index 000000000..e743f5d97 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/ru/data/ordermessage.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/ru/data/product.xml b/install-dev/fixtures/fashion/langs/ru/data/product.xml new file mode 100644 index 000000000..551eb30a9 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/ru/data/product.xml @@ -0,0 +1,464 @@ + + + + + This stylish short sleeve winter coat will keep you warm this winter. The thick knit collar adds an orginal touch to this elegant coat. + winter-coat + + + + Winter Coat + In stock + + + + + This flattering fitted trench coat is the ideal piece for the season. The warm collar will keep you warm for any winter occasion. + textured-trench-coat + + + + Textured Trench Coat + In stock + + + + + A stylish double-breasted coat with a high collar. Slim cut and belted to emphasize your waist and your femininity! + slim-cut-coat + + + + Slim Cut Coat + In stock + + + + + This quilted jacket with zipper detail and built-in hood is perfect for Fall. Comfortable fit with silver sleeves and shoulders. + quilted-jacket + + + + Quilted Jacket + In stock + + + + + Suit style blazer with structured shoulders and front side gold engraved buttons. Ideal for the mid-season. + suit-blazer + + + + Suit Blazer + In stock + + + + + 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. + short-blazer + + + + Short Blazer + In stock + + + + + Puffer jacket with treated fabric and a removable faur fux hood. Flattering fit with a belt buckle and loops. Fitting for winter fashion. + Puffer_Jacket + + + + Puffer Jacket + In stock + + + + + Biker style jacket with asymmetrical zipper front. Side pockets and zippered cuffs. + leather-jacket + + + + Leather Jacket + In stock + + + + + Zip up biker inspired leather jacket with collar. The two zippered pockets on the front gives this jacket rock style flare. + leather-jacket + + + + Leather Jacket + In stock + + + + + Biker leather jacket with padded and tie-up detailed sleeves. The structured shoulders makes this jacket super stylish. + leather-jacket + + + + Leather Jacket + In stock + + + + + Soft stretch jersey v-neck tee with short sleeves. A delightful green for a colorful summer. + short-sleeve-tshirts + + + + Short Sleeve T-shirts + In stock + + + + + 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! + faded-short-sleeve-tshirts + + + + Faded Short Sleeve T-shirts + In stock + + + + + Pure cotton printed top with waist elastic band for a perfect fit. The thin straps will highlight chest on a hot summer day. + Cami_Tank_Top + + + + Cami Tank Top + In stock + + + + Short sleeved blouse with feminine draped sleeve detail. + blouse + + + + Blouse + In stock + + + + + Elegant leopard print silky blouse with chiffon puffed sleeves. + leapoard_printed_blouse + + + + Leapoard Printed Blouse + In stock + + + + + 5-pocket washed denim stretchy jeans with low waist and just the right cut. + faded-jeans + + + + Faded Jeans + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + V-neck cut dress gathered at the waist for a flattering waistline. 3/4 sleeves and draped. + Dress_Gathered_At_The_Waist + + + + Dress gathered at the waist + In stock + + + + + 100% cotton double printed dress. Black and white striped top and orange high waisted skater skirt bottom. + printed-dress + + + + Printed Dress + In stock + + + + + Lace embroidered dress with floral detail. Tie-up spaghetti straps . + floral-dress + + + + Floral Dress + In stock + + + + + Strapless cinched waist dress with floral print. + strapless-dress + + + + Strapless Dress + In stock + + + + + Long sleeve jersey dress. Mid knee length. + long-evening-dress + + + + Long Evening Dress + In stock + + + + + Short baby doll dress with neckline bow. Detailed finishes at the bottom of the dress. + short-evening-dress + + + + Short Evening Dress + In stock + + + + + Ruffle strapless dress with floral prints and knotted blue waist belt. + strapless-dress + + + + Strapless Dress + In stock + + + + + Black evening dress with puffed sleeve accents. Leather lining on frontside of the dress. + dress-with-sleeves + + + + Dress with Sleeves + In stock + + + + + Printed evening dress with straight sleeves with black thin waist belt and ruffled linings. + printed-dress + + + + Printed Dress + In stock + + + + + Long printed dress with thin adjustable straps. V-neckline and wiring under the bust with ruffles at the bottom of the dress. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Long printed empire waist dress with behind the neck tie straps. + long-printed-dress + + + + Long Printed Dress + In stock + + + + + Sleeveless knee-length chiffon dress. V-neckline with elastic under the bust lining. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Printed chiffon knee length dress with tank straps. Deep v-neckline. + printed-chiffon-dress + + + + Printed Chiffon Dress + In stock + + + + + Brown accent studded belt with gold buckle + studded-leather-belt + + + + Studded Leather Belt + In stock + + + + + Black and gold braided leather belt + braided-belt + + + + Braided Belt + In stock + + + + + Soft felted knit bucket hat + bucket-hat + + + + Bucket Hat + In stock + + + + + Black straw floppy hat + floppy-hat + + + + Floppy Hat + In stock + + + + + Men's beige straw fedora + men-straw-hat + + + + Men Straw Hat + In stock + + + + + Red bowling style bag. Fancy lining with metal buckle strap + bowling-bag + + + + Bowling Bag + In stock + + + + + Genuine leather bag with leather handles and adjustable and removable shoulder strap. + leather-bag + + + + Leather Bag + In stock + + + + + Snake skin shoulder bag with straps and handle. Front pocket with gold flap buckle. + Snake_Skin_Bag + + + + Snake Skin Bag + In stock + + + + + Quilted leather bag with silver braided straps. Adjustable long handle and zipper on top and side pocket. + quilted-bag + + + + Quilted Bag + In stock + + + + + Suede camel colored bag with belted front flap. + Suede_Bag + + + + Suede Bag + In stock + + + + + High heeled cork wedge with cross over leather straps. + Wedge_Shoe + + + + Wedge Shoe + In stock + + + diff --git a/install-dev/fixtures/fashion/langs/ru/data/profile.xml b/install-dev/fixtures/fashion/langs/ru/data/profile.xml new file mode 100644 index 000000000..04e65582f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/ru/data/profile.xml @@ -0,0 +1,12 @@ + + + + Logistician + + + Translator + + + Salesman + + diff --git a/install-dev/fixtures/fashion/langs/ru/data/scene.xml b/install-dev/fixtures/fashion/langs/ru/data/scene.xml new file mode 100644 index 000000000..708079e52 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/ru/data/scene.xml @@ -0,0 +1,8 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/ru/data/supplier.xml b/install-dev/fixtures/fashion/langs/ru/data/supplier.xml new file mode 100644 index 000000000..0c375e8d4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/ru/data/supplier.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/ru/data/tag.xml b/install-dev/fixtures/fashion/langs/ru/data/tag.xml new file mode 100644 index 000000000..d413861a0 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/ru/data/tag.xml @@ -0,0 +1,11 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/tw/data/attribute.xml b/install-dev/fixtures/fashion/langs/tw/data/attribute.xml new file mode 100644 index 000000000..80cd9b225 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/tw/data/attribute.xml @@ -0,0 +1,72 @@ + + + + S + + + M + + + L + + + One size + + + Grey + + + Taupe + + + Beige + + + White + + + Off White + + + Red + + + Black + + + Camel + + + Orange + + + Blue + + + Green + + + Yellow + + + Brown + + + 35 + + + 36 + + + 37 + + + 38 + + + 39 + + + 40 + + diff --git a/install-dev/fixtures/fashion/langs/tw/data/attribute_group.xml b/install-dev/fixtures/fashion/langs/tw/data/attribute_group.xml new file mode 100644 index 000000000..17c82c65f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/tw/data/attribute_group.xml @@ -0,0 +1,15 @@ + + + + Size + Size + + + Shoes Size + Size + + + Color + Color + + diff --git a/install-dev/fixtures/fashion/langs/tw/data/attributegroup.xml b/install-dev/fixtures/fashion/langs/tw/data/attributegroup.xml new file mode 100644 index 000000000..09da13fde --- /dev/null +++ b/install-dev/fixtures/fashion/langs/tw/data/attributegroup.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/tw/data/carrier.xml b/install-dev/fixtures/fashion/langs/tw/data/carrier.xml new file mode 100644 index 000000000..c59766e73 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/tw/data/carrier.xml @@ -0,0 +1,6 @@ + + + + Delivery next day! + + diff --git a/install-dev/fixtures/fashion/langs/tw/data/category.xml b/install-dev/fixtures/fashion/langs/tw/data/category.xml new file mode 100644 index 000000000..2d38f25cc --- /dev/null +++ b/install-dev/fixtures/fashion/langs/tw/data/category.xml @@ -0,0 +1,193 @@ + + + + Women + You will find here all woman fashion collections. This category includes all the basics of your wardrobe and much more: shoes, accessories, printed t-shirts, feminine dresses, women's jeans! + women + + + + + + Coats and Jackets + Coats, jackets, blazers, puffer jackets and leather jackets! Enjoy our wide choice of coat to pick the one who will keep you warm during winter. + coats-jackets + + + + + + Coats + Choose the perfect coat that best suits your style. Casual, classic, modern, timeless coats you will find everyting here! + coats + + + + + + Jackets + Get your wardrobe covered with our wide range of jackets! + jackets + + + + + + Blazers + Opt for a modern silhouette by selecting from our wide range of blazers. + blazers + + + + + + Puffer Jackets + The must have of winter, find the perfect puffer jacket to keep you warm and stylish during winter. + puffer-jackets + + + + + + Leather Jackets + Perfect for the beginning of the season, the leather jacket will give you a rock style for any occasion. + leather-jackets + + + + + + Tops + Choose from t-shirts, tops, blouses, short sleeves, long sleeves, tank tops, 3/4 sleeves and more. Find the cut that suits you the best! + tops + + + + + + T-shirts + The must have of your wardrobe, take a look at our different colors, shapes and style of our collection! + tshirts + + + + + + Tops + Choose the top that best suits you from the wide variety of tops we have. + top + + + + + + Blouses + Match your favorites blouses with the right accessories for the perfect look. + blouses + + + + + + Pants + How to choose a fashion woman pants? Skinny cut, straight cut, benefit from a wide choice and choose your pants here! + pants + + + + + + Skinny Cut + To get the perfect minimalist silhouette, take a look to our skinny cut jeans! + skinny-cut + + + + + Straight Cut + Opt for a straight cut jean to have the perfect classic look; + straight-cut + + + + + Dresses + Find your favorites dresses from our wide choice of evening, casual or summer dresses! We offer dresses for every day, every style and every occasion. + dresses + + + + + + Casual Dresses + You are looking for a dress for every day? Take a look at our selection of dresses to find one that suits you. + casual-dresses + + + + + + Evening Dresses + Browse our different dresses to choose the perfect dress for an unforgettable evening! + evening-dresses + + + + + + Summer Dresses + Short dress, long dress, silk dress, printed dress, you will find the perfect dress for summer. + summer-dresses + + + + + + Accessories + Shoes, bags, belts, hats... Our range of accessories will enhance your silhouette and make you more feminine + accessories + + + + + + Belts + thin skinny belts, leather waist belts and hip belts... Choose among our wide collection to accessorize your outfit. + belts + + + + + + Hats + Accessorize your look with our range of hats. In every color, style, shape and size, you're sure to find your perfect topper outfit here. + hats + + + + + + Handbags + The bag is an essential accessory in the wardrobe of a woman. Find a bag that will go perfectly with your outfit of the day! + handbags + + + + + + Shoes + A wide variety of women's shoes is available. You will find boots, shoes, slippers, sandals and sneakers to go with your outfit of the day. + shoes + + + + + + Men + + men + + + + + diff --git a/install-dev/fixtures/fashion/langs/tw/data/feature.xml b/install-dev/fixtures/fashion/langs/tw/data/feature.xml new file mode 100644 index 000000000..47137f188 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/tw/data/feature.xml @@ -0,0 +1,18 @@ + + + + Height + + + Width + + + Depth + + + Weight + + + Compositions + + diff --git a/install-dev/fixtures/fashion/langs/tw/data/feature_value.xml b/install-dev/fixtures/fashion/langs/tw/data/feature_value.xml new file mode 100644 index 000000000..cf7b3c287 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/tw/data/feature_value.xml @@ -0,0 +1,66 @@ + + + + Polyester + + + Wool + + + Viscose + + + Elastane + + + Cotton + + + Silk + + + Suede + + + Straw + + + Leather + + + 2.75 in + + + 2.06 in + + + 49.2 g + + + 0.26 in + + + 1.07 in + + + 1.62 in + + + 15.5 g + + + 0.41 in (clip included) + + + 4.33 in + + + 2.76 in + + + 120g + + + 0.31 in + + diff --git a/install-dev/fixtures/fashion/langs/tw/data/featurevalue.xml b/install-dev/fixtures/fashion/langs/tw/data/featurevalue.xml new file mode 100644 index 000000000..7f943c0a4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/tw/data/featurevalue.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/tw/data/image.xml b/install-dev/fixtures/fashion/langs/tw/data/image.xml new file mode 100644 index 000000000..096903bf7 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/tw/data/image.xml @@ -0,0 +1,91 @@ + + + Fur Coat + Fut Coat + Textured Trench Coat + Textured Trench Coat + Slim Cut Coat + Slim Cut Coat + Quilted Jacket + Quilted Jacket + Suit Blazer + Suit Blazer + Suit Blazer + Short Blazer + Puffer Jacket + Puffer Jacket + Puffer Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Leather Jacket + Short Sleeve T-shirts + Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Faded Short Sleeve T-shirts + Cami Tank Top + Cami Tank Top + Cami Tank Top + Blouse + Blouse + Blouse + Leapoard Printed Blouse + Leapoard Printed Blouse + Faded Jeans + Faded Jeans + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + 5 Pocket Jean + Dress Gathered At The Waist + Dress Gathered At The Waist + Printed Dress + Printed Dress + Floral Dress + Floral Dress + Floral Dress + Strapless Dress + Strapless Dress + Long Evening Dress + Long Evening Dress + Short Evening Dress + Short Evening Dress + Strapless Dress + Strapless Dress + Dress with Sleeves + Dress with Sleeves + Printed Dress + Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Long Printed Dress + Long Printed Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Summer Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Printed Chiffon Dress + Studded Leather Belt + Studded Leather Belt + Braided Belt + Bucket Hat + Floppy Hat + Men Straw Hat + Bowling Bag + Leather Bag + Snake Skin Bag + Quilted Bag + Suede Bag + Wedge Shoe + diff --git a/install-dev/fixtures/fashion/langs/tw/data/manufacturer.xml b/install-dev/fixtures/fashion/langs/tw/data/manufacturer.xml new file mode 100644 index 000000000..2f09cb629 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/tw/data/manufacturer.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/tw/data/order_message.xml b/install-dev/fixtures/fashion/langs/tw/data/order_message.xml new file mode 100644 index 000000000..93ad3b501 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/tw/data/order_message.xml @@ -0,0 +1,12 @@ + + + + Delay + 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, + + diff --git a/install-dev/fixtures/fashion/langs/tw/data/ordermessage.xml b/install-dev/fixtures/fashion/langs/tw/data/ordermessage.xml new file mode 100644 index 000000000..e743f5d97 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/tw/data/ordermessage.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/tw/data/product.xml b/install-dev/fixtures/fashion/langs/tw/data/product.xml new file mode 100644 index 000000000..551eb30a9 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/tw/data/product.xml @@ -0,0 +1,464 @@ + + + + + This stylish short sleeve winter coat will keep you warm this winter. The thick knit collar adds an orginal touch to this elegant coat. + winter-coat + + + + Winter Coat + In stock + + + + + This flattering fitted trench coat is the ideal piece for the season. The warm collar will keep you warm for any winter occasion. + textured-trench-coat + + + + Textured Trench Coat + In stock + + + + + A stylish double-breasted coat with a high collar. Slim cut and belted to emphasize your waist and your femininity! + slim-cut-coat + + + + Slim Cut Coat + In stock + + + + + This quilted jacket with zipper detail and built-in hood is perfect for Fall. Comfortable fit with silver sleeves and shoulders. + quilted-jacket + + + + Quilted Jacket + In stock + + + + + Suit style blazer with structured shoulders and front side gold engraved buttons. Ideal for the mid-season. + suit-blazer + + + + Suit Blazer + In stock + + + + + 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. + short-blazer + + + + Short Blazer + In stock + + + + + Puffer jacket with treated fabric and a removable faur fux hood. Flattering fit with a belt buckle and loops. Fitting for winter fashion. + Puffer_Jacket + + + + Puffer Jacket + In stock + + + + + Biker style jacket with asymmetrical zipper front. Side pockets and zippered cuffs. + leather-jacket + + + + Leather Jacket + In stock + + + + + Zip up biker inspired leather jacket with collar. The two zippered pockets on the front gives this jacket rock style flare. + leather-jacket + + + + Leather Jacket + In stock + + + + + Biker leather jacket with padded and tie-up detailed sleeves. The structured shoulders makes this jacket super stylish. + leather-jacket + + + + Leather Jacket + In stock + + + + + Soft stretch jersey v-neck tee with short sleeves. A delightful green for a colorful summer. + short-sleeve-tshirts + + + + Short Sleeve T-shirts + In stock + + + + + 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! + faded-short-sleeve-tshirts + + + + Faded Short Sleeve T-shirts + In stock + + + + + Pure cotton printed top with waist elastic band for a perfect fit. The thin straps will highlight chest on a hot summer day. + Cami_Tank_Top + + + + Cami Tank Top + In stock + + + + Short sleeved blouse with feminine draped sleeve detail. + blouse + + + + Blouse + In stock + + + + + Elegant leopard print silky blouse with chiffon puffed sleeves. + leapoard_printed_blouse + + + + Leapoard Printed Blouse + In stock + + + + + 5-pocket washed denim stretchy jeans with low waist and just the right cut. + faded-jeans + + + + Faded Jeans + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + 5-pocket blue jean with zipper and button closure. Straight cut fit. + 5-pocket-jean + + + + 5 Pocket Jean + In stock + + + + + V-neck cut dress gathered at the waist for a flattering waistline. 3/4 sleeves and draped. + Dress_Gathered_At_The_Waist + + + + Dress gathered at the waist + In stock + + + + + 100% cotton double printed dress. Black and white striped top and orange high waisted skater skirt bottom. + printed-dress + + + + Printed Dress + In stock + + + + + Lace embroidered dress with floral detail. Tie-up spaghetti straps . + floral-dress + + + + Floral Dress + In stock + + + + + Strapless cinched waist dress with floral print. + strapless-dress + + + + Strapless Dress + In stock + + + + + Long sleeve jersey dress. Mid knee length. + long-evening-dress + + + + Long Evening Dress + In stock + + + + + Short baby doll dress with neckline bow. Detailed finishes at the bottom of the dress. + short-evening-dress + + + + Short Evening Dress + In stock + + + + + Ruffle strapless dress with floral prints and knotted blue waist belt. + strapless-dress + + + + Strapless Dress + In stock + + + + + Black evening dress with puffed sleeve accents. Leather lining on frontside of the dress. + dress-with-sleeves + + + + Dress with Sleeves + In stock + + + + + Printed evening dress with straight sleeves with black thin waist belt and ruffled linings. + printed-dress + + + + Printed Dress + In stock + + + + + Long printed dress with thin adjustable straps. V-neckline and wiring under the bust with ruffles at the bottom of the dress. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Long printed empire waist dress with behind the neck tie straps. + long-printed-dress + + + + Long Printed Dress + In stock + + + + + Sleeveless knee-length chiffon dress. V-neckline with elastic under the bust lining. + printed-summer-dress + + + + Printed Summer Dress + In stock + + + + + Printed chiffon knee length dress with tank straps. Deep v-neckline. + printed-chiffon-dress + + + + Printed Chiffon Dress + In stock + + + + + Brown accent studded belt with gold buckle + studded-leather-belt + + + + Studded Leather Belt + In stock + + + + + Black and gold braided leather belt + braided-belt + + + + Braided Belt + In stock + + + + + Soft felted knit bucket hat + bucket-hat + + + + Bucket Hat + In stock + + + + + Black straw floppy hat + floppy-hat + + + + Floppy Hat + In stock + + + + + Men's beige straw fedora + men-straw-hat + + + + Men Straw Hat + In stock + + + + + Red bowling style bag. Fancy lining with metal buckle strap + bowling-bag + + + + Bowling Bag + In stock + + + + + Genuine leather bag with leather handles and adjustable and removable shoulder strap. + leather-bag + + + + Leather Bag + In stock + + + + + Snake skin shoulder bag with straps and handle. Front pocket with gold flap buckle. + Snake_Skin_Bag + + + + Snake Skin Bag + In stock + + + + + Quilted leather bag with silver braided straps. Adjustable long handle and zipper on top and side pocket. + quilted-bag + + + + Quilted Bag + In stock + + + + + Suede camel colored bag with belted front flap. + Suede_Bag + + + + Suede Bag + In stock + + + + + High heeled cork wedge with cross over leather straps. + Wedge_Shoe + + + + Wedge Shoe + In stock + + + diff --git a/install-dev/fixtures/fashion/langs/tw/data/profile.xml b/install-dev/fixtures/fashion/langs/tw/data/profile.xml new file mode 100644 index 000000000..04e65582f --- /dev/null +++ b/install-dev/fixtures/fashion/langs/tw/data/profile.xml @@ -0,0 +1,12 @@ + + + + Logistician + + + Translator + + + Salesman + + diff --git a/install-dev/fixtures/fashion/langs/tw/data/scene.xml b/install-dev/fixtures/fashion/langs/tw/data/scene.xml new file mode 100644 index 000000000..708079e52 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/tw/data/scene.xml @@ -0,0 +1,8 @@ + + + + diff --git a/install-dev/fixtures/fashion/langs/tw/data/supplier.xml b/install-dev/fixtures/fashion/langs/tw/data/supplier.xml new file mode 100644 index 000000000..0c375e8d4 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/tw/data/supplier.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/install-dev/fixtures/fashion/langs/tw/data/tag.xml b/install-dev/fixtures/fashion/langs/tw/data/tag.xml new file mode 100644 index 000000000..d413861a0 --- /dev/null +++ b/install-dev/fixtures/fashion/langs/tw/data/tag.xml @@ -0,0 +1,11 @@ + + + + diff --git a/modules/blockbestsellers/blockbestsellers.php b/modules/blockbestsellers/blockbestsellers.php index 4524573b3..730b01408 100644 --- a/modules/blockbestsellers/blockbestsellers.php +++ b/modules/blockbestsellers/blockbestsellers.php @@ -29,28 +29,23 @@ if (!defined('_PS_VERSION_')) class BlockBestSellers extends Module { - private $_html = ''; - private $_postErrors = array(); + protected static $cache_best_sellers; public function __construct() { - $this->name = 'blockbestsellers'; $this->tab = 'front_office_features'; - $this->version = '1.3'; + $this->version = '1.4'; $this->author = 'PrestaShop'; $this->need_instance = 0; - $this->bootstrap = true; + parent::__construct(); $this->displayName = $this->l('Top-seller block'); $this->description = $this->l('Add a block displaying your store\'s top-selling products.'); } - /** - * @see ModuleCore::install() - */ public function install() { $this->_clearCache('blockbestsellers.tpl'); @@ -81,21 +76,25 @@ class BlockBestSellers extends Module public function hookAddProduct($params) { $this->_clearCache('blockbestsellers.tpl'); + $this->_clearCache('tab.tpl'); } public function hookUpdateProduct($params) { $this->_clearCache('blockbestsellers.tpl'); + $this->_clearCache('tab.tpl'); } public function hookDeleteProduct($params) { $this->_clearCache('blockbestsellers.tpl'); + $this->_clearCache('tab.tpl'); } public function hookActionOrderStatusPostUpdate($params) { $this->_clearCache('blockbestsellers.tpl'); + $this->_clearCache('tab.tpl'); } /** @@ -127,23 +126,24 @@ class BlockBestSellers extends Module 'name' => 'PS_BLOCK_BESTSELLERS_DISPLAY', 'is_bool' => true, 'values' => array( - array( - 'id' => 'active_on', - 'value' => 1, - 'label' => $this->l('Enabled') - ), - array( - 'id' => 'active_off', - 'value' => 0, - 'label' => $this->l('Disabled') - ) - ), - ) + array( + 'id' => 'active_on', + 'value' => 1, + 'label' => $this->l('Enabled') + ), + array( + 'id' => 'active_off', + 'value' => 0, + 'label' => $this->l('Disabled') + ) + ), + ) ), - 'submit' => array( - 'title' => $this->l('Save'), - 'class' => 'btn btn-default') - ), + 'submit' => array( + 'title' => $this->l('Save'), + 'class' => 'btn btn-default' + ) + ) ); $helper = new HelperForm(); @@ -159,7 +159,7 @@ class BlockBestSellers extends Module $helper->currentIndex = $this->context->link->getAdminLink('AdminModules', false).'&configure='.$this->name.'&tab_module='.$this->tab.'&module_name='.$this->name; $helper->token = Tools::getAdminTokenLite('AdminModules'); $helper->tpl_vars = array( - 'fields_value' => $this->getConfigFieldsValues(), + 'fields_value' => array('PS_BLOCK_BESTSELLERS_DISPLAY' => Tools::getValue('PS_BLOCK_BESTSELLERS_DISPLAY', Configuration::get('PS_BLOCK_BESTSELLERS_DISPLAY'))), 'languages' => $this->context->controller->getLanguages(), 'id_language' => $this->context->language->id ); @@ -176,39 +176,38 @@ class BlockBestSellers extends Module public function hookDisplayHomeTab($params) { + if (!$this->isCached('tab.tpl', $this->getCacheId('blockbestsellers-tab'))) + { + BlockBestSellers::$cache_best_sellers = $this->getBestSellers($params); + $this->smarty->assign('best_sellers', BlockBestSellers::$cache_best_sellers); + } return $this->display(__FILE__, 'tab.tpl', $this->getCacheId('blockbestsellers-tab')); } public function hookdisplayHomeTabContent($params) { - if (!$this->isCached('blockbestsellers.tpl', $this->getCacheId())) + if (!$this->isCached('blockbestsellers.tpl', $this->getCacheId('blockbestsellers-home'))) { - $best_sellers = $this->getBestSellers($params); - if ($best_sellers === false) - return; - $this->smarty->assign(array( - 'best_sellers' => $best_sellers, + 'best_sellers' => BlockBestSellers::$cache_best_sellers, 'homeSize' => Image::getSize(ImageType::getFormatedName('home')))); } - return $this->display(__FILE__, 'blockbestsellers.tpl', $this->getCacheId()); + return $this->display(__FILE__, 'blockbestsellers.tpl', $this->getCacheId('blockbestsellers-home')); } public function hookRightColumn($params) { - if (!$this->isCached('blockbestsellers.tpl', $this->getCacheId())) + if (!$this->isCached('blockbestsellers.tpl', $this->getCacheId('blockbestsellers-col'))) { - $best_sellers = $this->getBestSellers($params); - if ($best_sellers === false) - return; - + if (BlockBestSellers::$cache_best_sellers === null) + BlockBestSellers::$cache_best_sellers = $this->getBestSellers($params); $this->smarty->assign(array( - 'best_sellers' => $best_sellers, + 'best_sellers' => BlockBestSellers::$cache_best_sellers, 'mediumSize' => Image::getSize(ImageType::getFormatedName('medium')), 'smallSize' => Image::getSize(ImageType::getFormatedName('small')) )); } - return $this->display(__FILE__, 'blockbestsellers.tpl', $this->getCacheId()); + return $this->display(__FILE__, 'blockbestsellers.tpl', $this->getCacheId('blockbestsellers-col')); } public function hookLeftColumn($params) @@ -224,18 +223,10 @@ class BlockBestSellers extends Module if (!($result = ProductSale::getBestSalesLight((int)$params['cookie']->id_lang, 0, 8))) return (Configuration::get('PS_BLOCK_BESTSELLERS_DISPLAY') ? array() : false); - $bestsellers = array(); $currency = new Currency($params['cookie']->id_currency); $usetax = (Product::getTaxCalculationMethod((int)$this->context->customer->id) != PS_TAX_EXC); foreach ($result as &$row) $row['price'] = Tools::displayPrice(Product::getPriceStatic((int)$row['id_product'], $usetax), $currency); return $result; } - - public function getConfigFieldsValues() - { - return array( - 'PS_BLOCK_BESTSELLERS_DISPLAY' => Tools::getValue('PS_BLOCK_BESTSELLERS_DISPLAY', Configuration::get('PS_BLOCK_BESTSELLERS_DISPLAY')), - ); - } } diff --git a/modules/themeconfigurator/views/templates/hook/hook.tpl b/modules/themeconfigurator/views/templates/hook/hook.tpl index bb8eb1c42..6a2c7c318 100644 --- a/modules/themeconfigurator/views/templates/hook/hook.tpl +++ b/modules/themeconfigurator/views/templates/hook/hook.tpl @@ -1,8 +1,9 @@ +{if $page_name =='index'} {if isset($htmlitems) && $htmlitems}
+{/if} {/if} \ No newline at end of file diff --git a/themes/default-bootstrap/modules/blockbestsellers/blockbestsellers.tpl b/themes/default-bootstrap/modules/blockbestsellers/blockbestsellers.tpl index 787b05e8c..aa4e54924 100644 --- a/themes/default-bootstrap/modules/blockbestsellers/blockbestsellers.tpl +++ b/themes/default-bootstrap/modules/blockbestsellers/blockbestsellers.tpl @@ -23,4 +23,7 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} -{include file="$tpl_dir./product-list.tpl" products=$best_sellers class='blockbestsellers tab-pane'} \ No newline at end of file + +{if is_array($best_sellers) && count($best_sellers)} + {include file="$tpl_dir./product-list.tpl" products=$best_sellers class='blockbestsellers tab-pane'} +{/if} \ No newline at end of file diff --git a/themes/default-bootstrap/modules/blockbestsellers/tab.tpl b/themes/default-bootstrap/modules/blockbestsellers/tab.tpl index 73fb283c5..48e726934 100644 --- a/themes/default-bootstrap/modules/blockbestsellers/tab.tpl +++ b/themes/default-bootstrap/modules/blockbestsellers/tab.tpl @@ -22,4 +22,7 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} -
  • {l s='Best Sellers' mod='blockbestsellers'}
  • \ No newline at end of file + +{if is_array($best_sellers) && count($best_sellers)} +
  • {l s='Best Sellers' mod='blockbestsellers'}
  • +{/if} \ No newline at end of file