Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.64 KB | None | 0 0
  1. # ImpEx for Importing Categories into Musimundo Store
  2.  
  3. # Macros / Replacement Parameter definitions
  4.  
  5.  
  6. $productCatalog=musimundoProductCatalog
  7. $productCatalogCarsa=carsaProductCatalog
  8. $productCatalogEmsa=emsaProductCatalog
  9.  
  10. $productCatalogName=Musimundo Product Catalog
  11. $productCatalogNameCarsa=Carsa Product Catalog
  12. $productCatalogNameEmsa=Emsa Product Catalog
  13.  
  14.  
  15. $catalogVersion=catalogversion(catalog(id[default=$productCatalog]),version[default='Staged'])[unique=true,default=$productCatalog:Staged]
  16. $catalogVersionCarsa=catalogversion(catalog(id[default=$productCatalogCarsa]),version[default='Staged'])[unique=true,default=$productCatalogCarsa:Staged]
  17. $catalogVersionEmsa=catalogversion(catalog(id[default=$productCatalogEmsa]),version[default='Staged'])[unique=true,default=$productCatalogEmsa:Staged]
  18.  
  19.  
  20.  
  21.  
  22. $supercategories=source(code, $catalogVersion)[unique=true]
  23. $categories=target(code, $catalogVersion)[unique=true]
  24.  
  25. $supercategoriesCarsa=source(code, $catalogVersionCarsa)[unique=true]
  26. $categoriesCarsa=target(code, $catalogVersionCarsa)[unique=true]
  27.  
  28. $supercategoriesEmsa=source(code, $catalogVersionEmsa)[unique=true]
  29. $categoriesEmsa=target(code, $catalogVersionEmsa)[unique=true]
  30.  
  31. # Insert Categories Carsa
  32. INSERT_UPDATE Category;code[unique=true];defaultWeight;allowedPrincipals(uid)[default='customergroup'];$catalogVersionCarsa;discountThreshold
  33. #Categoría principal
  34. ;mainCategories;;;;40
  35. ;offers
  36. #Categorías nivel 1
  37. ;1;;;;21
  38. ;2;;;;22
  39. ;3;;;;23
  40. ;4;;;;24
  41. ;5;;;;12
  42. ;6;;;;13
  43. ;7;;;;14
  44. ;8;;;;21
  45. ;9;;;;22
  46. ;10;;;;23
  47. ;11;;;;24
  48. ;12;;;;11
  49. ;13;;;;12
  50. ;15;;;;13
  51. ;164;;;;14
  52. # 1. Gaming
  53. ;14
  54. ;16
  55. ;17
  56. ;18
  57. ;19
  58. ;378
  59. ;390
  60. ;403
  61. ;415
  62. ;427
  63. ;439
  64. ;451
  65. ;452
  66. ;515
  67. ;517
  68. ;487
  69. ;573
  70. # 2. Climatización
  71. ;21;2000
  72. ;22;2100
  73. ;23;2500
  74. ;511;3000
  75. # 3. Audio/TV/Video
  76. ;39
  77. ;40
  78. ;41
  79. ;42
  80. ;43
  81. ;44
  82. ;45
  83. ;46
  84. ;47
  85. ;49
  86. ;53
  87. ;54
  88. ;55
  89. ;56
  90. ;57
  91. ;61
  92. ;62
  93. ;570
  94. ;571
  95. # 4. Cámaras
  96. ;76
  97. ;77
  98. ;78
  99. ;518
  100. # 5. Telefonía
  101. ;82
  102. ;86
  103. ;89
  104. ;90
  105. # 6. Informática
  106. ;20
  107. ;91
  108. ;92
  109. ;108
  110. ;93
  111. ;95
  112. ;96
  113. ;97
  114. ;98
  115. ;99
  116. ;100
  117. ;104
  118. ;105
  119. ;109
  120. ;112
  121. ;509
  122. ;519
  123. # 7. Electrohogar
  124. ;126
  125. ;129
  126. ;137
  127. ;140
  128. ;147
  129. ;151
  130. ;152
  131. ;153
  132. ;154
  133. ;155
  134. ;159
  135. ;162
  136. ;163
  137. ;504
  138. # 8. Pequeños
  139. ;182
  140. ;183
  141. ;184
  142. ;185
  143. ;186
  144. ;187
  145. ;188
  146. ;189
  147. ;190
  148. ;191
  149. ;192
  150. ;193
  151. ;194
  152. ;195
  153. ;196
  154. ;197
  155. ;198
  156. ;199
  157. ;200
  158. ;201
  159. ;202
  160. ;203
  161. ;204
  162. ;505
  163. ;506
  164. ;507
  165. ;513
  166. ;514
  167. ;508
  168. # 9. Rodados
  169. ;205
  170. ;206
  171. ;207
  172. ;208
  173. ;209
  174. # 10. Hogar y aire libre
  175. ;218
  176. ;237
  177. ;247
  178. ;255
  179. ;258
  180. ;575
  181. # 11. Música
  182. ;278
  183. ;281
  184. ;284
  185. ;287
  186. ;295
  187. ;296
  188. ;297
  189. ;298
  190. ;299
  191. ;300
  192. ;301
  193. ;302
  194. ;305
  195. ;306
  196. ;309
  197. ;310
  198. ;316
  199. ;319
  200. ;320
  201. ;323
  202. ;324
  203. ;325
  204. ;326
  205. ;327
  206. ;499
  207. ;500
  208. ;501
  209. # 12. Películas
  210. ;328
  211. ;343
  212. # 13. Ebooks
  213. ;360
  214. ;361
  215. ;362
  216. ;363
  217. ;364
  218. ;365
  219. ;366
  220. ;367
  221. ;368
  222. ;369
  223. ;370
  224. ;371
  225. ;372
  226. ;373
  227. ;374
  228. ;375
  229. ;376
  230. ;377
  231. # 15. Niños
  232. ;211
  233. ;212
  234. ;213
  235. ;214
  236. ;215
  237. ;216
  238. ;217
  239. ;520
  240. # 164. Cuidado personal y salud
  241. ;165
  242. ;166
  243. ;167
  244. ;168
  245. ;169
  246. ;170
  247. ;171
  248. ;172
  249. ;173
  250. ;175
  251. ;176
  252. ;177
  253. ;178
  254. ;179
  255. # 62. Accesorios de imagen y sonido --> 3. Audio/TV/Video
  256. ;63
  257. ;64
  258. ;65
  259. ;66
  260. ;67
  261. ;68
  262. ;69
  263. ;70
  264. ;71
  265. ;72
  266. ;73
  267. ;74
  268. ;75
  269. # 82. Teléfonos celulares --> 5. Telefonía
  270. ;83
  271. ;84
  272. ;85
  273. # 112. Accesorios --> 6. Informática
  274. ;113
  275. ;114
  276. ;115
  277. ;116
  278. ;117
  279. ;118
  280. ;119
  281. ;120
  282. ;121
  283. ;122
  284. ;123
  285. ;124
  286. ;125
  287. ;547
  288. ;569
  289. #Consignment
  290. ;consignacion
  291. # Insert Categories Emsa
  292. INSERT_UPDATE Category;code[unique=true];defaultWeight[allownull=true];allowedPrincipals(uid)[default='customergroup'];$catalogVersionEmsa;discountThreshold
  293. #Categoría principal
  294. ;mainCategories;;;;40
  295. ;offers
  296. #Categorías nivel 1
  297. ;1;;;;21
  298. ;2;;;;22
  299. ;3;;;;23
  300. ;4;;;;24
  301. ;5;;;;12
  302. ;6;;;;13
  303. ;7;;;;14
  304. ;8;;;;21
  305. ;9;;;;22
  306. ;10;;;;23
  307. ;11;;;;24
  308. ;12;;;;11
  309. ;13;;;;12
  310. ;15;;;;13
  311. ;164;;;;14
  312. # 1. Gaming
  313. ;14
  314. ;16
  315. ;17
  316. ;18
  317. ;19
  318. ;378
  319. ;390
  320. ;403
  321. ;415
  322. ;427
  323. ;439
  324. ;451
  325. ;452
  326. ;515
  327. ;517
  328. ;487
  329. ;573
  330. # 2. Climatización
  331. ;21;2000
  332. ;22;2100
  333. ;23;2500
  334. ;511;3000
  335. # 3. Audio/TV/Video
  336. ;39
  337. ;40
  338. ;41
  339. ;42
  340. ;43
  341. ;44
  342. ;45
  343. ;46
  344. ;47
  345. ;49
  346. ;53
  347. ;54
  348. ;55
  349. ;56
  350. ;57
  351. ;61
  352. ;62
  353. ;570
  354. ;571
  355. # 4. Cámaras
  356. ;76
  357. ;77
  358. ;78
  359. ;518
  360. # 5. Telefonía
  361. ;82
  362. ;86
  363. ;89
  364. ;90
  365. # 6. Informática
  366. ;20
  367. ;91
  368. ;92
  369. ;108
  370. ;93
  371. ;95
  372. ;96
  373. ;97
  374. ;98
  375. ;99
  376. ;100
  377. ;104
  378. ;105
  379. ;109
  380. ;112
  381. ;509
  382. ;519
  383. # 7. Electrohogar
  384. ;126
  385. ;129
  386. ;137
  387. ;140
  388. ;147
  389. ;151
  390. ;152
  391. ;153
  392. ;154
  393. ;155
  394. ;159
  395. ;162
  396. ;163
  397. ;504
  398. # 8. Pequeños
  399. ;182
  400. ;183
  401. ;184
  402. ;185
  403. ;186
  404. ;187
  405. ;188
  406. ;189
  407. ;190
  408. ;191
  409. ;192
  410. ;193
  411. ;194
  412. ;195
  413. ;196
  414. ;197
  415. ;198
  416. ;199
  417. ;200
  418. ;201
  419. ;202
  420. ;203
  421. ;204
  422. ;505
  423. ;506
  424. ;507
  425. ;513
  426. ;514
  427. ;508
  428. # 9. Rodados
  429. ;205
  430. ;206
  431. ;207
  432. ;208
  433. ;209
  434. # 10. Hogar y aire libre
  435. ;218
  436. ;237
  437. ;247
  438. ;255
  439. ;258
  440. ;575
  441. # 11. Música
  442. ;278
  443. ;281
  444. ;284
  445. ;287
  446. ;295
  447. ;296
  448. ;297
  449. ;298
  450. ;299
  451. ;300
  452. ;301
  453. ;302
  454. ;305
  455. ;306
  456. ;309
  457. ;310
  458. ;316
  459. ;319
  460. ;320
  461. ;323
  462. ;324
  463. ;325
  464. ;326
  465. ;327
  466. ;499
  467. ;500
  468. ;501
  469. # 12. Películas
  470. ;328
  471. ;343
  472. # 13. Ebooks
  473. ;360
  474. ;361
  475. ;362
  476. ;363
  477. ;364
  478. ;365
  479. ;366
  480. ;367
  481. ;368
  482. ;369
  483. ;370
  484. ;371
  485. ;372
  486. ;373
  487. ;374
  488. ;375
  489. ;376
  490. ;377
  491. # 15. Niños
  492. ;211
  493. ;212
  494. ;213
  495. ;214
  496. ;215
  497. ;216
  498. ;520
  499. ;217
  500.  
  501. # 164. Cuidado personal y salud
  502. ;165
  503. ;166
  504. ;167
  505. ;168
  506. ;169
  507. ;170
  508. ;171
  509. ;172
  510. ;173
  511. ;175
  512. ;176
  513. ;177
  514. ;178
  515. ;179
  516. # 62. Accesorios de imagen y sonido --> 3. Audio/TV/Video
  517. ;63
  518. ;64
  519. ;65
  520. ;66
  521. ;67
  522. ;68
  523. ;69
  524. ;70
  525. ;71
  526. ;72
  527. ;73
  528. ;74
  529. ;75
  530. # 82. Teléfonos celulares --> 5. Telefonía
  531. ;83
  532. ;84
  533. ;85
  534. # 112. Accesorios --> 6. Informática
  535. ;113
  536. ;114
  537. ;115
  538. ;116
  539. ;117
  540. ;118
  541. ;119
  542. ;120
  543. ;121
  544. ;122
  545. ;123
  546. ;124
  547. ;125
  548. ;547
  549. ;569
  550. #Consignment
  551. ;consignacion
  552. # Insert Categories
  553. INSERT_UPDATE Category;code[unique=true];allowedPrincipals(uid)[default='customergroup'];$catalogVersion;discountThreshold
  554. #Categoría principal
  555. ;mainCategories;;;40
  556. #Categoría para las ofertas
  557. ;offers
  558. #Categorías nivel 1
  559. ;1;;;21
  560. ;2;;;22
  561. ;3;;;23
  562. ;4;;;24
  563. ;5;;;12
  564. ;6;;;13
  565. ;7;;;14
  566. ;8;;;21
  567. ;9;;;22
  568. ;10;;;23
  569. ;11;;;24
  570. ;12;;;11
  571. ;13;;;12
  572. ;15;;;13
  573. ;164;;;14
  574. # 1. Gaming
  575. ;14
  576. ;16
  577. ;17
  578. ;18
  579. ;19
  580. ;378
  581. ;390
  582. ;403
  583. ;415
  584. ;427
  585. ;439
  586. ;451
  587. ;452
  588. ;515
  589. ;517
  590. ;487
  591. ;573
  592. # 2. Climatización
  593. ;21
  594. ;22
  595. ;23
  596. ;511
  597. # 3. Audio/TV/Video
  598. ;39
  599. ;40
  600. ;41
  601. ;42
  602. ;43
  603. ;44
  604. ;45
  605. ;46
  606. ;47
  607. ;49
  608. ;53
  609. ;54
  610. ;55
  611. ;56
  612. ;57
  613. ;61
  614. ;62
  615. ;570
  616. ;571
  617. # 4. Cámaras
  618. ;76
  619. ;77
  620. ;78
  621. ;518
  622. # 5. Telefonía
  623. ;82
  624. ;86
  625. ;89
  626. ;90
  627. # 6. Informática
  628. ;20
  629. ;91
  630. ;92
  631. ;108
  632. ;93
  633. ;95
  634. ;96
  635. ;97
  636. ;98
  637. ;99
  638. ;100
  639. ;104
  640. ;105
  641. ;109
  642. ;112
  643. ;509
  644. ;519
  645. # 7. Electrohogar
  646. ;126
  647. ;129
  648. ;137
  649. ;140
  650. ;147
  651. ;151
  652. ;152
  653. ;153
  654. ;154
  655. ;155
  656. ;159
  657. ;162
  658. ;163
  659. ;504
  660. # 8. Pequeños
  661. ;182
  662. ;183
  663. ;184
  664. ;185
  665. ;186
  666. ;187
  667. ;188
  668. ;189
  669. ;190
  670. ;191
  671. ;192
  672. ;193
  673. ;194
  674. ;195
  675. ;196
  676. ;197
  677. ;198
  678. ;199
  679. ;200
  680. ;201
  681. ;202
  682. ;203
  683. ;204
  684. ;505
  685. ;506
  686. ;507
  687. ;513
  688. ;514
  689. ;508
  690. # 9. Rodados
  691. ;205
  692. ;206
  693. ;207
  694. ;208
  695. ;209
  696. # 10. Hogar y aire libre
  697. ;218
  698. ;237
  699. ;247
  700. ;255
  701. ;258
  702. ;575
  703. # 11. Música
  704. ;278
  705. ;281
  706. ;284
  707. ;287
  708. ;295
  709. ;296
  710. ;297
  711. ;298
  712. ;299
  713. ;300
  714. ;301
  715. ;302
  716. ;305
  717. ;306
  718. ;309
  719. ;310
  720. ;316
  721. ;319
  722. ;320
  723. ;323
  724. ;324
  725. ;325
  726. ;326
  727. ;327
  728. ;499
  729. ;500
  730. ;501
  731. # 12. Películas
  732. ;328
  733. ;343
  734. # 13. Ebooks
  735. ;360
  736. ;361
  737. ;362
  738. ;363
  739. ;364
  740. ;365
  741. ;366
  742. ;367
  743. ;368
  744. ;369
  745. ;370
  746. ;371
  747. ;372
  748. ;373
  749. ;374
  750. ;375
  751. ;376
  752. ;377
  753. # 15. Niños
  754. ;211
  755. ;212
  756. ;213
  757. ;214
  758. ;215
  759. ;216
  760. ;520
  761. ;217
  762. # 164. Cuidado personal y salud
  763. ;165
  764. ;166
  765. ;167
  766. ;168
  767. ;169
  768. ;170
  769. ;171
  770. ;172
  771. ;173
  772. ;175
  773. ;176
  774. ;177
  775. ;178
  776. ;179
  777. # 62. Accesorios de imagen y sonido --> 3. Audio/TV/Video
  778. ;63
  779. ;64
  780. ;65
  781. ;66
  782. ;67
  783. ;68
  784. ;69
  785. ;70
  786. ;71
  787. ;72
  788. ;73
  789. ;74
  790. ;75
  791. # 82. Teléfonos celulares --> 5. Telefonía
  792. ;83
  793. ;84
  794. ;85
  795. # 112. Accesorios --> 6. Informática
  796. ;113
  797. ;114
  798. ;115
  799. ;116
  800. ;117
  801. ;118
  802. ;119
  803. ;120
  804. ;121
  805. ;122
  806. ;123
  807. ;124
  808. ;125
  809. ;547
  810. ;569
  811. #Consignment
  812. ;consignacion
  813. # Insert Category Structure
  814. INSERT_UPDATE CategoryCategoryRelation;$categories;$supercategories
  815. # mainCategories
  816. ;1;mainCategories
  817. ;2;mainCategories
  818. ;3;mainCategories
  819. ;4;mainCategories
  820. ;5;mainCategories
  821. ;6;mainCategories
  822. ;7;mainCategories
  823. ;8;mainCategories
  824. ;9;mainCategories
  825. ;10;mainCategories
  826. ;11;mainCategories
  827. ;12;mainCategories
  828. ;13;mainCategories
  829. ;15;mainCategories
  830. ;164;mainCategories
  831.  
  832. ;14;1
  833. ;16;1
  834. ;17;1
  835. ;18;1
  836. ;19;1
  837. ;378;1
  838. ;390;1
  839. ;403;1
  840. ;415;1
  841. ;427;1
  842. ;439;1
  843. ;451;1
  844. ;452;1
  845. ;515;1
  846. ;517;1
  847. ;487;1
  848. ;573;1
  849.  
  850. ;21;2
  851. ;22;2
  852. ;23;2
  853. ;511;2
  854.  
  855. ;39;3
  856. ;40;3
  857. ;41;3
  858. ;42;3
  859. ;43;3
  860. ;44;3
  861. ;45;3
  862. ;46;3
  863. ;47;3
  864. ;49;3
  865. ;53;3
  866. ;54;3
  867. ;55;3
  868. ;56;3
  869. ;57;3
  870. ;61;3
  871. ;62;3
  872. ;570;3
  873. ;571;3
  874.  
  875.  
  876. ;76;4
  877. ;77;4
  878. ;78;4
  879. ;518;4
  880.  
  881. ;82;5
  882. ;86;5
  883. ;89;5
  884. ;90;5
  885.  
  886. ;20;6
  887. ;91;6
  888. ;92;6
  889. ;108;6
  890. ;93;6
  891. ;95;6
  892. ;96;6
  893. ;97;6
  894. ;98;6
  895. ;99;6
  896. ;100;6
  897. ;104;6
  898. ;105;6
  899. ;109;6
  900. ;112;6
  901. ;509;6
  902. ;519;6
  903.  
  904. ;126;7
  905. ;129;7
  906. ;137;7
  907. ;140;7
  908. ;147;7
  909. ;151;7
  910. ;152;7
  911. ;153;7
  912. ;154;7
  913. ;155;7
  914. ;159;7
  915. ;162;7
  916. ;163;7
  917. ;504;7
  918.  
  919. ;182;8
  920. ;183;8
  921. ;184;8
  922. ;185;8
  923. ;186;8
  924. ;187;8
  925. ;188;8
  926. ;189;8
  927. ;190;8
  928. ;191;8
  929. ;192;8
  930. ;193;8
  931. ;194;8
  932. ;195;8
  933. ;196;8
  934. ;197;8
  935. ;198;8
  936. ;199;8
  937. ;200;8
  938. ;201;8
  939. ;202;8
  940. ;203;8
  941. ;204;8
  942. ;505;8
  943. ;506;8
  944. ;507;8
  945. ;508;8
  946. ;513;8
  947. ;514;8
  948. ;205;9
  949. ;206;9
  950. ;207;9
  951. ;208;9
  952. ;209;9
  953.  
  954. ;218;10
  955. ;237;10
  956. ;247;10
  957. ;255;10
  958. ;258;10
  959. ;575;10
  960.  
  961. ;278;11
  962. ;281;11
  963. ;284;11
  964. ;287;11
  965. ;295;11
  966. ;296;11
  967. ;297;11
  968. ;298;11
  969. ;299;11
  970. ;300;11
  971. ;301;11
  972. ;302;11
  973. ;305;11
  974. ;306;11
  975. ;309;11
  976. ;310;11
  977. ;316;11
  978. ;319;11
  979. ;320;11
  980. ;323;11
  981. ;324;11
  982. ;325;11
  983. ;326;11
  984. ;327;11
  985. ;499;11
  986. ;500;11
  987. ;501;11
  988.  
  989. ;328;12
  990. ;343;12
  991.  
  992. ;360;13
  993. ;361;13
  994. ;362;13
  995. ;363;13
  996. ;364;13
  997. ;365;13
  998. ;366;13
  999. ;367;13
  1000. ;368;13
  1001. ;369;13
  1002. ;370;13
  1003. ;371;13
  1004. ;372;13
  1005. ;373;13
  1006. ;374;13
  1007. ;375;13
  1008. ;376;13
  1009. ;377;13
  1010.  
  1011. ;211;15
  1012. ;212;15
  1013. ;213;15
  1014. ;214;15
  1015. ;215;15
  1016. ;216;15
  1017. ;217;15
  1018. ;520;15
  1019.  
  1020. ;63;62
  1021. ;64;62
  1022. ;65;62
  1023. ;66;62
  1024. ;67;62
  1025. ;68;62
  1026. ;69;62
  1027. ;70;62
  1028. ;71;62
  1029. ;72;62
  1030. ;73;62
  1031. ;74;62
  1032. ;75;62
  1033.  
  1034. ;83;82
  1035. ;84;82
  1036. ;85;82
  1037.  
  1038. ;113;112
  1039. ;114;112
  1040. ;115;112
  1041. ;116;112
  1042. ;117;112
  1043. ;118;112
  1044. ;119;112
  1045. ;120;112
  1046. ;121;112
  1047. ;122;112
  1048. ;123;112
  1049. ;124;112
  1050. ;125;112
  1051. ;547;112
  1052. ;569;112
  1053.  
  1054. ;165;164
  1055. ;166;164
  1056. ;167;164
  1057. ;168;164
  1058. ;169;164
  1059. ;170;164
  1060. ;171;164
  1061. ;172;164
  1062. ;173;164
  1063. ;175;164
  1064. ;176;164
  1065. ;177;164
  1066. ;178;164
  1067. ;179;164
  1068.  
  1069. # Insert Category Structure Carsa
  1070. INSERT_UPDATE CategoryCategoryRelation;$categoriesCarsa;$supercategoriesCarsa
  1071. ;1;mainCategories
  1072. ;2;mainCategories
  1073. ;3;mainCategories
  1074. ;4;mainCategories
  1075. ;5;mainCategories
  1076. ;6;mainCategories
  1077. ;7;mainCategories
  1078. ;8;mainCategories
  1079. ;9;mainCategories
  1080. ;10;mainCategories
  1081. ;11;mainCategories
  1082. ;12;mainCategories
  1083. ;13;mainCategories
  1084. ;15;mainCategories
  1085. ;164;mainCategories
  1086.  
  1087. ;14;1
  1088. ;16;1
  1089. ;17;1
  1090. ;18;1
  1091. ;19;1
  1092. ;378;1
  1093. ;390;1
  1094. ;403;1
  1095. ;415;1
  1096. ;427;1
  1097. ;439;1
  1098. ;451;1
  1099. ;452;1
  1100. ;515;1
  1101. ;517;1
  1102. ;487;1
  1103. ;573;1
  1104.  
  1105. ;21;2
  1106. ;22;2
  1107. ;23;2
  1108. ;511;2
  1109.  
  1110. ;39;3
  1111. ;40;3
  1112. ;41;3
  1113. ;42;3
  1114. ;43;3
  1115. ;44;3
  1116. ;45;3
  1117. ;46;3
  1118. ;47;3
  1119. ;49;3
  1120. ;53;3
  1121. ;54;3
  1122. ;55;3
  1123. ;56;3
  1124. ;57;3
  1125. ;61;3
  1126. ;62;3
  1127. ;570;3
  1128. ;571;3
  1129. ;76;4
  1130. ;77;4
  1131. ;78;4
  1132. ;518;4
  1133.  
  1134. ;82;5
  1135. ;86;5
  1136. ;89;5
  1137. ;90;5
  1138.  
  1139. ;20;6
  1140. ;91;6
  1141. ;92;6
  1142. ;108;6
  1143. ;93;6
  1144. ;95;6
  1145. ;96;6
  1146. ;97;6
  1147. ;98;6
  1148. ;99;6
  1149. ;100;6
  1150. ;104;6
  1151. ;105;6
  1152. ;109;6
  1153. ;112;6
  1154. ;509;6
  1155. ;519;6
  1156.  
  1157. ;126;7
  1158. ;129;7
  1159. ;137;7
  1160. ;140;7
  1161. ;147;7
  1162. ;151;7
  1163. ;152;7
  1164. ;153;7
  1165. ;154;7
  1166. ;155;7
  1167. ;159;7
  1168. ;162;7
  1169. ;163;7
  1170. ;504;7
  1171.  
  1172. ;182;8
  1173. ;183;8
  1174. ;184;8
  1175. ;185;8
  1176. ;186;8
  1177. ;187;8
  1178. ;188;8
  1179. ;189;8
  1180. ;190;8
  1181. ;191;8
  1182. ;192;8
  1183. ;193;8
  1184. ;194;8
  1185. ;195;8
  1186. ;196;8
  1187. ;197;8
  1188. ;198;8
  1189. ;199;8
  1190. ;200;8
  1191. ;201;8
  1192. ;202;8
  1193. ;203;8
  1194. ;204;8
  1195. ;505;8
  1196. ;506;8
  1197. ;507;8
  1198. ;513;8
  1199. ;514;8
  1200. ;508;8
  1201.  
  1202. ;205;9
  1203. ;206;9
  1204. ;207;9
  1205. ;208;9
  1206. ;209;9
  1207.  
  1208. ;218;10
  1209. ;237;10
  1210. ;247;10
  1211. ;255;10
  1212. ;258;10
  1213. ;575;10
  1214.  
  1215. ;278;11
  1216. ;281;11
  1217. ;284;11
  1218. ;287;11
  1219. ;295;11
  1220. ;296;11
  1221. ;297;11
  1222. ;298;11
  1223. ;299;11
  1224. ;300;11
  1225. ;301;11
  1226. ;302;11
  1227. ;305;11
  1228. ;306;11
  1229. ;309;11
  1230. ;310;11
  1231. ;316;11
  1232. ;319;11
  1233. ;320;11
  1234. ;323;11
  1235. ;324;11
  1236. ;325;11
  1237. ;326;11
  1238. ;327;11
  1239. ;499;11
  1240. ;500;11
  1241. ;501;11
  1242.  
  1243. ;328;12
  1244. ;343;12
  1245.  
  1246. ;360;13
  1247. ;361;13
  1248. ;362;13
  1249. ;363;13
  1250. ;364;13
  1251. ;365;13
  1252. ;366;13
  1253. ;367;13
  1254. ;368;13
  1255. ;369;13
  1256. ;370;13
  1257. ;371;13
  1258. ;372;13
  1259. ;373;13
  1260. ;374;13
  1261. ;375;13
  1262. ;376;13
  1263. ;377;13
  1264.  
  1265. ;211;15
  1266. ;212;15
  1267. ;213;15
  1268. ;214;15
  1269. ;215;15
  1270. ;216;15
  1271. ;520;15
  1272. ;217;15
  1273.  
  1274. ;63;62
  1275. ;64;62
  1276. ;65;62
  1277. ;66;62
  1278. ;67;62
  1279. ;68;62
  1280. ;69;62
  1281. ;70;62
  1282. ;71;62
  1283. ;72;62
  1284. ;73;62
  1285. ;74;62
  1286. ;75;62
  1287.  
  1288. ;83;82
  1289. ;84;82
  1290. ;85;82
  1291.  
  1292. ;113;112
  1293. ;114;112
  1294. ;115;112
  1295. ;116;112
  1296. ;117;112
  1297. ;118;112
  1298. ;119;112
  1299. ;120;112
  1300. ;121;112
  1301. ;122;112
  1302. ;123;112
  1303. ;124;112
  1304. ;125;112
  1305. ;547;112
  1306. ;569;112
  1307. ;547;112
  1308. ;569;112
  1309.  
  1310. ;165;164
  1311. ;166;164
  1312. ;167;164
  1313. ;168;164
  1314. ;169;164
  1315. ;170;164
  1316. ;171;164
  1317. ;172;164
  1318. ;173;164
  1319. ;175;164
  1320. ;176;164
  1321. ;177;164
  1322. ;178;164
  1323. ;179;164
  1324.  
  1325. # Insert Category Structure Emsa
  1326. INSERT_UPDATE CategoryCategoryRelation;$categoriesEmsa;$supercategoriesEmsa
  1327. ;1;mainCategories
  1328. ;2;mainCategories
  1329. ;3;mainCategories
  1330. ;4;mainCategories
  1331. ;5;mainCategories
  1332. ;6;mainCategories
  1333. ;7;mainCategories
  1334. ;8;mainCategories
  1335. ;9;mainCategories
  1336. ;10;mainCategories
  1337. ;11;mainCategories
  1338. ;12;mainCategories
  1339. ;13;mainCategories
  1340. ;15;mainCategories
  1341. ;164;mainCategories
  1342.  
  1343. ;14;1
  1344. ;16;1
  1345. ;17;1
  1346. ;18;1
  1347. ;19;1
  1348. ;378;1
  1349. ;390;1
  1350. ;403;1
  1351. ;415;1
  1352. ;427;1
  1353. ;439;1
  1354. ;451;1
  1355. ;452;1
  1356. ;487;1
  1357. ;515;1
  1358. ;517;1
  1359. ;573;1
  1360.  
  1361. ;21;2
  1362. ;22;2
  1363. ;23;2
  1364. ;511;2
  1365.  
  1366. ;39;3
  1367. ;40;3
  1368. ;41;3
  1369. ;42;3
  1370. ;43;3
  1371. ;44;3
  1372. ;45;3
  1373. ;46;3
  1374. ;47;3
  1375. ;49;3
  1376. ;53;3
  1377. ;54;3
  1378. ;55;3
  1379. ;56;3
  1380. ;57;3
  1381. ;61;3
  1382. ;62;3
  1383. ;570;3
  1384. ;571;3
  1385.  
  1386. ;76;4
  1387. ;77;4
  1388. ;78;4
  1389. ;518;4
  1390.  
  1391. ;82;5
  1392. ;86;5
  1393. ;89;5
  1394. ;90;5
  1395.  
  1396. ;20;6
  1397. ;91;6
  1398. ;92;6
  1399. ;93;6
  1400. ;95;6
  1401. ;96;6
  1402. ;97;6
  1403. ;98;6
  1404. ;99;6
  1405. ;100;6
  1406. ;104;6
  1407. ;105;6
  1408. ;109;6
  1409. ;112;6
  1410. ;509;6
  1411. ;519;6
  1412.  
  1413. ;126;7
  1414. ;129;7
  1415. ;137;7
  1416. ;140;7
  1417. ;147;7
  1418. ;151;7
  1419. ;152;7
  1420. ;153;7
  1421. ;154;7
  1422. ;155;7
  1423. ;159;7
  1424. ;162;7
  1425. ;163;7
  1426. ;504;7
  1427.  
  1428. ;182;8
  1429. ;183;8
  1430. ;184;8
  1431. ;185;8
  1432. ;186;8
  1433. ;187;8
  1434. ;188;8
  1435. ;189;8
  1436. ;190;8
  1437. ;191;8
  1438. ;192;8
  1439. ;193;8
  1440. ;194;8
  1441. ;195;8
  1442. ;196;8
  1443. ;197;8
  1444. ;198;8
  1445. ;199;8
  1446. ;200;8
  1447. ;201;8
  1448. ;202;8
  1449. ;203;8
  1450. ;204;8
  1451. ;505;8
  1452. ;506;8
  1453. ;507;8
  1454. ;513;8
  1455. ;514;8
  1456. ;508;8
  1457.  
  1458. ;205;9
  1459. ;206;9
  1460. ;207;9
  1461. ;208;9
  1462. ;209;9
  1463.  
  1464. ;218;10
  1465. ;237;10
  1466. ;247;10
  1467. ;255;10
  1468. ;258;10
  1469. ;575;10
  1470.  
  1471. ;278;11
  1472. ;281;11
  1473. ;284;11
  1474. ;287;11
  1475. ;295;11
  1476. ;296;11
  1477. ;297;11
  1478. ;298;11
  1479. ;299;11
  1480. ;300;11
  1481. ;301;11
  1482. ;302;11
  1483. ;305;11
  1484. ;306;11
  1485. ;309;11
  1486. ;310;11
  1487. ;316;11
  1488. ;319;11
  1489. ;320;11
  1490. ;323;11
  1491. ;324;11
  1492. ;325;11
  1493. ;326;11
  1494. ;327;11
  1495. ;499;11
  1496. ;500;11
  1497. ;501;11
  1498.  
  1499. ;328;12
  1500. ;343;12
  1501.  
  1502. ;360;13
  1503. ;361;13
  1504. ;362;13
  1505. ;363;13
  1506. ;364;13
  1507. ;365;13
  1508. ;366;13
  1509. ;367;13
  1510. ;368;13
  1511. ;369;13
  1512. ;370;13
  1513. ;371;13
  1514. ;372;13
  1515. ;373;13
  1516. ;374;13
  1517. ;375;13
  1518. ;376;13
  1519. ;377;13
  1520.  
  1521. ;211;15
  1522. ;212;15
  1523. ;213;15
  1524. ;214;15
  1525. ;215;15
  1526. ;216;15
  1527. ;520;15
  1528. ;217;15
  1529.  
  1530. ;63;62
  1531. ;64;62
  1532. ;65;62
  1533. ;66;62
  1534. ;67;62
  1535. ;68;62
  1536. ;69;62
  1537. ;70;62
  1538. ;71;62
  1539. ;72;62
  1540. ;73;62
  1541. ;74;62
  1542. ;75;62
  1543.  
  1544. ;83;82
  1545. ;84;82
  1546. ;85;82
  1547.  
  1548. ;113;112
  1549. ;114;112
  1550. ;115;112
  1551. ;116;112
  1552. ;117;112
  1553. ;118;112
  1554. ;119;112
  1555. ;120;112
  1556. ;121;112
  1557. ;122;112
  1558. ;123;112
  1559. ;124;112
  1560. ;125;112
  1561. ;547;112
  1562. ;569;112
  1563.  
  1564. ;165;164
  1565. ;166;164
  1566. ;167;164
  1567. ;168;164
  1568. ;169;164
  1569. ;170;164
  1570. ;171;164
  1571. ;172;164
  1572. ;173;164
  1573. ;175;164
  1574. ;176;164
  1575. ;177;164
  1576. ;178;164
  1577. ;179;164
  1578.  
  1579. # Garantías
  1580. INSERT_UPDATE Category;code[unique=true];allowedPrincipals(uid)[default='customergroup'];catalogversion(catalog(id),version)[unique=true]
  1581. ;warranties;;$productCatalogCarsa:Staged
  1582. ;warranties;;$productCatalogEmsa:Staged
  1583. ;warranties;;$productCatalog:Staged
  1584.  
  1585.  
  1586.  
  1587.  
  1588.  
  1589. INSERT_UPDATE Category;code[unique=true];allowedPrincipals(uid)[default='customergroup'];catalogversion(catalog(id),version)[unique=true]
  1590. ;superofertas;;$productCatalogCarsa:Staged
  1591. ;superofertas;;$productCatalogEmsa:Staged
  1592. ;superofertas;;$productCatalog:Staged
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement