From dec5ef7469d498cdd5653da118a3ce3aff234ea6 Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Mon, 18 Nov 2013 23:24:52 +0100 Subject: [PATCH 01/10] // Install --- install-dev/data/theme.sql | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/install-dev/data/theme.sql b/install-dev/data/theme.sql index ad8ed728e..b8936d75a 100644 --- a/install-dev/data/theme.sql +++ b/install-dev/data/theme.sql @@ -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'; @@ -94,6 +94,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'); From 1b96c590bb6a3438059f2b3b0e0445ef112f355a Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Mon, 18 Nov 2013 23:53:47 +0100 Subject: [PATCH 02/10] // fix stock available on install --- .../fixtures/fashion/data/stock_available.xml | 85 +++++++++++-------- 1 file changed, 48 insertions(+), 37 deletions(-) diff --git a/install-dev/fixtures/fashion/data/stock_available.xml b/install-dev/fixtures/fashion/data/stock_available.xml index 961b6a173..5e668508a 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,50 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From e2c930a1654ce5518aca01455e30ae3dcd3b9dc8 Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Mon, 18 Nov 2013 23:55:29 +0100 Subject: [PATCH 03/10] // Install --- install-dev/data/theme.sql | 15 +++++++++++++++ install-dev/data/xml/configuration.xml | 3 +++ .../fixtures/fashion/data/specific_price.xml | 3 ++- .../fixtures/fashion/langs/en/data/product.xml | 6 +++--- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/install-dev/data/theme.sql b/install-dev/data/theme.sql index b8936d75a..737d59b63 100644 --- a/install-dev/data/theme.sql +++ b/install-dev/data/theme.sql @@ -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 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/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/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 From 60be5a7989aeb8b8832ad7ad9c3eaefd96083fed Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Mon, 18 Nov 2013 23:56:19 +0100 Subject: [PATCH 04/10] // themeconfigurator fix --- modules/themeconfigurator/views/templates/hook/hook.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 From 359f408bd1f65604b29a074614e020cba1faa60b Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Tue, 19 Nov 2013 00:05:51 +0100 Subject: [PATCH 05/10] // Install --- .../fashion/data/generate_attribute.php | 165 ++++++++++- .../fashion/data/product_attribute.xml | 132 ++++++++- .../data/product_attribute_combination.xml | 262 +++++++++++++++++- 3 files changed, 547 insertions(+), 12 deletions(-) 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 @@ - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 54786a6f75ccfcef83338c775d7a815ab041aaec Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Tue, 19 Nov 2013 00:10:46 +0100 Subject: [PATCH 06/10] // Install --- img/logo.jpg | Bin 9071 -> 8424 bytes install-dev/data/theme.sql | 4 +- .../fixtures/fashion/data/stock_available.xml | 215 ++++++++++++++---- 3 files changed, 172 insertions(+), 47 deletions(-) diff --git a/img/logo.jpg b/img/logo.jpg index 188d768b438ec43ce2cf4268be76be395f4f0a2e..3ef6125363fc4b40426d352ee7e8a74bec7ba3aa 100644 GIT binary patch literal 8424 zcmZ{JcQ~BUx9(t+AZpYwI*A%BK^Q$+wCG(35)<8El+mL`?@<$i=)HHM4Wo-L$`GT3 z!34pT^SghX^W1a)dG~sD`S$wOUVE>-*BhmyrE;H`kr)5~+*eaodIbRBoZiVFi3sjc zJ~r~%UBTd~Z0xD$V(;nw+T9Ky|Hj3}j#bU+wS(O&yVq}EZo_uc003*Wnv%S}&*FZL zu*buu#=%6yfj}Ux=s01uh`NjYi^qo$1ma=QeFO6%u>d{eoYHYYcY)M7ftL-F?ZUJD z;WE_U;<;a8oN1K*;%ZOvOqfj&Qq?aGwT<4oeAw*g_O3Ao1ZIbZh9WB~D<9mc z1;`rPDZ%|GgpmD1BB_7Ky891<^6~DF!t0Tu3ukSO(MG$P8Mco zX&ei(gCNI;Q!2Muyuo?$WTY4SzU>SXz*3>|>W9|}EE|(by+X&fcc)4-`zi-oF7Oa$ zZX-l_26m(ZBxaB&%UV9^Y)vM*1c(!`?y{yu7Q@maFP}Qn1}U%|aR$Dvn&ap}9`>md z#t_U+tgu%SCgDW=3GGgwpAXN+Tc`C{!M*?`?+R+-0*vV?wsQrxuD3+hZZK6_7_pEH z2uKIO3}7`wL=3YWrR1r+XAmc{E)c4W6iS?3j^|v5g^mLo$h(<^=M68&OYYrSmg?W6 zq&vbsf6+U6Y$(7o?Fm=b7FfaQ&bm9quyp=m|4VFCxptYCR>NfnPoj!9TsLT(I~NGhzI z_$%=h5+{-i#kem^NTP-o8PJ_+rA6?F3v74~ZIiL0Cj0-M+}S&E4X0bdr8z+;QTe9+ z`+#&<23}-~F+vD`EgVZCH}Oyqg-3<)qggd{d7k{fYBKbd?7FD;Z1HKDuK+wu95$gK zJU^-@vkkToSQ%v9wSN7sel#aekh#w`xj({ zz!3Bkishe8mdlUzFZ-lQ*mR~7!SdkGs9yePax>>O_GH|4=Mm1+f0No4wwxV*6Zcx& zbF{UW!NwV*?A|3R=A^?RymP+Lr^Fke1I>uS{2S?yC2z+zg%DaZeg@3;i2lhB(28+CdANe)I_93<^3LeSop?eLK(9L#VSZdB z;I6C&(Mm#}X+*d5ZxhL_^qV)`(oqQ)-?H#6oKJ%t9|ocB`3n6$6I2^osPi)&g^x8m zHx*{Yr`%rbtD57X1W>Jc?RMuq5MgcjAQbtK%#DZyaG%<9@rarCUF^atyAft5*o}YC2|w3F0{do^-b%28%QttH*KP=7)nuq}KHE=7s}+-n|+6(jNHJ!rY{G zjhnx4+=IC9qaLBY-e0q=HxNJ#maeHysJ$82K?B6JC)&6I1LYJB#Q_Pk=3B(e$<0R| z<+mb~e-+;w;d$62-uK~gp!!vZrClXzD1x|&rIeelh%J87ihaLsm^ItN#cF}59|ar) zAHBg1lACLB?qfQd@?}SHpuHEbxMdjJf}9)yV$%xPnsF|(33Hn=!iQQE=4*o=ge@^GOvKxvI+VT$WK020>Sbk40WfLt6~NxDhwJtY!OR2E3f6wl*< z$BL{Z<$+WYWHF}b_BQx;T1Go=f+97U!%txUJGM1-aE_eK`2E9$lVe<+-V9mX$P2^F zZ6H8B`l5CNzi!1O>GRt^bW`VXauNVW$AV-Uvy4Q|3zfoO#AKVu~p`=r3vB^;_`BVE5b{A~HDvW7_C%+|j036{idiWy@(ZRR(IXS`D> z%!aC~y;RO=C(uWMQvDtqtky7R7>Bw){pO6;I*8XU3N|9C0MUQ10fxhvzM-BEx3)k< zmXhU^SJVz!HvG@H_D*H?US^;DWgYC9%h!B&q<#r(>)UE+ja~El6<}{tyjH)WUW{iX z0a-(v^vcg&Smid&AGk=Oq@)D6e9mIBhcyh2l+zoux6dsIqAb3@m=geY!0@D>ZTM@{ zIy3+L>($}hX?|kTCMJK9V~rTkjT5f!PeAv=dDm+J}3p9;dzfZz(X8D(meQgPHxvWXX;h2SCAGBM1kwxgLV}gNy^pGD{z|h zfVuAVjc%<}E;p8Oe$2^*x%pM|CZ}x`>{4pVtK`a3sQy!q$joe`mC^%uQF%rc{{MWP z44rK&9}}{!DyI_N1um4pEAs4mZc@mx9r#1z5b#jJRh?f&HI(vd@6Zi`+A}G>COlv}Qt#Uj+jwkxE1@tb^{DNGiwR;7WCJ#6-w!yy^5OfPV*bX5 z9A47=4*Yf4*kb*quXcvbSb(5_)Y?0UY;}eTnodnJ-BurL(&iA{zYOfl)H`eyGcg`& zb>bjlc%XvL?h@`CAq$~yjnf`-+yc@EaAoL7gm&T8UV=(cps9>0$8w>h3g-C|J>T$l$8)Tf@Uw zwHgibStZ<;;_;bXxYd*7+KJ0oMNXOUJZWu_<47tGNG&&1cYKa!?CL8T;fMb5#_}00 zQ*-ShWl4Qb7XMhBWSkq*H!cb25#78ENR{<$t0Zrgrn@BGPybwZ>7O5Kq1&r)@q2`+ zVhaagjozj@1api~IpMC@1<7|ZOAZ3A8muUA=uZLRCW4PJ(;YvIItyRq+dxzu>YISF z>BG5$b9S4gj2EXd-P^MYU_{oNdzDs?b~Ve)hxj@f{D%%UHH{zF{xSsoWE>yYWwHy;&6AX08}^=F4jrJMWh3yd6) zDtq^u-5OTRxy3Qa>D1qT^Xk)o=`Q@tP~|7-JQpixzU_c^nyUbP$k`^fR_=KcdU765 zG%BKV&WaKZ-_mO=1YJ_{h{J3ue<5@cZ5Z|I5oy=$pqhDqXQBa!^EG>doa1YzW@#>v z^Itc!Juh98u>9sk8xUrfA`U$5Tl26|MuOa+8|r~NbLSDLi7=6Mopj8)`9(hksI zoPomR0uvF4BhXzmmMkXqWo9rJF1iZOtxlkOP2V#9JomsTo?6PiqtEy}g9vTA{Ndl) zTB5W4Si4zWR$et*!c`L9%8Cv)h;6;s<)EvJFWXBxtjTFjJGz;yBii1IZn+sZix(NB z!e}r`pIv>@Y41mHb@2>(_;vG0VZ?B+L0?N&FZJ`e6s^$KH=raUC@!p$tv< zem7jW?dj>3O~FtSd6$9=AyER}F)_a1BbXo4W|Rwtm$SVL{N6EHJNsU=7g@sZ9*gSb zK9S}~ij%b_=)RwEB#s6#3GV=Z=M)0}@_#vSEw6G2!GaWll5WhRNL{=nUmt7?DO=2f zkY|U7*V2#3SL-6we^mFXg#S%foS`x293eSZ#5pnY9{SJ^(YsJw0yCY-{H!}AmDkE% zGt4~x(NR_xaoWmt^37wwoTWfY>k#vCMD{SzBTQgWDhu*d0upd$soODo&F`pPCWQGj zkwm*yze~ZexG6OJXd!(@mRXxm;MOo0x*FMvf6y=yfh(-FbChQPPQ=D7yOpeoG$5G7 z*xlc8m9uZhl-Kt2hCeq7dj4RO^f%zK6X9~KU)YWFpu>r>*=cmUl-Yd>j7i6=1tQ=o z-1f*10cWexX?pq1u*YxqS}O~4UE8fOUDz6)-!vhWjtFvKjs^A+CBEtML}l@(22a;` zg%y{mNhwXX{Jf@`Z9gaptPHOP!Qxvi207w){8B_O++p08v5ifGGAyj@{Ny1n@S`je z-zru%trWO?8ivZ&|8cCPcVvsUx!Powzuul#2=#&~_ipY|AqeIb7Rrw{)%ifpWu?8L z^)$DoKYL`Cxn_@ul?k5~6L*4q@~q5u{Au@$42Hck#{Gfo+!t+s-1XhXP>LRpdbrt^ z{Ev4D88MgPkO>}SxObOpb4AOw0*!GqY#W7IP!+YSU*Mj-i{Ez0FNB+fG|PiDnbJ0C z@*9puAed6^36MMw^eq3y z(;HI%hqtd6Pw2RpGezpUE?(5G)rxRI_kR!@HCMzk2-OH^{>qZVJrB;6P~#33V-=dT zUes+bDj_pDZas{9SpC5=2AbZcb`n17cC|YXfz!u-st{|S> zYK`Fy_wwhbvHIT?4=KOcIgHG)aSQpw^YkLXX84#@nzlG*8+bQ`$GDO^FKj2yx7qHa z?u_doBY)c*)?emf{6UX!%V4=hVs~ERkT&Dfr%W#dF;DCy)vpHL_wqcz)T)$|G0m?U z{*@?PoT;F_`~Y-Qm>?nOcHUwzwdeHv9u`ukT)|S4y)6IpM;%%0Svh{+4h8i*qvw!l zep5@@`zTIvD)bxvx1-Fd%+K;|1>=U@854Yrpv}r@LwWRkojB|)9acJxGHYY zF=Sv#g!_SCu8U=Q>x!ADuuF0{IM(N&ci)E7J^P-rEK1EZBodbQq3ZdR3)iT3B8PRh zT*dk-V-}I~mFY!D$6s4{Sgku9f;;5)V(s=+T??#m5($=_vDm^#PYGXz>%EbLDkn>> zG_pKccF<@2(-#XN-#t1KuXe`n`F{rhE$nlIRO-hY%4&>QQKN`^1HrB_S=uHoy}oHF ze&4>`V-8}aFiyC4DQlNt@UP}#2&M;v50(cd2CX%iHr8Pv1mhx7zymr+N=ta$jpsy zp?-i$9nBAv@d{>6<~M#zy$LAQMz_F1;|_;>k+)$4%xXy)nI*ykN1yBV{Z9AEnLwFf z(fqhiKdW{kJDymEsE`TIA9;Pwg26r0hCYd3+%q|Ga5|(jb$we^uTc-ZYSyaJI6MM< ze8@y8T>zfq`vaF1*Bu(Qmn=HEF~qip$2Mt9q;r@jr`nn&+^^)3p$Oyu0Sb@+MUwn% zP=tn|6|GduEu;-j6hW~WR!`8an-t^hd=UXYBryAC+~@4Nd4(g>-Y?%*b^t+yPBYAP z+_x!V15D1gKzMIQ0U4 z|0c9|pG;`Qr#M~yAVRU9jIs~4CD(aSIBRrb7bb|gWIOj>!c#*u2SIedNZ_X#Pbfj& zH;`)usB7DxiF0imX){vLVFW!|!8A~XK&u$-_AoraXf9OsnURMsUWkf+`< zPICm@9|XbH4#Z5(3J2U%gmv%1*o`g&RFi7kDZs_Znr|B5Bh^>5?opkFF=~s^d8T(8 zi0ij)#IE#|LVD9qYyZ=_Wq9KD>&W^K*;+_6Bc!o}{JueFOh-E9rq0#fu}^hM5lL{G zKv+c-{x>iQ8TkC>TA;-pN+>G&Bd*mXCRq#q)ia00F6Zpv&y7-elp!+9T&A+GEgk`t zdd+8i&wm34#+x>~l3(T4)4x+e!v-p{dJ=A5{&$>4=z-M-=qmKI07B=dmHA1hDW59@ zZtPyYmbi6A+q_6ld{Rn>?@*M9|7%jJ0Syb(**34Y16Gz`{GwV|4=Ntay>p>SBewuWl;ufz#IrYM7MOr@@UkZeXJz4a!_7cfL3!25N?QO!9*opELBv zH4bYpPkZ({s`J>w{iEdzNdiz>HT-K;MzCE&mDvQ9JP)7Gif!6b;voqgXF^MIlbK2y z4@*GT8W0q&!MGn$x+4>-lS;@Ni*7*x%g~9Ns}T-3T7o2rdUCQDBd=vV^8oQBnuR($mUFDP_2E25^qE|2l; zS^g8$dle6JGjF-Lho`=ptF}4W0@cBdd1^@|s%xQwOJ9PJmns0hDmwQV=8iRQP;&HZ z%Urz02>y3M5pO10ibDz!k0DRb*Py$4sO-HTk<<~uMfSVB5&3qNowwK-FW!THw>Q$+ zchCXhAaMOsv($`8ib&G+NLOVHU9KD&5Z~s~5mutDrvD-lJ(k+Oksm?Oank zTV$5Mx2VQX+GZpPDml zLH7s6f~ia<>x+ND<9$y=D>Z&6aGh9a>?%h2PyAihpIe4c*2|2aN>{!SY7D0ETgW%~ zcRlRNK!3P2+FB|f^a^M~m~Aj3>XpH-LNF8ZPD(dPK%z8rIP<4MDdn@)FW{D@NkZ1$ zZmNW+==6e@^_FDL9dsU4sbkHb1zhB~6)d22f>mo~QpG{%;Fo(_!6olx9IKQk1wmt? zOs2T5b+&vCowOc%> z<06@%2Qn`=j6+@ZVpUh)E)@d+6;$qOf`nrfD$%&j%SX{IoF<__U>6R+CQ{P;06^z;CJYl|mNzSn=fg<-ppehFUV&ikTVl@NGzXvl_IR`v4p|MjH>_b$aB@_Y`a zn*K-Mzv_`@aNN4JoWCL-n~) zNyiT4SLZlDnNDb~cM>f?(}vnW$4ppO_jO0qUB(?P4VhzFFLwfT+eE?!6%m?-GW4YD zw8n~E0=swlYdHfO=T{6G_oHy)Sn#VSJpSBe|IhByNy2w;cCL4xDaWv|!KS0*$xSTw z7h{&*rC6|3$`bHX4&Uvg6CGp?V}4GmlSV=1PqQkvLjid+)KuNBw=3{*Q2623a*But z9?W5<+!ueXPA)707Nt&uZ*D_R;w9#~rqu{@r*Esc@?=F1kIh|W+RRyYeFLW&>i#5; z{GM>Lz~s;jdapj|q^@1&JH7twca!_gwvT3I&>T&NJ^~we`RVCAv&-WsW0uyo=C zymX!n+kn0B6GwVq2Ln=kB&7aGzvi5+9!2X;!ao{_5gFAQ7N|Q zG_jnt4m#xDsSUpBg)AA)YcTfLi(^Mx2MMk}fo1|d&C!wp+Pac)F zBLlCk(`c?o5Hhr5>WE;2W58%dSCiV&i@+T;Dc?Dlg+uyY3I>i9&^7rIxR!r)^ui~u z-OD;%*>SS7Kvw%#?oR2>WT5?lE%^fIz*nZoL9%$QVp9C2!HqHryh#@I^uPa8LUALw(?y@jWAZ%68yb-QzXqfDdnE>Gm@LO zm;v;`>TSaE%cxJ3p8_r`Mkoe$=ES=Yl!9F%ZSy}Cx#c5b{2LfJL5;F)0`)GAgx4NXC@KebsbLo*XFzKc*v_#`KqmGCx@V%8YBe&Xh-kZWX8E1T z<3D4=OkWn_%W)RcjqsDB+i^TU5=vx)V%G7 zH!I7LlI)8(BuXu#czX5>>%5QBqbx0lDaEX!=W;D{r})yWT}Nw@sMg}eGAh5`z{jZm z>RmQ9kd8Xd)}E&3liH0s#T3!nQ%l<|4=8UmSN);f<({+V+VJq#znR=8uNa=^tsAR& z@jjkq#~6Mui6irlhzdCj9&Z{S%Q07$nm2$_OVEajEY-ytt*2AX57jltwq4&D*x>T& zI%St-tYG<@h?<@Ne^#EIwtw!ZW*$DSy9u~+RcfJP6 ze$)NZ+XR38+5LHE#fz32sm1PHc?1q{h5UfP?-ib~5$6ndcX8aH!Qz|;!{|u!^w@br z18D)cIB$hm?H!K+1vzKVkj#)aS8zAq$L715moiVY6oz@d#=8pL!$s>Jz`1BX{5>}funr*hBlVbd$bRT+>aK@rA zp~?NMsMcb>Y>w03;9?Nmyo!$ZB-dkE?iVpgw|aR0T%MoMx4j2;=UA&+;{v*WWVrUY zx62qNBxz0gEltuiTeI(e<5xGQuA7O`_YJ6%V%_w>A+mJ&y!8SbhyK*D=_1nUt(3R3 z$6aPFbyns!e7oy2r*p>gxdW~pf}P5WTr74V z?I+aR<(DNI7dS+{y*utzBq^gZPBh=aQsO`fa6<+kRe1e?dGV&6qR!dz7nqVH`0Vb0 zBL*1ncF$kF!|g;bKJw1EnlHUUPua^hwj*&8?tNbVN3{RHH2i;v_IiT%X8%Ze>wI?jQ;=S?6;0@aY+HG)@ZKji4Up&rcqPYQmRz24*5T-%tEpN literal 9071 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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 3f5963885e0a8ac9e235cae2da8cf597df6a6e73 Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Tue, 19 Nov 2013 00:56:53 +0100 Subject: [PATCH 07/10] // Install multilang --- .../fashion/langs/bn/data/attribute.xml | 72 +++ .../fashion/langs/bn/data/attribute_group.xml | 15 + .../fashion/langs/bn/data/attributegroup.xml | 21 + .../fashion/langs/bn/data/carrier.xml | 6 + .../fashion/langs/bn/data/category.xml | 193 ++++++++ .../fashion/langs/bn/data/feature.xml | 18 + .../fashion/langs/bn/data/feature_value.xml | 66 +++ .../fashion/langs/bn/data/featurevalue.xml | 66 +++ .../fixtures/fashion/langs/bn/data/image.xml | 91 ++++ .../fixtures/fashion/langs/bn/data/index.php | 35 ++ .../fashion/langs/bn/data/manufacturer.xml | 10 + .../fashion/langs/bn/data/order_message.xml | 12 + .../fashion/langs/bn/data/ordermessage.xml | 7 + .../fashion/langs/bn/data/product.xml | 464 ++++++++++++++++++ .../fashion/langs/bn/data/profile.xml | 12 + .../fixtures/fashion/langs/bn/data/scene.xml | 8 + .../fashion/langs/bn/data/supplier.xml | 9 + .../fixtures/fashion/langs/bn/data/tag.xml | 11 + .../fashion/langs/br/data/attribute.xml | 72 +++ .../fashion/langs/br/data/attribute_group.xml | 15 + .../fashion/langs/br/data/attributegroup.xml | 21 + .../fashion/langs/br/data/carrier.xml | 6 + .../fashion/langs/br/data/category.xml | 193 ++++++++ .../fashion/langs/br/data/feature.xml | 18 + .../fashion/langs/br/data/feature_value.xml | 66 +++ .../fashion/langs/br/data/featurevalue.xml | 66 +++ .../fixtures/fashion/langs/br/data/image.xml | 91 ++++ .../fashion/langs/br/data/manufacturer.xml | 10 + .../fashion/langs/br/data/order_message.xml | 12 + .../fashion/langs/br/data/ordermessage.xml | 7 + .../fashion/langs/br/data/product.xml | 464 ++++++++++++++++++ .../fashion/langs/br/data/profile.xml | 12 + .../fixtures/fashion/langs/br/data/scene.xml | 8 + .../fashion/langs/br/data/supplier.xml | 9 + .../fixtures/fashion/langs/br/data/tag.xml | 11 + .../fashion/langs/de/data/attribute.xml | 72 +++ .../fashion/langs/de/data/attribute_group.xml | 15 + .../fashion/langs/de/data/attributegroup.xml | 21 + .../fashion/langs/de/data/carrier.xml | 6 + .../fashion/langs/de/data/category.xml | 193 ++++++++ .../fashion/langs/de/data/feature.xml | 18 + .../fashion/langs/de/data/feature_value.xml | 66 +++ .../fashion/langs/de/data/featurevalue.xml | 66 +++ .../fixtures/fashion/langs/de/data/image.xml | 91 ++++ .../fashion/langs/de/data/manufacturer.xml | 10 + .../fashion/langs/de/data/order_message.xml | 12 + .../fashion/langs/de/data/ordermessage.xml | 7 + .../fashion/langs/de/data/product.xml | 464 ++++++++++++++++++ .../fashion/langs/de/data/profile.xml | 12 + .../fixtures/fashion/langs/de/data/scene.xml | 8 + .../fashion/langs/de/data/supplier.xml | 9 + .../fixtures/fashion/langs/de/data/tag.xml | 11 + .../fashion/langs/es/data/attribute.xml | 72 +++ .../fashion/langs/es/data/attribute_group.xml | 15 + .../fashion/langs/es/data/attributegroup.xml | 21 + .../fashion/langs/es/data/carrier.xml | 6 + .../fashion/langs/es/data/category.xml | 193 ++++++++ .../fashion/langs/es/data/feature.xml | 18 + .../fashion/langs/es/data/feature_value.xml | 66 +++ .../fashion/langs/es/data/featurevalue.xml | 66 +++ .../fixtures/fashion/langs/es/data/image.xml | 91 ++++ .../fashion/langs/es/data/manufacturer.xml | 10 + .../fashion/langs/es/data/order_message.xml | 12 + .../fashion/langs/es/data/ordermessage.xml | 7 + .../fashion/langs/es/data/product.xml | 464 ++++++++++++++++++ .../fashion/langs/es/data/profile.xml | 12 + .../fixtures/fashion/langs/es/data/scene.xml | 8 + .../fashion/langs/es/data/supplier.xml | 9 + .../fixtures/fashion/langs/es/data/tag.xml | 11 + .../fashion/langs/fr/data/attribute.xml | 72 +++ .../fashion/langs/fr/data/attribute_group.xml | 15 + .../fashion/langs/fr/data/attributegroup.xml | 21 + .../fashion/langs/fr/data/carrier.xml | 6 + .../fashion/langs/fr/data/category.xml | 193 ++++++++ .../fashion/langs/fr/data/feature.xml | 18 + .../fashion/langs/fr/data/feature_value.xml | 66 +++ .../fashion/langs/fr/data/featurevalue.xml | 66 +++ .../fixtures/fashion/langs/fr/data/image.xml | 91 ++++ .../fashion/langs/fr/data/manufacturer.xml | 10 + .../fashion/langs/fr/data/order_message.xml | 12 + .../fashion/langs/fr/data/ordermessage.xml | 7 + .../fashion/langs/fr/data/product.xml | 464 ++++++++++++++++++ .../fashion/langs/fr/data/profile.xml | 12 + .../fixtures/fashion/langs/fr/data/scene.xml | 8 + .../fashion/langs/fr/data/supplier.xml | 9 + .../fixtures/fashion/langs/fr/data/tag.xml | 11 + .../fashion/langs/id/data/attribute.xml | 72 +++ .../fashion/langs/id/data/attribute_group.xml | 15 + .../fashion/langs/id/data/attributegroup.xml | 21 + .../fashion/langs/id/data/carrier.xml | 6 + .../fashion/langs/id/data/category.xml | 193 ++++++++ .../fashion/langs/id/data/feature.xml | 18 + .../fashion/langs/id/data/feature_value.xml | 66 +++ .../fashion/langs/id/data/featurevalue.xml | 66 +++ .../fixtures/fashion/langs/id/data/image.xml | 91 ++++ .../fashion/langs/id/data/manufacturer.xml | 10 + .../fashion/langs/id/data/order_message.xml | 12 + .../fashion/langs/id/data/ordermessage.xml | 7 + .../fashion/langs/id/data/product.xml | 464 ++++++++++++++++++ .../fashion/langs/id/data/profile.xml | 12 + .../fixtures/fashion/langs/id/data/scene.xml | 8 + .../fashion/langs/id/data/supplier.xml | 9 + .../fixtures/fashion/langs/id/data/tag.xml | 11 + .../fashion/langs/it/data/attribute.xml | 72 +++ .../fashion/langs/it/data/attribute_group.xml | 15 + .../fashion/langs/it/data/attributegroup.xml | 21 + .../fashion/langs/it/data/carrier.xml | 6 + .../fashion/langs/it/data/category.xml | 193 ++++++++ .../fashion/langs/it/data/feature.xml | 18 + .../fashion/langs/it/data/feature_value.xml | 66 +++ .../fashion/langs/it/data/featurevalue.xml | 66 +++ .../fixtures/fashion/langs/it/data/image.xml | 91 ++++ .../fashion/langs/it/data/manufacturer.xml | 10 + .../fashion/langs/it/data/order_message.xml | 12 + .../fashion/langs/it/data/ordermessage.xml | 7 + .../fashion/langs/it/data/product.xml | 464 ++++++++++++++++++ .../fashion/langs/it/data/profile.xml | 12 + .../fixtures/fashion/langs/it/data/scene.xml | 8 + .../fashion/langs/it/data/supplier.xml | 9 + .../fixtures/fashion/langs/it/data/tag.xml | 11 + .../fashion/langs/nl/data/attribute.xml | 72 +++ .../fashion/langs/nl/data/attribute_group.xml | 15 + .../fashion/langs/nl/data/attributegroup.xml | 21 + .../fashion/langs/nl/data/carrier.xml | 6 + .../fashion/langs/nl/data/category.xml | 193 ++++++++ .../fashion/langs/nl/data/feature.xml | 18 + .../fashion/langs/nl/data/feature_value.xml | 66 +++ .../fashion/langs/nl/data/featurevalue.xml | 66 +++ .../fixtures/fashion/langs/nl/data/image.xml | 91 ++++ .../fashion/langs/nl/data/manufacturer.xml | 10 + .../fashion/langs/nl/data/order_message.xml | 12 + .../fashion/langs/nl/data/ordermessage.xml | 7 + .../fashion/langs/nl/data/product.xml | 464 ++++++++++++++++++ .../fashion/langs/nl/data/profile.xml | 12 + .../fixtures/fashion/langs/nl/data/scene.xml | 8 + .../fashion/langs/nl/data/supplier.xml | 9 + .../fixtures/fashion/langs/nl/data/tag.xml | 11 + .../fashion/langs/pl/data/attribute.xml | 72 +++ .../fashion/langs/pl/data/attribute_group.xml | 15 + .../fashion/langs/pl/data/attributegroup.xml | 21 + .../fashion/langs/pl/data/carrier.xml | 6 + .../fashion/langs/pl/data/category.xml | 193 ++++++++ .../fashion/langs/pl/data/feature.xml | 18 + .../fashion/langs/pl/data/feature_value.xml | 66 +++ .../fashion/langs/pl/data/featurevalue.xml | 66 +++ .../fixtures/fashion/langs/pl/data/image.xml | 91 ++++ .../fashion/langs/pl/data/manufacturer.xml | 10 + .../fashion/langs/pl/data/order_message.xml | 12 + .../fashion/langs/pl/data/ordermessage.xml | 7 + .../fashion/langs/pl/data/product.xml | 464 ++++++++++++++++++ .../fashion/langs/pl/data/profile.xml | 12 + .../fixtures/fashion/langs/pl/data/scene.xml | 8 + .../fashion/langs/pl/data/supplier.xml | 9 + .../fixtures/fashion/langs/pl/data/tag.xml | 11 + .../fashion/langs/ru/data/attribute.xml | 72 +++ .../fashion/langs/ru/data/attribute_group.xml | 15 + .../fashion/langs/ru/data/attributegroup.xml | 21 + .../fashion/langs/ru/data/carrier.xml | 6 + .../fashion/langs/ru/data/category.xml | 193 ++++++++ .../fashion/langs/ru/data/feature.xml | 18 + .../fashion/langs/ru/data/feature_value.xml | 66 +++ .../fashion/langs/ru/data/featurevalue.xml | 66 +++ .../fixtures/fashion/langs/ru/data/image.xml | 91 ++++ .../fashion/langs/ru/data/manufacturer.xml | 10 + .../fashion/langs/ru/data/order_message.xml | 12 + .../fashion/langs/ru/data/ordermessage.xml | 7 + .../fashion/langs/ru/data/product.xml | 464 ++++++++++++++++++ .../fashion/langs/ru/data/profile.xml | 12 + .../fixtures/fashion/langs/ru/data/scene.xml | 8 + .../fashion/langs/ru/data/supplier.xml | 9 + .../fixtures/fashion/langs/ru/data/tag.xml | 11 + .../fashion/langs/tw/data/attribute.xml | 72 +++ .../fashion/langs/tw/data/attribute_group.xml | 15 + .../fashion/langs/tw/data/attributegroup.xml | 21 + .../fashion/langs/tw/data/carrier.xml | 6 + .../fashion/langs/tw/data/category.xml | 193 ++++++++ .../fashion/langs/tw/data/feature.xml | 18 + .../fashion/langs/tw/data/feature_value.xml | 66 +++ .../fashion/langs/tw/data/featurevalue.xml | 66 +++ .../fixtures/fashion/langs/tw/data/image.xml | 91 ++++ .../fashion/langs/tw/data/manufacturer.xml | 10 + .../fashion/langs/tw/data/order_message.xml | 12 + .../fashion/langs/tw/data/ordermessage.xml | 7 + .../fashion/langs/tw/data/product.xml | 464 ++++++++++++++++++ .../fashion/langs/tw/data/profile.xml | 12 + .../fixtures/fashion/langs/tw/data/scene.xml | 8 + .../fashion/langs/tw/data/supplier.xml | 9 + .../fixtures/fashion/langs/tw/data/tag.xml | 11 + 188 files changed, 11926 insertions(+) create mode 100644 install-dev/fixtures/fashion/langs/bn/data/attribute.xml create mode 100644 install-dev/fixtures/fashion/langs/bn/data/attribute_group.xml create mode 100644 install-dev/fixtures/fashion/langs/bn/data/attributegroup.xml create mode 100644 install-dev/fixtures/fashion/langs/bn/data/carrier.xml create mode 100644 install-dev/fixtures/fashion/langs/bn/data/category.xml create mode 100644 install-dev/fixtures/fashion/langs/bn/data/feature.xml create mode 100644 install-dev/fixtures/fashion/langs/bn/data/feature_value.xml create mode 100644 install-dev/fixtures/fashion/langs/bn/data/featurevalue.xml create mode 100644 install-dev/fixtures/fashion/langs/bn/data/image.xml create mode 100644 install-dev/fixtures/fashion/langs/bn/data/index.php create mode 100644 install-dev/fixtures/fashion/langs/bn/data/manufacturer.xml create mode 100644 install-dev/fixtures/fashion/langs/bn/data/order_message.xml create mode 100644 install-dev/fixtures/fashion/langs/bn/data/ordermessage.xml create mode 100644 install-dev/fixtures/fashion/langs/bn/data/product.xml create mode 100644 install-dev/fixtures/fashion/langs/bn/data/profile.xml create mode 100644 install-dev/fixtures/fashion/langs/bn/data/scene.xml create mode 100644 install-dev/fixtures/fashion/langs/bn/data/supplier.xml create mode 100644 install-dev/fixtures/fashion/langs/bn/data/tag.xml create mode 100644 install-dev/fixtures/fashion/langs/br/data/attribute.xml create mode 100644 install-dev/fixtures/fashion/langs/br/data/attribute_group.xml create mode 100644 install-dev/fixtures/fashion/langs/br/data/attributegroup.xml create mode 100644 install-dev/fixtures/fashion/langs/br/data/carrier.xml create mode 100644 install-dev/fixtures/fashion/langs/br/data/category.xml create mode 100644 install-dev/fixtures/fashion/langs/br/data/feature.xml create mode 100644 install-dev/fixtures/fashion/langs/br/data/feature_value.xml create mode 100644 install-dev/fixtures/fashion/langs/br/data/featurevalue.xml create mode 100644 install-dev/fixtures/fashion/langs/br/data/image.xml create mode 100644 install-dev/fixtures/fashion/langs/br/data/manufacturer.xml create mode 100644 install-dev/fixtures/fashion/langs/br/data/order_message.xml create mode 100644 install-dev/fixtures/fashion/langs/br/data/ordermessage.xml create mode 100644 install-dev/fixtures/fashion/langs/br/data/product.xml create mode 100644 install-dev/fixtures/fashion/langs/br/data/profile.xml create mode 100644 install-dev/fixtures/fashion/langs/br/data/scene.xml create mode 100644 install-dev/fixtures/fashion/langs/br/data/supplier.xml create mode 100644 install-dev/fixtures/fashion/langs/br/data/tag.xml create mode 100644 install-dev/fixtures/fashion/langs/de/data/attribute.xml create mode 100644 install-dev/fixtures/fashion/langs/de/data/attribute_group.xml create mode 100644 install-dev/fixtures/fashion/langs/de/data/attributegroup.xml create mode 100644 install-dev/fixtures/fashion/langs/de/data/carrier.xml create mode 100644 install-dev/fixtures/fashion/langs/de/data/category.xml create mode 100644 install-dev/fixtures/fashion/langs/de/data/feature.xml create mode 100644 install-dev/fixtures/fashion/langs/de/data/feature_value.xml create mode 100644 install-dev/fixtures/fashion/langs/de/data/featurevalue.xml create mode 100644 install-dev/fixtures/fashion/langs/de/data/image.xml create mode 100644 install-dev/fixtures/fashion/langs/de/data/manufacturer.xml create mode 100644 install-dev/fixtures/fashion/langs/de/data/order_message.xml create mode 100644 install-dev/fixtures/fashion/langs/de/data/ordermessage.xml create mode 100644 install-dev/fixtures/fashion/langs/de/data/product.xml create mode 100644 install-dev/fixtures/fashion/langs/de/data/profile.xml create mode 100644 install-dev/fixtures/fashion/langs/de/data/scene.xml create mode 100644 install-dev/fixtures/fashion/langs/de/data/supplier.xml create mode 100644 install-dev/fixtures/fashion/langs/de/data/tag.xml create mode 100644 install-dev/fixtures/fashion/langs/es/data/attribute.xml create mode 100644 install-dev/fixtures/fashion/langs/es/data/attribute_group.xml create mode 100644 install-dev/fixtures/fashion/langs/es/data/attributegroup.xml create mode 100644 install-dev/fixtures/fashion/langs/es/data/carrier.xml create mode 100644 install-dev/fixtures/fashion/langs/es/data/category.xml create mode 100644 install-dev/fixtures/fashion/langs/es/data/feature.xml create mode 100644 install-dev/fixtures/fashion/langs/es/data/feature_value.xml create mode 100644 install-dev/fixtures/fashion/langs/es/data/featurevalue.xml create mode 100644 install-dev/fixtures/fashion/langs/es/data/image.xml create mode 100644 install-dev/fixtures/fashion/langs/es/data/manufacturer.xml create mode 100644 install-dev/fixtures/fashion/langs/es/data/order_message.xml create mode 100644 install-dev/fixtures/fashion/langs/es/data/ordermessage.xml create mode 100644 install-dev/fixtures/fashion/langs/es/data/product.xml create mode 100644 install-dev/fixtures/fashion/langs/es/data/profile.xml create mode 100644 install-dev/fixtures/fashion/langs/es/data/scene.xml create mode 100644 install-dev/fixtures/fashion/langs/es/data/supplier.xml create mode 100644 install-dev/fixtures/fashion/langs/es/data/tag.xml create mode 100644 install-dev/fixtures/fashion/langs/fr/data/attribute.xml create mode 100644 install-dev/fixtures/fashion/langs/fr/data/attribute_group.xml create mode 100644 install-dev/fixtures/fashion/langs/fr/data/attributegroup.xml create mode 100644 install-dev/fixtures/fashion/langs/fr/data/carrier.xml create mode 100644 install-dev/fixtures/fashion/langs/fr/data/category.xml create mode 100644 install-dev/fixtures/fashion/langs/fr/data/feature.xml create mode 100644 install-dev/fixtures/fashion/langs/fr/data/feature_value.xml create mode 100644 install-dev/fixtures/fashion/langs/fr/data/featurevalue.xml create mode 100644 install-dev/fixtures/fashion/langs/fr/data/image.xml create mode 100644 install-dev/fixtures/fashion/langs/fr/data/manufacturer.xml create mode 100644 install-dev/fixtures/fashion/langs/fr/data/order_message.xml create mode 100644 install-dev/fixtures/fashion/langs/fr/data/ordermessage.xml create mode 100644 install-dev/fixtures/fashion/langs/fr/data/product.xml create mode 100644 install-dev/fixtures/fashion/langs/fr/data/profile.xml create mode 100644 install-dev/fixtures/fashion/langs/fr/data/scene.xml create mode 100644 install-dev/fixtures/fashion/langs/fr/data/supplier.xml create mode 100644 install-dev/fixtures/fashion/langs/fr/data/tag.xml create mode 100644 install-dev/fixtures/fashion/langs/id/data/attribute.xml create mode 100644 install-dev/fixtures/fashion/langs/id/data/attribute_group.xml create mode 100644 install-dev/fixtures/fashion/langs/id/data/attributegroup.xml create mode 100644 install-dev/fixtures/fashion/langs/id/data/carrier.xml create mode 100644 install-dev/fixtures/fashion/langs/id/data/category.xml create mode 100644 install-dev/fixtures/fashion/langs/id/data/feature.xml create mode 100644 install-dev/fixtures/fashion/langs/id/data/feature_value.xml create mode 100644 install-dev/fixtures/fashion/langs/id/data/featurevalue.xml create mode 100644 install-dev/fixtures/fashion/langs/id/data/image.xml create mode 100644 install-dev/fixtures/fashion/langs/id/data/manufacturer.xml create mode 100644 install-dev/fixtures/fashion/langs/id/data/order_message.xml create mode 100644 install-dev/fixtures/fashion/langs/id/data/ordermessage.xml create mode 100644 install-dev/fixtures/fashion/langs/id/data/product.xml create mode 100644 install-dev/fixtures/fashion/langs/id/data/profile.xml create mode 100644 install-dev/fixtures/fashion/langs/id/data/scene.xml create mode 100644 install-dev/fixtures/fashion/langs/id/data/supplier.xml create mode 100644 install-dev/fixtures/fashion/langs/id/data/tag.xml create mode 100644 install-dev/fixtures/fashion/langs/it/data/attribute.xml create mode 100644 install-dev/fixtures/fashion/langs/it/data/attribute_group.xml create mode 100644 install-dev/fixtures/fashion/langs/it/data/attributegroup.xml create mode 100644 install-dev/fixtures/fashion/langs/it/data/carrier.xml create mode 100644 install-dev/fixtures/fashion/langs/it/data/category.xml create mode 100644 install-dev/fixtures/fashion/langs/it/data/feature.xml create mode 100644 install-dev/fixtures/fashion/langs/it/data/feature_value.xml create mode 100644 install-dev/fixtures/fashion/langs/it/data/featurevalue.xml create mode 100644 install-dev/fixtures/fashion/langs/it/data/image.xml create mode 100644 install-dev/fixtures/fashion/langs/it/data/manufacturer.xml create mode 100644 install-dev/fixtures/fashion/langs/it/data/order_message.xml create mode 100644 install-dev/fixtures/fashion/langs/it/data/ordermessage.xml create mode 100644 install-dev/fixtures/fashion/langs/it/data/product.xml create mode 100644 install-dev/fixtures/fashion/langs/it/data/profile.xml create mode 100644 install-dev/fixtures/fashion/langs/it/data/scene.xml create mode 100644 install-dev/fixtures/fashion/langs/it/data/supplier.xml create mode 100644 install-dev/fixtures/fashion/langs/it/data/tag.xml create mode 100644 install-dev/fixtures/fashion/langs/nl/data/attribute.xml create mode 100644 install-dev/fixtures/fashion/langs/nl/data/attribute_group.xml create mode 100644 install-dev/fixtures/fashion/langs/nl/data/attributegroup.xml create mode 100644 install-dev/fixtures/fashion/langs/nl/data/carrier.xml create mode 100644 install-dev/fixtures/fashion/langs/nl/data/category.xml create mode 100644 install-dev/fixtures/fashion/langs/nl/data/feature.xml create mode 100644 install-dev/fixtures/fashion/langs/nl/data/feature_value.xml create mode 100644 install-dev/fixtures/fashion/langs/nl/data/featurevalue.xml create mode 100644 install-dev/fixtures/fashion/langs/nl/data/image.xml create mode 100644 install-dev/fixtures/fashion/langs/nl/data/manufacturer.xml create mode 100644 install-dev/fixtures/fashion/langs/nl/data/order_message.xml create mode 100644 install-dev/fixtures/fashion/langs/nl/data/ordermessage.xml create mode 100644 install-dev/fixtures/fashion/langs/nl/data/product.xml create mode 100644 install-dev/fixtures/fashion/langs/nl/data/profile.xml create mode 100644 install-dev/fixtures/fashion/langs/nl/data/scene.xml create mode 100644 install-dev/fixtures/fashion/langs/nl/data/supplier.xml create mode 100644 install-dev/fixtures/fashion/langs/nl/data/tag.xml create mode 100644 install-dev/fixtures/fashion/langs/pl/data/attribute.xml create mode 100644 install-dev/fixtures/fashion/langs/pl/data/attribute_group.xml create mode 100644 install-dev/fixtures/fashion/langs/pl/data/attributegroup.xml create mode 100644 install-dev/fixtures/fashion/langs/pl/data/carrier.xml create mode 100644 install-dev/fixtures/fashion/langs/pl/data/category.xml create mode 100644 install-dev/fixtures/fashion/langs/pl/data/feature.xml create mode 100644 install-dev/fixtures/fashion/langs/pl/data/feature_value.xml create mode 100644 install-dev/fixtures/fashion/langs/pl/data/featurevalue.xml create mode 100644 install-dev/fixtures/fashion/langs/pl/data/image.xml create mode 100644 install-dev/fixtures/fashion/langs/pl/data/manufacturer.xml create mode 100644 install-dev/fixtures/fashion/langs/pl/data/order_message.xml create mode 100644 install-dev/fixtures/fashion/langs/pl/data/ordermessage.xml create mode 100644 install-dev/fixtures/fashion/langs/pl/data/product.xml create mode 100644 install-dev/fixtures/fashion/langs/pl/data/profile.xml create mode 100644 install-dev/fixtures/fashion/langs/pl/data/scene.xml create mode 100644 install-dev/fixtures/fashion/langs/pl/data/supplier.xml create mode 100644 install-dev/fixtures/fashion/langs/pl/data/tag.xml create mode 100644 install-dev/fixtures/fashion/langs/ru/data/attribute.xml create mode 100644 install-dev/fixtures/fashion/langs/ru/data/attribute_group.xml create mode 100644 install-dev/fixtures/fashion/langs/ru/data/attributegroup.xml create mode 100644 install-dev/fixtures/fashion/langs/ru/data/carrier.xml create mode 100644 install-dev/fixtures/fashion/langs/ru/data/category.xml create mode 100644 install-dev/fixtures/fashion/langs/ru/data/feature.xml create mode 100644 install-dev/fixtures/fashion/langs/ru/data/feature_value.xml create mode 100644 install-dev/fixtures/fashion/langs/ru/data/featurevalue.xml create mode 100644 install-dev/fixtures/fashion/langs/ru/data/image.xml create mode 100644 install-dev/fixtures/fashion/langs/ru/data/manufacturer.xml create mode 100644 install-dev/fixtures/fashion/langs/ru/data/order_message.xml create mode 100644 install-dev/fixtures/fashion/langs/ru/data/ordermessage.xml create mode 100644 install-dev/fixtures/fashion/langs/ru/data/product.xml create mode 100644 install-dev/fixtures/fashion/langs/ru/data/profile.xml create mode 100644 install-dev/fixtures/fashion/langs/ru/data/scene.xml create mode 100644 install-dev/fixtures/fashion/langs/ru/data/supplier.xml create mode 100644 install-dev/fixtures/fashion/langs/ru/data/tag.xml create mode 100644 install-dev/fixtures/fashion/langs/tw/data/attribute.xml create mode 100644 install-dev/fixtures/fashion/langs/tw/data/attribute_group.xml create mode 100644 install-dev/fixtures/fashion/langs/tw/data/attributegroup.xml create mode 100644 install-dev/fixtures/fashion/langs/tw/data/carrier.xml create mode 100644 install-dev/fixtures/fashion/langs/tw/data/category.xml create mode 100644 install-dev/fixtures/fashion/langs/tw/data/feature.xml create mode 100644 install-dev/fixtures/fashion/langs/tw/data/feature_value.xml create mode 100644 install-dev/fixtures/fashion/langs/tw/data/featurevalue.xml create mode 100644 install-dev/fixtures/fashion/langs/tw/data/image.xml create mode 100644 install-dev/fixtures/fashion/langs/tw/data/manufacturer.xml create mode 100644 install-dev/fixtures/fashion/langs/tw/data/order_message.xml create mode 100644 install-dev/fixtures/fashion/langs/tw/data/ordermessage.xml create mode 100644 install-dev/fixtures/fashion/langs/tw/data/product.xml create mode 100644 install-dev/fixtures/fashion/langs/tw/data/profile.xml create mode 100644 install-dev/fixtures/fashion/langs/tw/data/scene.xml create mode 100644 install-dev/fixtures/fashion/langs/tw/data/supplier.xml create mode 100644 install-dev/fixtures/fashion/langs/tw/data/tag.xml 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/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 @@ + + + + From 29e7169a92a5b7b87a5ad016a0df7925fd08bf1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Nadaud?= Date: Tue, 19 Nov 2013 08:43:17 +0100 Subject: [PATCH 08/10] // Change logo size --- install-dev/data/theme.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-dev/data/theme.sql b/install-dev/data/theme.sql index 2c1ccc2eb..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 = '500' WHERE name = 'SHOP_LOGO_WIDTH'; -UPDATE `PREFIX_configuration` SET value = '141' 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'; From 61b1dd338e6ffbd22e92ece560e1afd381abda22 Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Wed, 20 Nov 2013 10:28:39 +0100 Subject: [PATCH 09/10] // Update blockbestsellers --- modules/blockbestsellers/blockbestsellers.php | 85 +++++++++---------- .../blockbestsellers/blockbestsellers.tpl | 5 +- .../modules/blockbestsellers/tab.tpl | 5 +- 3 files changed, 46 insertions(+), 49 deletions(-) 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/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 *} - \ 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 From 7ab256d28f889147547dd7f29f59324323a479b8 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Wed, 20 Nov 2013 11:04:39 +0100 Subject: [PATCH 10/10] // Small fix in customer order private note --- .../template/controllers/customers/helpers/view/view.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
    - +
  • {l s='Best Sellers' mod='blockbestsellers'}