From b6f4abca0eb81ac8d598549aeded32363f675f81 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Mon, 8 Apr 2024 19:01:33 +0300 Subject: [PATCH] adding IT, ES languages to the testing build --- tests/seed/database/prestashop_8.sql | 1689 +++++++++++++++++++++++--- 1 file changed, 1533 insertions(+), 156 deletions(-) diff --git a/tests/seed/database/prestashop_8.sql b/tests/seed/database/prestashop_8.sql index 1b8c6b81d..d3a65cbe1 100644 --- a/tests/seed/database/prestashop_8.sql +++ b/tests/seed/database/prestashop_8.sql @@ -781,7 +781,7 @@ CREATE TABLE `ps_address` ( KEY `id_manufacturer` (`id_manufacturer`), KEY `id_supplier` (`id_supplier`), KEY `id_warehouse` (`id_warehouse`) -) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_address` (`id_address`, `id_country`, `id_state`, `id_customer`, `id_manufacturer`, `id_supplier`, `id_warehouse`, `alias`, `company`, `lastname`, `firstname`, `address1`, `address2`, `postcode`, `city`, `other`, `phone`, `phone_mobile`, `vat_number`, `dni`, `date_add`, `date_upd`, `active`, `deleted`) VALUES (1, 17, 0, 1, 0, 0, 0, 'Anonymous', 'Anonymous', 'Anonymous', 'Anonymous', 'Anonymous', '', '00000', 'Anonymous', '', '0000000000', '0000000000', '0000', '0000', '2024-02-05 10:58:31', '2024-02-05 10:58:31', 1, 0), @@ -1057,7 +1057,7 @@ CREATE TABLE `ps_admin_filter` ( `filter_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `admin_filter_search_id_idx` (`employee`,`shop`,`controller`,`action`,`filter_id`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; INSERT INTO `ps_admin_filter` (`id`, `employee`, `shop`, `controller`, `action`, `filter`, `filter_id`) VALUES (1, 1, 1, '', '', '{\"limit\":20,\"orderBy\":\"id_product\",\"sortOrder\":\"desc\",\"filters\":[]}', 'product'); @@ -1070,7 +1070,7 @@ CREATE TABLE `ps_alias` ( `active` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id_alias`), UNIQUE KEY `alias` (`alias`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_alias` (`id_alias`, `alias`, `search`, `active`) VALUES (1, 'bloose', 'blouse', 1), @@ -1118,7 +1118,7 @@ CREATE TABLE `ps_attribute` ( `position` int(11) NOT NULL, PRIMARY KEY (`id_attribute`), KEY `attribute_group` (`id_attribute_group`) -) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; INSERT INTO `ps_attribute` (`id_attribute`, `id_attribute_group`, `color`, `position`) VALUES (1, 1, '', 0), @@ -1154,7 +1154,7 @@ CREATE TABLE `ps_attribute_group` ( `group_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `position` int(11) NOT NULL, PRIMARY KEY (`id_attribute_group`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; INSERT INTO `ps_attribute_group` (`id_attribute_group`, `is_color_group`, `group_type`, `position`) VALUES (1, 0, 'select', 0), @@ -1180,24 +1180,28 @@ INSERT INTO `ps_attribute_group_lang` (`id_attribute_group`, `id_lang`, `name`, (1, 4, 'Taille', 'Taille'), (1, 5, 'Dimensione', 'Dimensione'), (1, 6, 'Rozmiar', 'Rozmiar'), +(1, 7, 'Tamaño', 'Tamaño'), (2, 1, 'Color', 'Color'), (2, 2, 'Farbe', 'Farbe'), (2, 3, 'Kleur', 'Kleur'), (2, 4, 'Couleur', 'Couleur'), (2, 5, 'Colore', 'Colore'), (2, 6, 'Kolor', 'Kolor'), +(2, 7, 'Color', 'Color'), (3, 1, 'Dimension', 'Dimension'), (3, 2, 'Dimension', 'Dimension'), (3, 3, 'Dimension', 'Dimension'), (3, 4, 'Dimension', 'Dimension'), (3, 5, 'Dimension', 'Dimension'), (3, 6, 'Dimension', 'Dimension'), +(3, 7, 'Dimension', 'Dimension'), (4, 1, 'Paper Type', 'Paper Type'), (4, 2, 'Paper Type', 'Paper Type'), (4, 3, 'Paper Type', 'Paper Type'), (4, 4, 'Paper Type', 'Paper Type'), (4, 5, 'Paper Type', 'Paper Type'), -(4, 6, 'Paper Type', 'Paper Type'); +(4, 6, 'Paper Type', 'Paper Type'), +(4, 7, 'Paper Type', 'Paper Type'); DROP TABLE IF EXISTS `ps_attribute_group_shop`; CREATE TABLE `ps_attribute_group_shop` ( @@ -1231,150 +1235,175 @@ INSERT INTO `ps_attribute_lang` (`id_attribute`, `id_lang`, `name`) VALUES (1, 4, 'S'), (1, 5, 'S'), (1, 6, 'S'), +(1, 7, 'S'), (2, 1, 'M'), (2, 2, 'M'), (2, 3, 'M'), (2, 4, 'M'), (2, 5, 'M'), (2, 6, 'M'), +(2, 7, 'M'), (3, 1, 'L'), (3, 2, 'L'), (3, 3, 'L'), (3, 4, 'L'), (3, 5, 'L'), (3, 6, 'L'), +(3, 7, 'L'), (4, 1, 'XL'), (4, 2, 'XL'), (4, 3, 'XL'), (4, 4, 'XL'), (4, 5, 'XL'), (4, 6, 'XL'), +(4, 7, 'XL'), (5, 1, 'Gray'), (5, 2, 'Grau'), (5, 3, 'Grijs'), (5, 4, 'Gris'), (5, 5, 'Grigio'), (5, 6, 'Szary'), +(5, 7, 'Gris'), (6, 1, 'Taupe'), (6, 2, 'Taupe'), (6, 3, 'Taupe'), (6, 4, 'Taupe'), (6, 5, 'Talpa'), (6, 6, 'Szarobrązowy'), +(6, 7, 'Gris pardo'), (7, 1, 'Beige'), (7, 2, 'Beige'), (7, 3, 'Beige'), (7, 4, 'Beige'), (7, 5, 'Beige'), (7, 6, 'Beżowy'), +(7, 7, 'Beige'), (8, 1, 'White'), (8, 2, 'Weiß'), (8, 3, 'Wit'), (8, 4, 'Blanc'), (8, 5, 'Bianco'), (8, 6, 'Biały'), +(8, 7, 'Blanco'), (9, 1, 'Off White'), (9, 2, 'Wollweiß'), (9, 3, 'Gebroken wit'), (9, 4, 'Blanc cassé'), (9, 5, 'Avorio'), (9, 6, 'Złamana biel'), +(9, 7, 'Blanco roto'), (10, 1, 'Red'), (10, 2, 'Rot'), (10, 3, 'Rood'), (10, 4, 'Rouge'), (10, 5, 'Rosso'), (10, 6, 'Czerwony'), +(10, 7, 'Rojo'), (11, 1, 'Black'), (11, 2, 'Schwarz'), (11, 3, 'Zwart'), (11, 4, 'Noir'), (11, 5, 'Nero'), (11, 6, 'czarny'), +(11, 7, 'Negro'), (12, 1, 'Camel'), (12, 2, 'Camel'), (12, 3, 'Camel'), (12, 4, 'Camel'), (12, 5, 'Cammello'), (12, 6, 'Wielbłąd'), +(12, 7, 'Camel'), (13, 1, 'Orange'), (13, 2, 'Orange'), (13, 3, 'Oranje'), (13, 4, 'Orange'), (13, 5, 'Arancione'), (13, 6, 'Pomarańczowy'), +(13, 7, 'Naranja'), (14, 1, 'Blue'), (14, 2, 'Blau'), (14, 3, 'Blauw'), (14, 4, 'Bleu'), (14, 5, 'Blu'), (14, 6, 'Niebieski'), +(14, 7, 'Azul'), (15, 1, 'Green'), (15, 2, 'Grün'), (15, 3, 'Groen'), (15, 4, 'Vert'), (15, 5, 'Verde'), (15, 6, 'Zielony'), +(15, 7, 'Verde'), (16, 1, 'Yellow'), (16, 2, 'Gelb'), (16, 3, 'Geel'), (16, 4, 'Jaune'), (16, 5, 'Giallo'), (16, 6, 'Żółty'), +(16, 7, 'Amarillo'), (17, 1, 'Brown'), (17, 2, 'Braun'), (17, 3, 'Bruin'), (17, 4, 'Marron'), (17, 5, 'Marrone'), (17, 6, 'Brązowy'), +(17, 7, 'Marrón'), (18, 1, 'Pink'), (18, 2, 'Pink'), (18, 3, 'Roze'), (18, 4, 'Rose'), (18, 5, 'Rosa'), (18, 6, 'Różowy'), +(18, 7, 'Rosa'), (19, 1, '40x60cm'), (19, 2, '40x60cm'), (19, 3, '40x60cm'), (19, 4, '40x60cm'), (19, 5, '40x60cm'), (19, 6, '40x60cm'), +(19, 7, '40x60cm'), (20, 1, '60x90cm'), (20, 2, '60x90cm'), (20, 3, '60x90cm'), (20, 4, '60x90cm'), (20, 5, '60x90cm'), (20, 6, '60x90cm'), +(20, 7, '60x90cm'), (21, 1, '80x120cm'), (21, 2, '80x120cm'), (21, 3, '80x120cm'), (21, 4, '80x120cm'), (21, 5, '80x120cm'), (21, 6, '80x120cm'), +(21, 7, '80x120cm'), (22, 1, 'Ruled'), (22, 2, 'Ruled'), (22, 3, 'Ruled'), (22, 4, 'Ruled'), (22, 5, 'Ruled'), (22, 6, 'Ruled'), +(22, 7, 'Ruled'), (23, 1, 'Plain'), (23, 2, 'Plain'), (23, 3, 'Plain'), (23, 4, 'Plain'), (23, 5, 'Plain'), (23, 6, 'Plain'), +(23, 7, 'Plain'), (24, 1, 'Squarred'), (24, 2, 'Squarred'), (24, 3, 'Squarred'), (24, 4, 'Squarred'), (24, 5, 'Squarred'), (24, 6, 'Squarred'), +(24, 7, 'Squarred'), (25, 1, 'Doted'), (25, 2, 'Doted'), (25, 3, 'Doted'), (25, 4, 'Doted'), (25, 5, 'Doted'), -(25, 6, 'Doted'); +(25, 6, 'Doted'), +(25, 7, 'Doted'); DROP TABLE IF EXISTS `ps_attribute_shop`; CREATE TABLE `ps_attribute_shop` ( @@ -1418,7 +1447,7 @@ CREATE TABLE `ps_authorization_role` ( `slug` varchar(191) NOT NULL, PRIMARY KEY (`id_authorization_role`), UNIQUE KEY `slug` (`slug`) -) ENGINE=InnoDB AUTO_INCREMENT=777 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_authorization_role` (`id_authorization_role`, `slug`) VALUES (469, 'ROLE_MOD_MODULE_BLOCKREASSURANCE_CREATE'), @@ -2241,7 +2270,7 @@ CREATE TABLE `ps_carrier` ( PRIMARY KEY (`id_carrier`), KEY `deleted` (`deleted`,`active`), KEY `reference` (`id_reference`,`deleted`,`active`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_carrier` (`id_carrier`, `id_reference`, `name`, `url`, `active`, `deleted`, `shipping_handling`, `range_behavior`, `is_module`, `is_free`, `shipping_external`, `need_range`, `external_module_name`, `shipping_method`, `position`, `max_width`, `max_height`, `max_depth`, `max_weight`, `grade`) VALUES (1, 1, 'Click and collect', '', 1, 1, 0, 0, 0, 1, 0, 0, '', 1, 0, 0, 0, 0, 0.000000, 0), @@ -2323,7 +2352,13 @@ INSERT INTO `ps_carrier_lang` (`id_carrier`, `id_shop`, `id_lang`, `delay`) VALU (3, 1, 6, 'Buy more to pay less!'), (4, 1, 6, 'The lighter the cheaper!'), (5, 1, 6, 'Odbiór w sklepie'), -(6, 1, 6, 'Dostawa następnego dnia!'); +(6, 1, 6, 'Dostawa następnego dnia!'), +(1, 1, 7, 'Recoger en tienda'), +(2, 1, 7, '¡Envío en 24h!'), +(3, 1, 7, 'Buy more to pay less!'), +(4, 1, 7, 'The lighter the cheaper!'), +(5, 1, 7, 'Recoger en tienda'), +(6, 1, 7, '¡Envío en 24h!'); DROP TABLE IF EXISTS `ps_carrier_shop`; CREATE TABLE `ps_carrier_shop` ( @@ -2422,7 +2457,7 @@ CREATE TABLE `ps_cart` ( KEY `id_shop_group` (`id_shop_group`), KEY `id_shop_2` (`id_shop`,`date_upd`), KEY `id_shop` (`id_shop`,`date_add`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_cart` (`id_cart`, `id_shop_group`, `id_shop`, `id_carrier`, `delivery_option`, `id_lang`, `id_address_delivery`, `id_address_invoice`, `id_currency`, `id_customer`, `id_guest`, `secure_key`, `recyclable`, `gift`, `gift_message`, `mobile_theme`, `allow_seperated_package`, `date_add`, `date_upd`, `checkout_session_data`) VALUES (1, 1, 1, 2, '{\"3\":\"2,\"}', 1, 5, 5, 1, 2, 1, 'b44a6d9efd7a0076a0fbce6b15eaf3b1', 0, 0, '', 0, 0, '2024-02-05 10:58:40', '2024-02-05 10:58:40', NULL), @@ -2610,7 +2645,7 @@ CREATE TABLE `ps_category` ( KEY `nright` (`nright`), KEY `activenleft` (`active`,`nleft`), KEY `activenright` (`active`,`nright`) -) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_category` (`id_category`, `id_parent`, `id_shop_default`, `level_depth`, `nleft`, `nright`, `active`, `date_add`, `date_upd`, `position`, `is_root_category`) VALUES (1, 0, 1, 0, 1, 18, 1, '2024-02-05 10:58:30', '2024-02-05 10:58:30', 0, 0), @@ -2685,54 +2720,63 @@ INSERT INTO `ps_category_lang` (`id_category`, `id_shop`, `id_lang`, `name`, `de (1, 1, 4, 'Racine', '', '', 'racine', '', '', ''), (1, 1, 5, 'Root', '', '', 'root', '', '', ''), (1, 1, 6, 'Baza', '', '', 'baza', '', '', ''), +(1, 1, 7, 'Raíz', '', '', 'raiz', '', '', ''), (2, 1, 1, 'Home', '', '', 'home', '', '', ''), (2, 1, 2, 'Startseite', '', '', 'startseite', '', '', ''), (2, 1, 3, 'Home', '', '', 'home', '', '', ''), (2, 1, 4, 'Accueil', '', '', 'accueil', '', '', ''), (2, 1, 5, 'Home', '', '', 'home', '', '', ''), (2, 1, 6, 'Strona główna', '', '', 'strona-glowna', '', '', ''), +(2, 1, 7, 'Inicio', '', '', 'inicio', '', '', ''), (3, 1, 1, 'Clothes', '

Discover our favorites fashionable discoveries, a selection of cool items to integrate in your wardrobe. Compose a unique style with personality which matches your own.

', '', 'clothes', '', '', ''), (3, 1, 2, 'Clothes', '

Discover our favorites fashionable discoveries, a selection of cool items to integrate in your wardrobe. Compose a unique style with personality which matches your own.

', '', 'clothes', '', '', ''), (3, 1, 3, 'Clothes', '

Discover our favorites fashionable discoveries, a selection of cool items to integrate in your wardrobe. Compose a unique style with personality which matches your own.

', '', 'clothes', '', '', ''), (3, 1, 4, 'Clothes', '

Discover our favorites fashionable discoveries, a selection of cool items to integrate in your wardrobe. Compose a unique style with personality which matches your own.

', '', 'clothes', '', '', ''), (3, 1, 5, 'Clothes', '

Discover our favorites fashionable discoveries, a selection of cool items to integrate in your wardrobe. Compose a unique style with personality which matches your own.

', '', 'clothes', '', '', ''), (3, 1, 6, 'Clothes', '

Discover our favorites fashionable discoveries, a selection of cool items to integrate in your wardrobe. Compose a unique style with personality which matches your own.

', '', 'clothes', '', '', ''), +(3, 1, 7, 'Clothes', '

Discover our favorites fashionable discoveries, a selection of cool items to integrate in your wardrobe. Compose a unique style with personality which matches your own.

', '', 'clothes', '', '', ''), (4, 1, 1, 'Men', '

T-shirts, sweaters, hoodies and men\'s accessories. From basics to original creations, for every style.

', '', 'men', '', '', ''), (4, 1, 2, 'Men', '

T-shirts, sweaters, hoodies and men\'s accessories. From basics to original creations, for every style.

', '', 'men', '', '', ''), (4, 1, 3, 'Men', '

T-shirts, sweaters, hoodies and men\'s accessories. From basics to original creations, for every style.

', '', 'men', '', '', ''), (4, 1, 4, 'Men', '

T-shirts, sweaters, hoodies and men\'s accessories. From basics to original creations, for every style.

', '', 'men', '', '', ''), (4, 1, 5, 'Men', '

T-shirts, sweaters, hoodies and men\'s accessories. From basics to original creations, for every style.

', '', 'men', '', '', ''), (4, 1, 6, 'Men', '

T-shirts, sweaters, hoodies and men\'s accessories. From basics to original creations, for every style.

', '', 'men', '', '', ''), +(4, 1, 7, 'Men', '

T-shirts, sweaters, hoodies and men\'s accessories. From basics to original creations, for every style.

', '', 'men', '', '', ''), (5, 1, 1, 'Women', '

T-shirts, sweaters, hoodies and women\'s accessories. From basics to original creations, for every style.

', '', 'women', '', '', ''), (5, 1, 2, 'Women', '

T-shirts, sweaters, hoodies and women\'s accessories. From basics to original creations, for every style.

', '', 'women', '', '', ''), (5, 1, 3, 'Women', '

T-shirts, sweaters, hoodies and women\'s accessories. From basics to original creations, for every style.

', '', 'women', '', '', ''), (5, 1, 4, 'Women', '

T-shirts, sweaters, hoodies and women\'s accessories. From basics to original creations, for every style.

', '', 'women', '', '', ''), (5, 1, 5, 'Women', '

T-shirts, sweaters, hoodies and women\'s accessories. From basics to original creations, for every style.

', '', 'women', '', '', ''), (5, 1, 6, 'Women', '

T-shirts, sweaters, hoodies and women\'s accessories. From basics to original creations, for every style.

', '', 'women', '', '', ''), +(5, 1, 7, 'Women', '

T-shirts, sweaters, hoodies and women\'s accessories. From basics to original creations, for every style.

', '', 'women', '', '', ''), (6, 1, 1, 'Accessories', '

Items and accessories for your desk, kitchen or living room. Make your house a home with our eye-catching designs.

', '', 'accessories', '', '', ''), (6, 1, 2, 'Zubehör', '

Items and accessories for your desk, kitchen or living room. Make your house a home with our eye-catching designs.

', '', 'accessories', '', '', ''), (6, 1, 3, 'Accessoires', '

Items and accessories for your desk, kitchen or living room. Make your house a home with our eye-catching designs.

', '', 'accessories', '', '', ''), (6, 1, 4, 'Accessoires', '

Items and accessories for your desk, kitchen or living room. Make your house a home with our eye-catching designs.

', '', 'accessories', '', '', ''), (6, 1, 5, 'Accessori', '

Items and accessories for your desk, kitchen or living room. Make your house a home with our eye-catching designs.

', '', 'accessories', '', '', ''), (6, 1, 6, 'Produkty powiązane', '

Items and accessories for your desk, kitchen or living room. Make your house a home with our eye-catching designs.

', '', 'accessories', '', '', ''), +(6, 1, 7, 'Accesorios', '

Items and accessories for your desk, kitchen or living room. Make your house a home with our eye-catching designs.

', '', 'accessories', '', '', ''), (7, 1, 1, 'Stationery', '

Notebooks, agendas, office accessories and more. Everything you need to combine the pleasant and the useful, either at work or at home.

', '', 'stationery', '', '', ''), (7, 1, 2, 'Stationery', '

Notebooks, agendas, office accessories and more. Everything you need to combine the pleasant and the useful, either at work or at home.

', '', 'stationery', '', '', ''), (7, 1, 3, 'Stationery', '

Notebooks, agendas, office accessories and more. Everything you need to combine the pleasant and the useful, either at work or at home.

', '', 'stationery', '', '', ''), (7, 1, 4, 'Stationery', '

Notebooks, agendas, office accessories and more. Everything you need to combine the pleasant and the useful, either at work or at home.

', '', 'stationery', '', '', ''), (7, 1, 5, 'Stationery', '

Notebooks, agendas, office accessories and more. Everything you need to combine the pleasant and the useful, either at work or at home.

', '', 'stationery', '', '', ''), (7, 1, 6, 'Stationery', '

Notebooks, agendas, office accessories and more. Everything you need to combine the pleasant and the useful, either at work or at home.

', '', 'stationery', '', '', ''), +(7, 1, 7, 'Stationery', '

Notebooks, agendas, office accessories and more. Everything you need to combine the pleasant and the useful, either at work or at home.

', '', 'stationery', '', '', ''), (8, 1, 1, 'Home Accessories', '

Details matter! Liven up your interior with our selection of home accessories.

', '', 'home-accessories', '', '', ''), (8, 1, 2, 'Home Accessories', '

Details matter! Liven up your interior with our selection of home accessories.

', '', 'home-accessories', '', '', ''), (8, 1, 3, 'Home Accessories', '

Details matter! Liven up your interior with our selection of home accessories.

', '', 'home-accessories', '', '', ''), (8, 1, 4, 'Home Accessories', '

Details matter! Liven up your interior with our selection of home accessories.

', '', 'home-accessories', '', '', ''), (8, 1, 5, 'Home Accessories', '

Details matter! Liven up your interior with our selection of home accessories.

', '', 'home-accessories', '', '', ''), (8, 1, 6, 'Home Accessories', '

Details matter! Liven up your interior with our selection of home accessories.

', '', 'home-accessories', '', '', ''), +(8, 1, 7, 'Home Accessories', '

Details matter! Liven up your interior with our selection of home accessories.

', '', 'home-accessories', '', '', ''), (9, 1, 1, 'Art', '

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

', '', 'art', '', '', ''), (9, 1, 2, 'Art', '

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

', '', 'art', '', '', ''), (9, 1, 3, 'Art', '

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

', '', 'art', '', '', ''), (9, 1, 4, 'Art', '

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

', '', 'art', '', '', ''), (9, 1, 5, 'Art', '

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

', '', 'art', '', '', ''), -(9, 1, 6, 'Art', '

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

', '', 'art', '', '', ''); +(9, 1, 6, 'Art', '

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

', '', 'art', '', '', ''), +(9, 1, 7, 'Art', '

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

', '', 'art', '', '', ''); DROP TABLE IF EXISTS `ps_category_product`; CREATE TABLE `ps_category_product` ( @@ -2825,7 +2869,7 @@ CREATE TABLE `ps_cms` ( `active` tinyint(1) unsigned NOT NULL DEFAULT '0', `indexation` tinyint(1) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id_cms`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_cms` (`id_cms`, `id_cms_category`, `position`, `active`, `indexation`) VALUES (1, 1, 0, 1, 0), @@ -2845,7 +2889,7 @@ CREATE TABLE `ps_cms_category` ( `position` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_cms_category`), KEY `category_parent` (`id_parent`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_cms_category` (`id_cms_category`, `id_parent`, `level_depth`, `active`, `date_add`, `date_upd`, `position`) VALUES (1, 0, 1, 1, '2024-02-05 10:58:30', '2024-02-05 10:58:30', 0); @@ -2871,7 +2915,8 @@ INSERT INTO `ps_cms_category_lang` (`id_cms_category`, `id_lang`, `id_shop`, `na (1, 3, 1, 'Home', '', 'home', '', '', ''), (1, 4, 1, 'Accueil', '', 'accueil', '', '', ''), (1, 5, 1, 'Home', '', 'home', '', '', ''), -(1, 6, 1, 'Strona główna', '', 'strona-glowna', '', '', ''); +(1, 6, 1, 'Strona główna', '', 'strona-glowna', '', '', ''), +(1, 7, 1, 'Inicio', '', 'inicio', '', '', ''); DROP TABLE IF EXISTS `ps_cms_category_shop`; CREATE TABLE `ps_cms_category_shop` ( @@ -2879,7 +2924,7 @@ CREATE TABLE `ps_cms_category_shop` ( `id_shop` int(11) unsigned NOT NULL, PRIMARY KEY (`id_cms_category`,`id_shop`), KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_cms_category_shop` (`id_cms_category`, `id_shop`) VALUES (1, 1); @@ -2905,30 +2950,35 @@ INSERT INTO `ps_cms_lang` (`id_cms`, `id_lang`, `id_shop`, `meta_title`, `head_s (1, 4, 1, 'Delivery', '', 'Our terms and conditions of delivery', 'conditions, delivery, delay, shipment, pack', '

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

', 'delivery'), (1, 5, 1, 'Delivery', '', 'Our terms and conditions of delivery', 'conditions, delivery, delay, shipment, pack', '

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

', 'delivery'), (1, 6, 1, 'Delivery', '', 'Our terms and conditions of delivery', 'conditions, delivery, delay, shipment, pack', '

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

', 'delivery'), +(1, 7, 1, 'Delivery', '', 'Our terms and conditions of delivery', 'conditions, delivery, delay, shipment, pack', '

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

', 'delivery'), (2, 1, 1, 'Legal Notice', '', 'Legal notice', 'notice, legal, credits', '

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

', 'legal-notice'), (2, 2, 1, 'Legal Notice', '', 'Legal notice', 'notice, legal, credits', '

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

', 'legal-notice'), (2, 3, 1, 'Legal Notice', '', 'Legal notice', 'notice, legal, credits', '

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

', 'legal-notice'), (2, 4, 1, 'Legal Notice', '', 'Legal notice', 'notice, legal, credits', '

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

', 'legal-notice'), (2, 5, 1, 'Legal Notice', '', 'Legal notice', 'notice, legal, credits', '

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

', 'legal-notice'), (2, 6, 1, 'Legal Notice', '', 'Legal notice', 'notice, legal, credits', '

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

', 'legal-notice'), +(2, 7, 1, 'Legal Notice', '', 'Legal notice', 'notice, legal, credits', '

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

', 'legal-notice'), (3, 1, 1, 'Terms and conditions of use', '', 'Our terms and conditions of use', 'conditions, terms, use, sell', '

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

', 'terms-and-conditions-of-use'), (3, 2, 1, 'Terms and conditions of use', '', 'Our terms and conditions of use', 'conditions, terms, use, sell', '

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

', 'terms-and-conditions-of-use'), (3, 3, 1, 'Terms and conditions of use', '', 'Our terms and conditions of use', 'conditions, terms, use, sell', '

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

', 'terms-and-conditions-of-use'), (3, 4, 1, 'Terms and conditions of use', '', 'Our terms and conditions of use', 'conditions, terms, use, sell', '

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

', 'terms-and-conditions-of-use'), (3, 5, 1, 'Terms and conditions of use', '', 'Our terms and conditions of use', 'conditions, terms, use, sell', '

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

', 'terms-and-conditions-of-use'), (3, 6, 1, 'Terms and conditions of use', '', 'Our terms and conditions of use', 'conditions, terms, use, sell', '

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

', 'terms-and-conditions-of-use'), +(3, 7, 1, 'Terms and conditions of use', '', 'Our terms and conditions of use', 'conditions, terms, use, sell', '

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

', 'terms-and-conditions-of-use'), (4, 1, 1, 'About us', '', 'Learn more about us', 'about us, informations', '

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
', 'about-us'), (4, 2, 1, 'About us', '', 'Learn more about us', 'about us, informations', '

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
', 'about-us'), (4, 3, 1, 'About us', '', 'Learn more about us', 'about us, informations', '

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
', 'about-us'), (4, 4, 1, 'About us', '', 'Learn more about us', 'about us, informations', '

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
', 'about-us'), (4, 5, 1, 'About us', '', 'Learn more about us', 'about us, informations', '

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
', 'about-us'), (4, 6, 1, 'About us', '', 'Learn more about us', 'about us, informations', '

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
', 'about-us'), +(4, 7, 1, 'About us', '', 'Learn more about us', 'about us, informations', '

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
', 'about-us'), (5, 1, 1, 'Secure payment', '', 'Our secure payment method', 'secure payment, ssl, visa, mastercard, paypal', '

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

', 'secure-payment'), (5, 2, 1, 'Secure payment', '', 'Our secure payment method', 'secure payment, ssl, visa, mastercard, paypal', '

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

', 'secure-payment'), (5, 3, 1, 'Secure payment', '', 'Our secure payment method', 'secure payment, ssl, visa, mastercard, paypal', '

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

', 'secure-payment'), (5, 4, 1, 'Secure payment', '', 'Our secure payment method', 'secure payment, ssl, visa, mastercard, paypal', '

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

', 'secure-payment'), (5, 5, 1, 'Secure payment', '', 'Our secure payment method', 'secure payment, ssl, visa, mastercard, paypal', '

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

', 'secure-payment'), -(5, 6, 1, 'Secure payment', '', 'Our secure payment method', 'secure payment, ssl, visa, mastercard, paypal', '

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

', 'secure-payment'); +(5, 6, 1, 'Secure payment', '', 'Our secure payment method', 'secure payment, ssl, visa, mastercard, paypal', '

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

', 'secure-payment'), +(5, 7, 1, 'Secure payment', '', 'Our secure payment method', 'secure payment, ssl, visa, mastercard, paypal', '

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

', 'secure-payment'); DROP TABLE IF EXISTS `ps_cms_role`; CREATE TABLE `ps_cms_role` ( @@ -2937,7 +2987,7 @@ CREATE TABLE `ps_cms_role` ( `id_cms` int(11) unsigned NOT NULL, PRIMARY KEY (`id_cms_role`,`id_cms`), UNIQUE KEY `name` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_cms_role` (`id_cms_role`, `name`, `id_cms`) VALUES (1, 'LEGAL_CONDITIONS', 3), @@ -2981,7 +3031,7 @@ CREATE TABLE `ps_configuration` ( KEY `name` (`name`), KEY `id_shop` (`id_shop`), KEY `id_shop_group` (`id_shop_group`) -) ENGINE=InnoDB AUTO_INCREMENT=422 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_configuration` (`id_configuration`, `id_shop_group`, `id_shop`, `name`, `value`, `date_add`, `date_upd`) VALUES (1, NULL, NULL, 'PS_LANG_DEFAULT', '1', '2024-02-05 10:58:30', '2024-02-05 10:58:30'), @@ -3217,8 +3267,8 @@ INSERT INTO `ps_configuration` (`id_configuration`, `id_shop_group`, `id_shop`, (231, NULL, NULL, 'HOMESLIDER_PAUSE', '7700', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (232, NULL, NULL, 'HOMESLIDER_LOOP', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (233, NULL, NULL, 'PS_BASE_DISTANCE_UNIT', 'm', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(234, NULL, NULL, 'PS_SHOP_DOMAIN', 'demoshop8.ngrok.io', '0000-00-00 00:00:00', '2024-02-05 10:58:30'), -(235, NULL, NULL, 'PS_SHOP_DOMAIN_SSL', 'demoshop8.ngrok.io', '0000-00-00 00:00:00', '2024-02-05 10:58:30'), +(234, NULL, NULL, 'PS_SHOP_DOMAIN', 'demoshop8debug.ngrok.io', '0000-00-00 00:00:00', '2024-02-05 10:58:30'), +(235, NULL, NULL, 'PS_SHOP_DOMAIN_SSL', 'demoshop8debug.ngrok.io', '0000-00-00 00:00:00', '2024-02-05 10:58:30'), (236, NULL, NULL, 'PS_SHOP_NAME', 'PrestaShop', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (237, NULL, NULL, 'PS_SHOP_EMAIL', 'demo@prestashop.com', '0000-00-00 00:00:00', '2024-02-05 10:58:31'), (238, NULL, NULL, 'PS_MAIL_METHOD', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), @@ -3410,7 +3460,7 @@ CREATE TABLE `ps_configuration_kpi` ( KEY `name` (`name`), KEY `id_shop` (`id_shop`), KEY `id_shop_group` (`id_shop_group`) -) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_configuration_kpi` (`id_configuration_kpi`, `id_shop_group`, `id_shop`, `name`, `value`, `date_add`, `date_upd`) VALUES (1, NULL, NULL, 'DASHGOALS_TRAFFIC_01_2024', '600', '2024-02-05 10:58:38', '2024-02-05 10:58:38'), @@ -3476,114 +3526,133 @@ INSERT INTO `ps_configuration_lang` (`id_configuration`, `id_lang`, `value`, `da (39, 4, '#FA', NULL), (39, 5, '#FA', NULL), (39, 6, '#FV', NULL), +(39, 7, '#FA', NULL), (42, 1, '#DE', NULL), (42, 2, 'LI', NULL), (42, 3, '#DE', NULL), (42, 4, '#LI', NULL), (42, 5, '#SP', NULL), (42, 6, '#LP', NULL), +(42, 7, '#EN', NULL), (44, 1, '#RE', NULL), (44, 2, 'RET', NULL), (44, 3, '#RE', NULL), (44, 4, '#RE', NULL), (44, 5, '#RE', NULL), (44, 6, '#ZW', NULL), +(44, 7, '#DE', NULL), (55, 1, 'a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves', NULL), (55, 2, 'aber|als|auch|auf|aus|bei|bin|bis|bist|dadurch|daher|darum|das|daß|dass|dein|deine|dem|den|der|des|dessen|deshalb|die|dies|dieser|dieses|doch|dort|durch|ein|eine|einem|einen|einer|eines|euer|eure|für|hatte|hatten|hattest|hattet|hier|hinter|ich|ihr|ihre|im|in|ist|ja|jede|jedem|jeden|jeder|jedes|jener|jenes|jetzt|kann|kannst|können|könnt|machen|mein|meine|muß|mußt|musst|müssen|müßt|nach|nachdem|nein|nicht|oder|seid|sein|seine|sich|sind|soll|sollen|sollst|sollt|sonst|soweit|sowie|und|unser|unsere|unter|vom|von|vor|wann|warum|was|weiter|weitere|wenn|wer|werde|werden|werdet|weshalb|wie|wieder|wieso|wir|wird|wirst|woher|wohin|zum|zur|über', NULL), (55, 3, 'een|over|boven|na|weer|tegen|alles|ben|een|en|elke|zijn|zijn niet|als|op|zijn|omdat|geweest|voor|zijn|onder|tussen|beide|maar|door|kan|kan niet|kon|kon niet|deed|deed niet|doet|doet|doet niet|doen|doet niet|neer|tijdens|elk|weinig|voor|van|verder|had|had niet|heeft|heeft niet|hebben|hebben niet|hebben|hij|ll|haar|hier|haar|haarzelf|hem|hemzelf|zijn|hoe|ve|als|in|in|is|is niet|het|het|het zelf|laat|mij|meer|meest|moet niet|mijn|mijzelf|nee|noch|niet|van|uit|aan|eens|alleen|of|ander|zou moeten|ons|onze|ons zelf|out|over|eigen|zelfde|zal niet|zij|zou moeten|zou niet moeten|zo|iets|dergelijke|dan|dat|de|hun|hun|zij|zij zelf|dan|daar|deze|zij|onderwerp|dit|die|door|om|ook|onder|tot|omhoog|zeer|was|was niet|wij|waren|waren niet|wat|wanneer|waar|welke|terwijl|wie|van wie|waarom|met|gewonnen|zou|zou niet|jij|jouw|jouw|jij zelf|jullie zelf', NULL), (55, 4, 'alors|au|aucuns|aussi|autre|avant|avec|avoir|bon|car|ce|cela|ces|ceux|chaque|ci|comme|comment|dans|des|du|dedans|dehors|depuis|deux|devrait|doit|donc|dos|droite|début|elle|elles|en|encore|essai|est|et|eu|fait|faites|fois|font|force|haut|hors|ici|il|ils|je|juste|la|le|les|leur|là|ma|maintenant|mais|mes|mine|moins|mon|mot|même|ni|nommés|notre|nous|nouveaux|ou|où|par|parce|parole|pas|personnes|peut|peu|pièce|plupart|pour|pourquoi|quand|que|quel|quelle|quelles|quels|qui|sa|sans|ses|seulement|si|sien|son|sont|sous|soyez|sujet|sur|ta|tandis|tellement|tels|tes|ton|tous|tout|trop|très|tu|valeur|voie|voient|vont|votre|vous|vu|ça|étaient|état|étions|été|être', NULL), (55, 5, 'a|adesso|ai|al|alla|allo|allora|altre|altri|altro|anche|ancora|avere|aveva|avevano|ben|buono|che|chi|cinque|comprare|con|consecutivi|consecutivo|cosa|cui|da|del|della|dello|dentro|deve|devo|di|doppio|due|e|ecco|fare|fine|fino|fra|gente|giu|ha|hai|hanno|ho|il|indietro|invece|io|la|lavoro|le|lei|lo|loro|lui|lungo|ma|me|meglio|molta|molti|molto|nei|nella|no|noi|nome|nostro|nove|nuovi|nuovo|o|oltre|ora|otto|peggio|pero|persone|piu|poco|primo|promesso|qua|quarto|quasi|quattro|quello|questo|qui|quindi|quinto|rispetto|sara|secondo|sei|sembra|sembrava|senza|sette|sia|siamo|siete|solo|sono|sopra|soprattutto|sotto|stati|stato|stesso|su|subito|sul|sulla|tanto|te|tempo|terzo|tra|tre|triplo|ultimo|un|una|uno|va|vai|voi|volte|vostro', NULL), (55, 6, 'ach|aj|albo|bardzo|bez|bo|być|ci|cię|ciebie|co|czy|daleko|dla|dlaczego|dlatego|do|dobrze|dokąd|dość|dużo|dwa|dwaj|dwie|dwoje|dziś|dzisiaj|gdyby|gdzie|go|ich|ile|im|inny|ja|ją|jak|jakby|jaki|je|jeden|jedna|jedno|jego|jej|jemu|jeśli|jest|jestem|jeżeli|już|każdy|kiedy|kierunku|kto|ku|lub|ma|mają|mam|mi|mną|mnie|moi|mój|moja|moje|może|mu|my|na|nam|nami|nas|nasi|nasz|nasza|nasze|natychmiast|nią|nic|nich|nie|niego|niej|niemu|nigdy|nim|nimi|niż|obok|od|okolo|on|ona|one|oni|ono|owszem|po|pod|ponieważ|przed|przedtem|są|sam|sama|się|skąd|tak|taki|tam|ten|to|tobą|tobie|tu|tutaj|twoi|twój|twoja|twoje|ty|wam|wami|was|wasi|wasz|wasza|wasze|we|więc|wszystko|wtedy|wy|żaden|zawsze|że', NULL), +(55, 7, 'a|sobre|encima|después|nuevamente|contra|todo|soy|un|y|ninguno|son|no|cuando|en|estar|porque|sido|antes|siendo|debajo|entre|ambos|pero|por|puede|podía|hizo|hacer|hace|haciendo|bajo|durante|cada|alguno|para|desde|más|tuvo|tiene|haber|habiendo|él|aquí|suyo|misma|su|mismo|cómo|si|en|dentro|es|eso|dejar|me|mayoría|mi|mismo|ni|desactivado|activado|solo|o|otro|nuestro|nuestros|mismos|fuera|propio|mismo|ella|debería|tal|que|el|sus|entonces|allí|estos|ellos|esos|aquellos|través|demasiado|hasta|arriba|muy|era|éramos|qué|cuándo|dónde|mientras|quién|con', NULL), (79, 1, 'Dear Customer,\r\n\r\nRegards,\r\nCustomer service', NULL), (79, 2, 'Dear Customer,\r\n\r\nRegards,\r\nCustomer service', NULL), (79, 3, 'Dear Customer,\r\n\r\nRegards,\r\nCustomer service', NULL), (79, 4, 'Dear Customer,\r\n\r\nRegards,\r\nCustomer service', NULL), (79, 5, 'Dear Customer,\r\n\r\nRegards,\r\nCustomer service', NULL), (79, 6, 'Dear Customer,\r\n\r\nRegards,\r\nCustomer service', NULL), +(79, 7, 'Dear Customer,\r\n\r\nRegards,\r\nCustomer service', NULL), (283, 1, 'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.', NULL), (283, 2, 'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.', NULL), (283, 3, 'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.', NULL), (283, 4, 'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.', NULL), (283, 5, 'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.', NULL), (283, 6, 'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.', NULL), +(283, 7, 'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.', NULL), (285, 1, '', NULL), (285, 2, '', NULL), (285, 3, '', NULL), (285, 4, '', NULL), (285, 5, '', NULL), (285, 6, '', NULL), +(285, 7, '', NULL), (286, 1, '', NULL), (286, 2, '', NULL), (286, 3, '', NULL), (286, 4, '', NULL), (286, 5, '', NULL), (286, 6, '', NULL), +(286, 7, '', NULL), (287, 1, 'Out-of-Stock', NULL), (287, 2, 'Nicht auf Lager', NULL), (287, 3, 'Niet op voorraad', NULL), (287, 4, 'Rupture de stock', NULL), (287, 5, 'Non disponibile', NULL), (287, 6, 'Obecnie brak na stanie', NULL), +(287, 7, 'Fuera de stock', NULL), (310, 1, 'My wishlists', '2024-02-05 10:58:31'), (310, 2, 'My wishlists', '2024-02-05 10:58:31'), (310, 3, 'My wishlists', '2024-02-05 10:58:31'), (310, 4, 'My wishlists', '2024-02-05 10:58:31'), (310, 5, 'My wishlists', '2024-02-05 10:58:31'), (310, 6, 'My wishlists', '2024-02-05 10:58:31'), +(310, 7, 'My wishlists', '2024-02-05 10:58:31'), (311, 1, 'My wishlist', '2024-02-05 10:58:31'), (311, 2, 'My wishlist', '2024-02-05 10:58:31'), (311, 3, 'My wishlist', '2024-02-05 10:58:31'), (311, 4, 'My wishlist', '2024-02-05 10:58:31'), (311, 5, 'My wishlist', '2024-02-05 10:58:31'), (311, 6, 'My wishlist', '2024-02-05 10:58:31'), +(311, 7, 'My wishlist', '2024-02-05 10:58:31'), (312, 1, 'Create new list', '2024-02-05 10:58:31'), (312, 2, 'Create new list', '2024-02-05 10:58:31'), (312, 3, 'Create new list', '2024-02-05 10:58:31'), (312, 4, 'Create new list', '2024-02-05 10:58:31'), (312, 5, 'Create new list', '2024-02-05 10:58:31'), (312, 6, 'Create new list', '2024-02-05 10:58:31'), +(312, 7, 'Create new list', '2024-02-05 10:58:31'), (314, 1, 'I agree to the terms and conditions and the privacy policy', '2024-02-05 10:58:31'), (314, 2, 'I agree to the terms and conditions and the privacy policy', '2024-02-05 10:58:31'), (314, 3, 'I agree to the terms and conditions and the privacy policy', '2024-02-05 10:58:31'), (314, 4, 'I agree to the terms and conditions and the privacy policy', '2024-02-05 10:58:31'), (314, 5, 'I agree to the terms and conditions and the privacy policy', '2024-02-05 10:58:31'), (314, 6, 'I agree to the terms and conditions and the privacy policy', '2024-02-05 10:58:31'), +(314, 7, 'I agree to the terms and conditions and the privacy policy', '2024-02-05 10:58:31'), (316, 1, 'I agree to the terms and conditions and the privacy policy', '2024-02-05 10:58:31'), (316, 2, 'I agree to the terms and conditions and the privacy policy', '2024-02-05 10:58:31'), (316, 3, 'I agree to the terms and conditions and the privacy policy', '2024-02-05 10:58:31'), (316, 4, 'I agree to the terms and conditions and the privacy policy', '2024-02-05 10:58:31'), (316, 5, 'I agree to the terms and conditions and the privacy policy', '2024-02-05 10:58:31'), (316, 6, 'I agree to the terms and conditions and the privacy policy', '2024-02-05 10:58:31'), +(316, 7, 'I agree to the terms and conditions and the privacy policy', '2024-02-05 10:58:31'), (324, 1, 'sale70.png', '2024-02-05 10:58:31'), (324, 2, 'sale70.png', '2024-02-05 11:03:41'), (324, 3, 'sale70.png', '2024-02-05 11:03:53'), (324, 4, 'sale70.png', '2024-03-04 16:07:01'), (324, 5, 'sale70.png', '2024-03-04 16:07:04'), (324, 6, 'sale70.png', '2024-03-04 16:07:23'), +(324, 7, 'sale70.png', '2024-04-08 17:55:29'), (325, 1, '', '2024-02-05 10:58:31'), (325, 2, '', '2024-02-05 11:03:41'), (325, 3, '', '2024-02-05 11:03:53'), (325, 4, '', '2024-03-04 16:07:01'), (325, 5, '', '2024-03-04 16:07:04'), (325, 6, '', '2024-03-04 16:07:23'), +(325, 7, '', '2024-04-08 17:55:29'), (326, 1, '', '2024-02-05 10:58:31'), (326, 2, '', '2024-02-05 11:03:41'), (326, 3, '', '2024-02-05 11:03:53'), (326, 4, '', '2024-03-04 16:07:01'), (326, 5, '', '2024-03-04 16:07:04'), (326, 6, '', '2024-03-04 16:07:23'), +(326, 7, '', '2024-04-08 17:55:29'), (330, 1, 'You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.', '2024-02-05 10:58:32'), (330, 2, 'Sie können Ihr Einverständnis jederzeit widerrufen. Unsere Kontaktinformationen finden Sie u. a. in der Datenschutzerklärung.', '2024-02-05 10:58:32'), (330, 3, 'U kunt op elk gewenst moment weer uitschrijven. Hiervoor kunt u de contactgegevens gebruiken uit de algemene voorwaarden.', '2024-02-05 10:58:32'), (330, 4, 'Vous pouvez vous désinscrire à tout moment. Vous trouverez pour cela nos informations de contact dans les conditions d\'utilisation du site.', '2024-02-05 10:58:32'), (330, 5, 'Puoi annullare l\'iscrizione in ogni momento. A questo scopo, cerca le info di contatto nelle note legali.', '2024-02-05 10:58:32'), (330, 6, 'Możesz zrezygnować w każdej chwili. W tym celu należy odnaleźć szczegóły w naszej informacji prawnej.', '2024-02-05 10:58:32'), +(330, 7, 'Puede darse de baja en cualquier momento. Para ello, consulte nuestra información de contacto en el aviso legal.', '2024-02-05 10:58:32'), (389, 1, 'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the \"My Account\" page.', '2024-02-05 10:58:39'), (389, 2, 'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the \"My Account\" page.', '2024-02-05 10:58:39'), (389, 3, 'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the \"My Account\" page.', '2024-02-05 10:58:39'), (389, 4, 'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the \"My Account\" page.', '2024-02-05 10:58:39'), (389, 5, 'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the \"My Account\" page.', '2024-02-05 10:58:39'), -(389, 6, 'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the \"My Account\" page.', '2024-02-05 10:58:39'); +(389, 6, 'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the \"My Account\" page.', '2024-02-05 10:58:39'), +(389, 7, 'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the \"My Account\" page.', '2024-02-05 10:58:39'); DROP TABLE IF EXISTS `ps_connections`; CREATE TABLE `ps_connections` ( @@ -3599,7 +3668,7 @@ CREATE TABLE `ps_connections` ( KEY `id_guest` (`id_guest`), KEY `date_add` (`date_add`), KEY `id_page` (`id_page`) -) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_connections` (`id_connections`, `id_shop_group`, `id_shop`, `id_guest`, `id_page`, `ip_address`, `date_add`, `http_referer`) VALUES (1, 1, 1, 1, 1, 2130706433, '2024-02-05 10:58:40', 'https://www.prestashop.com'), @@ -3609,7 +3678,8 @@ INSERT INTO `ps_connections` (`id_connections`, `id_shop_group`, `id_shop`, `id_ (5, 1, 1, 6, 2, 575429230, '2024-03-04 16:08:24', ''), (6, 1, 1, 7, 2, 575457764, '2024-03-04 16:10:22', ''), (7, 1, 1, 4, 3, 1490595887, '2024-03-04 16:21:52', ''), -(8, 1, 1, 4, 3, 1490595887, '2024-03-04 16:44:31', ''); +(8, 1, 1, 4, 3, 1490595887, '2024-03-04 16:44:31', ''), +(9, 1, 1, 10, 1, 1439583191, '2024-04-08 17:54:05', ''); DROP TABLE IF EXISTS `ps_connections_page`; CREATE TABLE `ps_connections_page` ( @@ -3634,13 +3704,14 @@ CREATE TABLE `ps_connections_source` ( KEY `orderby` (`date_add`), KEY `http_referer` (`http_referer`), KEY `request_uri` (`request_uri`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_connections_source` (`id_connections_source`, `id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES -(1, 2, '', 'demoshop8.ngrok.io/', '', '2024-02-05 11:01:25'), -(2, 3, '', 'demoshop8.ngrok.io/', '', '2024-02-05 11:01:31'), -(3, 5, '', 'demoshop8.ngrok.io/de/module/mollie/webhook', '', '2024-03-04 16:08:24'), -(4, 6, '', 'demoshop8.ngrok.io/de/module/mollie/webhook', '', '2024-03-04 16:10:22'); +(1, 2, '', 'demoshop8debug.ngrok.io/', '', '2024-02-05 11:01:25'), +(2, 3, '', 'demoshop8debug.ngrok.io/', '', '2024-02-05 11:01:31'), +(3, 5, '', 'demoshop8debug.ngrok.io/de/module/mollie/webhook', '', '2024-03-04 16:08:24'), +(4, 6, '', 'demoshop8debug.ngrok.io/de/module/mollie/webhook', '', '2024-03-04 16:10:22'), +(5, 9, '', 'demoshop8debug.ngrok.io/en/', '', '2024-04-08 17:54:05'); DROP TABLE IF EXISTS `ps_contact`; CREATE TABLE `ps_contact` ( @@ -3649,7 +3720,7 @@ CREATE TABLE `ps_contact` ( `customer_service` tinyint(1) NOT NULL DEFAULT '0', `position` tinyint(2) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_contact`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_contact` (`id_contact`, `email`, `customer_service`, `position`) VALUES (1, 'demo@prestashop.com', 1, 0), @@ -3671,12 +3742,14 @@ INSERT INTO `ps_contact_lang` (`id_contact`, `id_lang`, `name`, `description`) V (1, 4, 'Webmaster', 'En cas de problème technique sur ce site'), (1, 5, 'Webmaster', 'Se si verifica un problema tecnico su questo sito web'), (1, 6, 'Webmaster', 'Jeśli pojawił się problem techniczny na tej stronie'), +(1, 7, 'Webmaster', 'Si se produce un problema técnico en este sitio web'), (2, 1, 'Customer service', 'For any question about a product, an order'), (2, 2, 'Kundenservice', 'Bei Fragen zu einem Artikel oder einer Bestellung'), (2, 3, 'Klantenservice', 'Voor vragen over een product, een bestelling'), (2, 4, 'Service client', 'Pour toute question sur un produit ou une commande'), (2, 5, 'Servizio clienti', 'Per qualsiasi domanda su un prodotto, un ordine'), -(2, 6, 'Biuro Obsługi Klienta', 'Wszelkie pytania dotyczące produktów i zamówień'); +(2, 6, 'Biuro Obsługi Klienta', 'Wszelkie pytania dotyczące produktów i zamówień'), +(2, 7, 'Servicio al cliente', 'Para cualquier pregunta sobre un artículo o un pedido'); DROP TABLE IF EXISTS `ps_contact_shop`; CREATE TABLE `ps_contact_shop` ( @@ -3706,7 +3779,7 @@ CREATE TABLE `ps_country` ( PRIMARY KEY (`id_country`), KEY `country_iso_code` (`iso_code`), KEY `country_` (`id_zone`) -) ENGINE=InnoDB AUTO_INCREMENT=242 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_country` (`id_country`, `id_zone`, `id_currency`, `iso_code`, `call_prefix`, `active`, `contains_states`, `need_identification_number`, `need_zip_code`, `zip_code_format`, `display_tax_label`) VALUES (1, 1, 0, 'DE', 49, 1, 0, 0, 1, 'NNNNN', 1), @@ -3714,11 +3787,11 @@ INSERT INTO `ps_country` (`id_country`, `id_zone`, `id_currency`, `iso_code`, `c (3, 1, 0, 'BE', 32, 0, 0, 0, 1, 'NNNN', 1), (4, 2, 0, 'CA', 1, 0, 1, 0, 1, 'LNL NLN', 0), (5, 3, 0, 'CN', 86, 0, 0, 0, 1, 'NNNNNN', 1), -(6, 1, 0, 'ES', 34, 0, 0, 1, 1, 'NNNNN', 1), +(6, 1, 0, 'ES', 34, 1, 1, 1, 1, 'NNNNN', 1), (7, 1, 0, 'FI', 358, 0, 0, 0, 1, 'NNNNN', 1), (8, 1, 0, 'FR', 33, 1, 0, 0, 1, 'NNNNN', 1), (9, 1, 0, 'GR', 30, 0, 0, 0, 1, 'NNNNN', 1), -(10, 1, 0, 'IT', 39, 0, 1, 0, 1, 'NNNNN', 1), +(10, 1, 0, 'IT', 39, 1, 1, 0, 1, 'NNNNN', 1), (11, 3, 0, 'JP', 81, 0, 1, 0, 1, 'NNN-NNNN', 1), (12, 1, 0, 'LU', 352, 0, 0, 0, 1, 'NNNN', 1), (13, 1, 0, 'NL', 31, 1, 1, 0, 1, 'NNNN LL', 1), @@ -3966,1446 +4039,1687 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (1, 4, 'Allemagne'), (1, 5, 'Germania'), (1, 6, 'Niemcy'), +(1, 7, 'Alemania'), (2, 1, 'Austria'), (2, 2, 'Österreich'), (2, 3, 'Oostenrijk'), (2, 4, 'Autriche'), (2, 5, 'Austria'), (2, 6, 'Austria'), +(2, 7, 'Austria'), (3, 1, 'Belgium'), (3, 2, 'Belgien'), (3, 3, 'België'), (3, 4, 'Belgique'), (3, 5, 'Belgio'), (3, 6, 'Belgia'), +(3, 7, 'Bélgica'), (4, 1, 'Canada'), (4, 2, 'Kanada'), (4, 3, 'Canada'), (4, 4, 'Canada'), (4, 5, 'Canada'), (4, 6, 'Kanada'), +(4, 7, 'Canadá'), (5, 1, 'China'), (5, 2, 'China'), (5, 3, 'China'), (5, 4, 'Chine'), (5, 5, 'Cina'), (5, 6, 'Chiny'), +(5, 7, 'China'), (6, 1, 'Spain'), (6, 2, 'Spanien'), (6, 3, 'Spanje'), (6, 4, 'Espagne'), (6, 5, 'Spagna'), (6, 6, 'Hiszpania'), +(6, 7, 'España'), (7, 1, 'Finland'), (7, 2, 'Finnland'), (7, 3, 'Finland'), (7, 4, 'Finlande'), (7, 5, 'Finlandia'), (7, 6, 'Finlandia'), +(7, 7, 'Finlandia'), (8, 1, 'France'), (8, 2, 'Frankreich'), (8, 3, 'Frankrijk'), (8, 4, 'France'), (8, 5, 'Francia'), (8, 6, 'Francja'), +(8, 7, 'Francia'), (9, 1, 'Greece'), (9, 2, 'Griechenland'), (9, 3, 'Griekenland'), (9, 4, 'Grèce'), (9, 5, 'Grecia'), (9, 6, 'Grecja'), +(9, 7, 'Grecia'), (10, 1, 'Italy'), (10, 2, 'Italien'), (10, 3, 'Italië'), (10, 4, 'Italie'), (10, 5, 'Italia'), (10, 6, 'Włochy'), +(10, 7, 'Italia'), (11, 1, 'Japan'), (11, 2, 'Japan'), (11, 3, 'Japan'), (11, 4, 'Japon'), (11, 5, 'Giappone'), (11, 6, 'Japonia'), +(11, 7, 'Japón'), (12, 1, 'Luxembourg'), (12, 2, 'Luxemburg'), (12, 3, 'Luxemburg'), (12, 4, 'Luxembourg'), (12, 5, 'Lussemburgo'), (12, 6, 'Luksemburg'), +(12, 7, 'Luxemburgo'), (13, 1, 'Netherlands'), (13, 2, 'Niederlande'), (13, 3, 'Nederland'), (13, 4, 'Pays-Bas'), (13, 5, 'Paesi Bassi'), (13, 6, 'Holandia'), +(13, 7, 'Países Bajos'), (14, 1, 'Poland'), (14, 2, 'Polen'), (14, 3, 'Polen'), (14, 4, 'Pologne'), (14, 5, 'Polonia'), (14, 6, 'Polska'), +(14, 7, 'Polonia'), (15, 1, 'Portugal'), (15, 2, 'Portugal'), (15, 3, 'Portugal'), (15, 4, 'Portugal'), (15, 5, 'Portogallo'), (15, 6, 'Portugalia'), +(15, 7, 'Portugal'), (16, 1, 'Czechia'), (16, 2, 'Tschechien'), (16, 3, 'Tsjechië'), (16, 4, 'Tchéquie'), (16, 5, 'Cechia'), (16, 6, 'Czechy'), +(16, 7, 'Chequia'), (17, 1, 'United Kingdom'), (17, 2, 'Vereinigtes Königreich'), (17, 3, 'Verenigd Koninkrijk'), (17, 4, 'Royaume-Uni'), (17, 5, 'Regno Unito'), (17, 6, 'Wielka Brytania'), +(17, 7, 'Reino Unido'), (18, 1, 'Sweden'), (18, 2, 'Schweden'), (18, 3, 'Zweden'), (18, 4, 'Suède'), (18, 5, 'Svezia'), (18, 6, 'Szwecja'), +(18, 7, 'Suecia'), (19, 1, 'Switzerland'), (19, 2, 'Schweiz'), (19, 3, 'Zwitserland'), (19, 4, 'Suisse'), (19, 5, 'Svizzera'), (19, 6, 'Szwajcaria'), +(19, 7, 'Suiza'), (20, 1, 'Denmark'), (20, 2, 'Dänemark'), (20, 3, 'Denemarken'), (20, 4, 'Danemark'), (20, 5, 'Danimarca'), (20, 6, 'Dania'), +(20, 7, 'Dinamarca'), (21, 1, 'United States'), (21, 2, 'Vereinigte Staaten'), (21, 3, 'Verenigde Staten'), (21, 4, 'États-Unis'), (21, 5, 'Stati Uniti'), (21, 6, 'Stany Zjednoczone'), +(21, 7, 'Estados Unidos'), (22, 1, 'Hong Kong SAR China'), (22, 2, 'Sonderverwaltungsregion Hongkong'), (22, 3, 'Hongkong SAR van China'), (22, 4, 'R.A.S. chinoise de Hong Kong'), (22, 5, 'RAS di Hong Kong'), (22, 6, 'SRA Hongkong (Chiny)'), +(22, 7, 'RAE de Hong Kong (China)'), (23, 1, 'Norway'), (23, 2, 'Norwegen'), (23, 3, 'Noorwegen'), (23, 4, 'Norvège'), (23, 5, 'Norvegia'), (23, 6, 'Norwegia'), +(23, 7, 'Noruega'), (24, 1, 'Australia'), (24, 2, 'Australien'), (24, 3, 'Australië'), (24, 4, 'Australie'), (24, 5, 'Australia'), (24, 6, 'Australia'), +(24, 7, 'Australia'), (25, 1, 'Singapore'), (25, 2, 'Singapur'), (25, 3, 'Singapore'), (25, 4, 'Singapour'), (25, 5, 'Singapore'), (25, 6, 'Singapur'), +(25, 7, 'Singapur'), (26, 1, 'Ireland'), (26, 2, 'Irland'), (26, 3, 'Ierland'), (26, 4, 'Irlande'), (26, 5, 'Irlanda'), (26, 6, 'Irlandia'), +(26, 7, 'Irlanda'), (27, 1, 'New Zealand'), (27, 2, 'Neuseeland'), (27, 3, 'Nieuw-Zeeland'), (27, 4, 'Nouvelle-Zélande'), (27, 5, 'Nuova Zelanda'), (27, 6, 'Nowa Zelandia'), +(27, 7, 'Nueva Zelanda'), (28, 1, 'South Korea'), (28, 2, 'Südkorea'), (28, 3, 'Zuid-Korea'), (28, 4, 'Corée du Sud'), (28, 5, 'Corea del Sud'), (28, 6, 'Korea Południowa'), +(28, 7, 'Corea del Sur'), (29, 1, 'Israel'), (29, 2, 'Israel'), (29, 3, 'Israël'), (29, 4, 'Israël'), (29, 5, 'Israele'), (29, 6, 'Izrael'), +(29, 7, 'Israel'), (30, 1, 'South Africa'), (30, 2, 'Südafrika'), (30, 3, 'Zuid-Afrika'), (30, 4, 'Afrique du Sud'), (30, 5, 'Sudafrica'), (30, 6, 'Republika Południowej Afryki'), +(30, 7, 'Sudáfrica'), (31, 1, 'Nigeria'), (31, 2, 'Nigeria'), (31, 3, 'Nigeria'), (31, 4, 'Nigeria'), (31, 5, 'Nigeria'), (31, 6, 'Nigeria'), +(31, 7, 'Nigeria'), (32, 1, 'Côte d’Ivoire'), (32, 2, 'Côte d’Ivoire'), (32, 3, 'Ivoorkust'), (32, 4, 'Côte d’Ivoire'), (32, 5, 'Costa d’Avorio'), (32, 6, 'Côte d’Ivoire'), +(32, 7, 'Côte d’Ivoire'), (33, 1, 'Togo'), (33, 2, 'Togo'), (33, 3, 'Togo'), (33, 4, 'Togo'), (33, 5, 'Togo'), (33, 6, 'Togo'), +(33, 7, 'Togo'), (34, 1, 'Bolivia'), (34, 2, 'Bolivien'), (34, 3, 'Bolivia'), (34, 4, 'Bolivie'), (34, 5, 'Bolivia'), (34, 6, 'Boliwia'), +(34, 7, 'Bolivia'), (35, 1, 'Mauritius'), (35, 2, 'Mauritius'), (35, 3, 'Mauritius'), (35, 4, 'Maurice'), (35, 5, 'Mauritius'), (35, 6, 'Mauritius'), +(35, 7, 'Mauricio'), (36, 1, 'Romania'), (36, 2, 'Rumänien'), (36, 3, 'Roemenië'), (36, 4, 'Roumanie'), (36, 5, 'Romania'), (36, 6, 'Rumunia'), +(36, 7, 'Rumanía'), (37, 1, 'Slovakia'), (37, 2, 'Slowakei'), (37, 3, 'Slowakije'), (37, 4, 'Slovaquie'), (37, 5, 'Slovacchia'), (37, 6, 'Słowacja'), +(37, 7, 'Eslovaquia'), (38, 1, 'Algeria'), (38, 2, 'Algerien'), (38, 3, 'Algerije'), (38, 4, 'Algérie'), (38, 5, 'Algeria'), (38, 6, 'Algieria'), +(38, 7, 'Argelia'), (39, 1, 'American Samoa'), (39, 2, 'Amerikanisch-Samoa'), (39, 3, 'Amerikaans-Samoa'), (39, 4, 'Samoa américaines'), (39, 5, 'Samoa americane'), (39, 6, 'Samoa Amerykańskie'), +(39, 7, 'Samoa Americana'), (40, 1, 'Andorra'), (40, 2, 'Andorra'), (40, 3, 'Andorra'), (40, 4, 'Andorre'), (40, 5, 'Andorra'), (40, 6, 'Andora'), +(40, 7, 'Andorra'), (41, 1, 'Angola'), (41, 2, 'Angola'), (41, 3, 'Angola'), (41, 4, 'Angola'), (41, 5, 'Angola'), (41, 6, 'Angola'), +(41, 7, 'Angola'), (42, 1, 'Anguilla'), (42, 2, 'Anguilla'), (42, 3, 'Anguilla'), (42, 4, 'Anguilla'), (42, 5, 'Anguilla'), (42, 6, 'Anguilla'), +(42, 7, 'Anguila'), (43, 1, 'Antigua & Barbuda'), (43, 2, 'Antigua und Barbuda'), (43, 3, 'Antigua en Barbuda'), (43, 4, 'Antigua-et-Barbuda'), (43, 5, 'Antigua e Barbuda'), (43, 6, 'Antigua i Barbuda'), +(43, 7, 'Antigua y Barbuda'), (44, 1, 'Argentina'), (44, 2, 'Argentinien'), (44, 3, 'Argentinië'), (44, 4, 'Argentine'), (44, 5, 'Argentina'), (44, 6, 'Argentyna'), +(44, 7, 'Argentina'), (45, 1, 'Armenia'), (45, 2, 'Armenien'), (45, 3, 'Armenië'), (45, 4, 'Arménie'), (45, 5, 'Armenia'), (45, 6, 'Armenia'), +(45, 7, 'Armenia'), (46, 1, 'Aruba'), (46, 2, 'Aruba'), (46, 3, 'Aruba'), (46, 4, 'Aruba'), (46, 5, 'Aruba'), (46, 6, 'Aruba'), +(46, 7, 'Aruba'), (47, 1, 'Azerbaijan'), (47, 2, 'Aserbaidschan'), (47, 3, 'Azerbeidzjan'), (47, 4, 'Azerbaïdjan'), (47, 5, 'Azerbaigian'), (47, 6, 'Azerbejdżan'), +(47, 7, 'Azerbaiyán'), (48, 1, 'Bahamas'), (48, 2, 'Bahamas'), (48, 3, 'Bahama’s'), (48, 4, 'Bahamas'), (48, 5, 'Bahamas'), (48, 6, 'Bahamy'), +(48, 7, 'Bahamas'), (49, 1, 'Bahrain'), (49, 2, 'Bahrain'), (49, 3, 'Bahrein'), (49, 4, 'Bahreïn'), (49, 5, 'Bahrein'), (49, 6, 'Bahrajn'), +(49, 7, 'Baréin'), (50, 1, 'Bangladesh'), (50, 2, 'Bangladesch'), (50, 3, 'Bangladesh'), (50, 4, 'Bangladesh'), (50, 5, 'Bangladesh'), (50, 6, 'Bangladesz'), +(50, 7, 'Bangladés'), (51, 1, 'Barbados'), (51, 2, 'Barbados'), (51, 3, 'Barbados'), (51, 4, 'Barbade'), (51, 5, 'Barbados'), (51, 6, 'Barbados'), +(51, 7, 'Barbados'), (52, 1, 'Belarus'), (52, 2, 'Belarus'), (52, 3, 'Belarus'), (52, 4, 'Biélorussie'), (52, 5, 'Bielorussia'), (52, 6, 'Białoruś'), +(52, 7, 'Bielorrusia'), (53, 1, 'Belize'), (53, 2, 'Belize'), (53, 3, 'Belize'), (53, 4, 'Belize'), (53, 5, 'Belize'), (53, 6, 'Belize'), +(53, 7, 'Belice'), (54, 1, 'Benin'), (54, 2, 'Benin'), (54, 3, 'Benin'), (54, 4, 'Bénin'), (54, 5, 'Benin'), (54, 6, 'Benin'), +(54, 7, 'Benín'), (55, 1, 'Bermuda'), (55, 2, 'Bermuda'), (55, 3, 'Bermuda'), (55, 4, 'Bermudes'), (55, 5, 'Bermuda'), (55, 6, 'Bermudy'), +(55, 7, 'Bermudas'), (56, 1, 'Bhutan'), (56, 2, 'Bhutan'), (56, 3, 'Bhutan'), (56, 4, 'Bhoutan'), (56, 5, 'Bhutan'), (56, 6, 'Bhutan'), +(56, 7, 'Bután'), (57, 1, 'Botswana'), (57, 2, 'Botsuana'), (57, 3, 'Botswana'), (57, 4, 'Botswana'), (57, 5, 'Botswana'), (57, 6, 'Botswana'), +(57, 7, 'Botsuana'), (58, 1, 'Brazil'), (58, 2, 'Brasilien'), (58, 3, 'Brazilië'), (58, 4, 'Brésil'), (58, 5, 'Brasile'), (58, 6, 'Brazylia'), +(58, 7, 'Brasil'), (59, 1, 'Brunei'), (59, 2, 'Brunei Darussalam'), (59, 3, 'Brunei'), (59, 4, 'Brunei'), (59, 5, 'Brunei'), (59, 6, 'Brunei'), +(59, 7, 'Brunéi'), (60, 1, 'Burkina Faso'), (60, 2, 'Burkina Faso'), (60, 3, 'Burkina Faso'), (60, 4, 'Burkina Faso'), (60, 5, 'Burkina Faso'), (60, 6, 'Burkina Faso'), +(60, 7, 'Burkina Faso'), (61, 1, 'Myanmar (Burma)'), (61, 2, 'Myanmar'), (61, 3, 'Myanmar (Birma)'), (61, 4, 'Myanmar (Birmanie)'), (61, 5, 'Myanmar (Birmania)'), (61, 6, 'Mjanma (Birma)'), +(61, 7, 'Myanmar (Birmania)'), (62, 1, 'Burundi'), (62, 2, 'Burundi'), (62, 3, 'Burundi'), (62, 4, 'Burundi'), (62, 5, 'Burundi'), (62, 6, 'Burundi'), +(62, 7, 'Burundi'), (63, 1, 'Cambodia'), (63, 2, 'Kambodscha'), (63, 3, 'Cambodja'), (63, 4, 'Cambodge'), (63, 5, 'Cambogia'), (63, 6, 'Kambodża'), +(63, 7, 'Camboya'), (64, 1, 'Cameroon'), (64, 2, 'Kamerun'), (64, 3, 'Kameroen'), (64, 4, 'Cameroun'), (64, 5, 'Camerun'), (64, 6, 'Kamerun'), +(64, 7, 'Camerún'), (65, 1, 'Cape Verde'), (65, 2, 'Cabo Verde'), (65, 3, 'Kaapverdië'), (65, 4, 'Cap-Vert'), (65, 5, 'Capo Verde'), (65, 6, 'Republika Zielonego Przylądka'), +(65, 7, 'Cabo Verde'), (66, 1, 'Central African Republic'), (66, 2, 'Zentralafrikanische Republik'), (66, 3, 'Centraal-Afrikaanse Republiek'), (66, 4, 'République centrafricaine'), (66, 5, 'Repubblica Centrafricana'), (66, 6, 'Republika Środkowoafrykańska'), +(66, 7, 'República Centroafricana'), (67, 1, 'Chad'), (67, 2, 'Tschad'), (67, 3, 'Tsjaad'), (67, 4, 'Tchad'), (67, 5, 'Ciad'), (67, 6, 'Czad'), +(67, 7, 'Chad'), (68, 1, 'Chile'), (68, 2, 'Chile'), (68, 3, 'Chili'), (68, 4, 'Chili'), (68, 5, 'Cile'), (68, 6, 'Chile'), +(68, 7, 'Chile'), (69, 1, 'Colombia'), (69, 2, 'Kolumbien'), (69, 3, 'Colombia'), (69, 4, 'Colombie'), (69, 5, 'Colombia'), (69, 6, 'Kolumbia'), +(69, 7, 'Colombia'), (70, 1, 'Comoros'), (70, 2, 'Komoren'), (70, 3, 'Comoren'), (70, 4, 'Comores'), (70, 5, 'Comore'), (70, 6, 'Komory'), +(70, 7, 'Comoras'), (71, 1, 'Congo - Kinshasa'), (71, 2, 'Kongo-Kinshasa'), (71, 3, 'Congo-Kinshasa'), (71, 4, 'Congo-Kinshasa'), (71, 5, 'Congo - Kinshasa'), (71, 6, 'Demokratyczna Republika Konga'), +(71, 7, 'República Democrática del Congo'), (72, 1, 'Congo - Brazzaville'), (72, 2, 'Kongo-Brazzaville'), (72, 3, 'Congo-Brazzaville'), (72, 4, 'Congo-Brazzaville'), (72, 5, 'Congo-Brazzaville'), (72, 6, 'Kongo'), +(72, 7, 'Congo'), (73, 1, 'Costa Rica'), (73, 2, 'Costa Rica'), (73, 3, 'Costa Rica'), (73, 4, 'Costa Rica'), (73, 5, 'Costa Rica'), (73, 6, 'Kostaryka'), +(73, 7, 'Costa Rica'), (74, 1, 'Croatia'), (74, 2, 'Kroatien'), (74, 3, 'Kroatië'), (74, 4, 'Croatie'), (74, 5, 'Croazia'), (74, 6, 'Chorwacja'), +(74, 7, 'Croacia'), (75, 1, 'Cuba'), (75, 2, 'Kuba'), (75, 3, 'Cuba'), (75, 4, 'Cuba'), (75, 5, 'Cuba'), (75, 6, 'Kuba'), +(75, 7, 'Cuba'), (76, 1, 'Cyprus'), (76, 2, 'Zypern'), (76, 3, 'Cyprus'), (76, 4, 'Chypre'), (76, 5, 'Cipro'), (76, 6, 'Cypr'), +(76, 7, 'Chipre'), (77, 1, 'Djibouti'), (77, 2, 'Dschibuti'), (77, 3, 'Djibouti'), (77, 4, 'Djibouti'), (77, 5, 'Gibuti'), (77, 6, 'Dżibuti'), +(77, 7, 'Yibuti'), (78, 1, 'Dominica'), (78, 2, 'Dominica'), (78, 3, 'Dominica'), (78, 4, 'Dominique'), (78, 5, 'Dominica'), (78, 6, 'Dominika'), +(78, 7, 'Dominica'), (79, 1, 'Dominican Republic'), (79, 2, 'Dominikanische Republik'), (79, 3, 'Dominicaanse Republiek'), (79, 4, 'République dominicaine'), (79, 5, 'Repubblica Dominicana'), (79, 6, 'Dominikana'), +(79, 7, 'República Dominicana'), (80, 1, 'Timor-Leste'), (80, 2, 'Timor-Leste'), (80, 3, 'Oost-Timor'), (80, 4, 'Timor oriental'), (80, 5, 'Timor Est'), (80, 6, 'Timor Wschodni'), +(80, 7, 'Timor-Leste'), (81, 1, 'Ecuador'), (81, 2, 'Ecuador'), (81, 3, 'Ecuador'), (81, 4, 'Équateur'), (81, 5, 'Ecuador'), (81, 6, 'Ekwador'), +(81, 7, 'Ecuador'), (82, 1, 'Egypt'), (82, 2, 'Ägypten'), (82, 3, 'Egypte'), (82, 4, 'Égypte'), (82, 5, 'Egitto'), (82, 6, 'Egipt'), +(82, 7, 'Egipto'), (83, 1, 'El Salvador'), (83, 2, 'El Salvador'), (83, 3, 'El Salvador'), (83, 4, 'Salvador'), (83, 5, 'El Salvador'), (83, 6, 'Salwador'), +(83, 7, 'El Salvador'), (84, 1, 'Equatorial Guinea'), (84, 2, 'Äquatorialguinea'), (84, 3, 'Equatoriaal-Guinea'), (84, 4, 'Guinée équatoriale'), (84, 5, 'Guinea Equatoriale'), (84, 6, 'Gwinea Równikowa'), +(84, 7, 'Guinea Ecuatorial'), (85, 1, 'Eritrea'), (85, 2, 'Eritrea'), (85, 3, 'Eritrea'), (85, 4, 'Érythrée'), (85, 5, 'Eritrea'), (85, 6, 'Erytrea'), +(85, 7, 'Eritrea'), (86, 1, 'Estonia'), (86, 2, 'Estland'), (86, 3, 'Estland'), (86, 4, 'Estonie'), (86, 5, 'Estonia'), (86, 6, 'Estonia'), +(86, 7, 'Estonia'), (87, 1, 'Ethiopia'), (87, 2, 'Äthiopien'), (87, 3, 'Ethiopië'), (87, 4, 'Éthiopie'), (87, 5, 'Etiopia'), (87, 6, 'Etiopia'), +(87, 7, 'Etiopía'), (88, 1, 'Falkland Islands'), (88, 2, 'Falklandinseln'), (88, 3, 'Falklandeilanden'), (88, 4, 'Îles Malouines'), (88, 5, 'Isole Falkland'), (88, 6, 'Falklandy'), +(88, 7, 'Islas Malvinas'), (89, 1, 'Faroe Islands'), (89, 2, 'Färöer'), (89, 3, 'Faeröer'), (89, 4, 'Îles Féroé'), (89, 5, 'Isole Fær Øer'), (89, 6, 'Wyspy Owcze'), +(89, 7, 'Islas Feroe'), (90, 1, 'Fiji'), (90, 2, 'Fidschi'), (90, 3, 'Fiji'), (90, 4, 'Fidji'), (90, 5, 'Figi'), (90, 6, 'Fidżi'), +(90, 7, 'Fiyi'), (91, 1, 'Gabon'), (91, 2, 'Gabun'), (91, 3, 'Gabon'), (91, 4, 'Gabon'), (91, 5, 'Gabon'), (91, 6, 'Gabon'), +(91, 7, 'Gabón'), (92, 1, 'Gambia'), (92, 2, 'Gambia'), (92, 3, 'Gambia'), (92, 4, 'Gambie'), (92, 5, 'Gambia'), (92, 6, 'Gambia'), +(92, 7, 'Gambia'), (93, 1, 'Georgia'), (93, 2, 'Georgien'), (93, 3, 'Georgië'), (93, 4, 'Géorgie'), (93, 5, 'Georgia'), (93, 6, 'Gruzja'), +(93, 7, 'Georgia'), (94, 1, 'Ghana'), (94, 2, 'Ghana'), (94, 3, 'Ghana'), (94, 4, 'Ghana'), (94, 5, 'Ghana'), (94, 6, 'Ghana'), +(94, 7, 'Ghana'), (95, 1, 'Grenada'), (95, 2, 'Grenada'), (95, 3, 'Grenada'), (95, 4, 'Grenade'), (95, 5, 'Grenada'), (95, 6, 'Grenada'), +(95, 7, 'Granada'), (96, 1, 'Greenland'), (96, 2, 'Grönland'), (96, 3, 'Groenland'), (96, 4, 'Groenland'), (96, 5, 'Groenlandia'), (96, 6, 'Grenlandia'), +(96, 7, 'Groenlandia'), (97, 1, 'Gibraltar'), (97, 2, 'Gibraltar'), (97, 3, 'Gibraltar'), (97, 4, 'Gibraltar'), (97, 5, 'Gibilterra'), (97, 6, 'Gibraltar'), +(97, 7, 'Gibraltar'), (98, 1, 'Guadeloupe'), (98, 2, 'Guadeloupe'), (98, 3, 'Guadeloupe'), (98, 4, 'Guadeloupe'), (98, 5, 'Guadalupa'), (98, 6, 'Gwadelupa'), +(98, 7, 'Guadalupe'), (99, 1, 'Guam'), (99, 2, 'Guam'), (99, 3, 'Guam'), (99, 4, 'Guam'), (99, 5, 'Guam'), (99, 6, 'Guam'), +(99, 7, 'Guam'), (100, 1, 'Guatemala'), (100, 2, 'Guatemala'), (100, 3, 'Guatemala'), (100, 4, 'Guatemala'), (100, 5, 'Guatemala'), (100, 6, 'Gwatemala'), +(100, 7, 'Guatemala'), (101, 1, 'Guernsey'), (101, 2, 'Guernsey'), (101, 3, 'Guernsey'), (101, 4, 'Guernesey'), (101, 5, 'Guernsey'), (101, 6, 'Guernsey'), +(101, 7, 'Guernesey'), (102, 1, 'Guinea'), (102, 2, 'Guinea'), (102, 3, 'Guinee'), (102, 4, 'Guinée'), (102, 5, 'Guinea'), (102, 6, 'Gwinea'), +(102, 7, 'Guinea'), (103, 1, 'Guinea-Bissau'), (103, 2, 'Guinea-Bissau'), (103, 3, 'Guinee-Bissau'), (103, 4, 'Guinée-Bissau'), (103, 5, 'Guinea-Bissau'), (103, 6, 'Gwinea Bissau'), +(103, 7, 'Guinea-Bisáu'), (104, 1, 'Guyana'), (104, 2, 'Guyana'), (104, 3, 'Guyana'), (104, 4, 'Guyana'), (104, 5, 'Guyana'), (104, 6, 'Gujana'), +(104, 7, 'Guyana'), (105, 1, 'Haiti'), (105, 2, 'Haiti'), (105, 3, 'Haïti'), (105, 4, 'Haïti'), (105, 5, 'Haiti'), (105, 6, 'Haiti'), +(105, 7, 'Haití'), (106, 1, 'Vatican City'), (106, 2, 'Vatikanstadt'), (106, 3, 'Vaticaanstad'), (106, 4, 'État de la Cité du Vatican'), (106, 5, 'Città del Vaticano'), (106, 6, 'Watykan'), +(106, 7, 'Ciudad del Vaticano'), (107, 1, 'Honduras'), (107, 2, 'Honduras'), (107, 3, 'Honduras'), (107, 4, 'Honduras'), (107, 5, 'Honduras'), (107, 6, 'Honduras'), +(107, 7, 'Honduras'), (108, 1, 'Iceland'), (108, 2, 'Island'), (108, 3, 'IJsland'), (108, 4, 'Islande'), (108, 5, 'Islanda'), (108, 6, 'Islandia'), +(108, 7, 'Islandia'), (109, 1, 'India'), (109, 2, 'Indien'), (109, 3, 'India'), (109, 4, 'Inde'), (109, 5, 'India'), (109, 6, 'Indie'), +(109, 7, 'India'), (110, 1, 'Indonesia'), (110, 2, 'Indonesien'), (110, 3, 'Indonesië'), (110, 4, 'Indonésie'), (110, 5, 'Indonesia'), (110, 6, 'Indonezja'), +(110, 7, 'Indonesia'), (111, 1, 'Iran'), (111, 2, 'Iran'), (111, 3, 'Iran'), (111, 4, 'Iran'), (111, 5, 'Iran'), (111, 6, 'Iran'), +(111, 7, 'Irán'), (112, 1, 'Iraq'), (112, 2, 'Irak'), (112, 3, 'Irak'), (112, 4, 'Irak'), (112, 5, 'Iraq'), (112, 6, 'Irak'), +(112, 7, 'Irak'), (113, 1, 'Isle of Man'), (113, 2, 'Isle of Man'), (113, 3, 'Isle of Man'), (113, 4, 'Île de Man'), (113, 5, 'Isola di Man'), (113, 6, 'Wyspa Man'), +(113, 7, 'Isla de Man'), (114, 1, 'Jamaica'), (114, 2, 'Jamaika'), (114, 3, 'Jamaica'), (114, 4, 'Jamaïque'), (114, 5, 'Giamaica'), (114, 6, 'Jamajka'), +(114, 7, 'Jamaica'), (115, 1, 'Jersey'), (115, 2, 'Jersey'), (115, 3, 'Jersey'), (115, 4, 'Jersey'), (115, 5, 'Jersey'), (115, 6, 'Jersey'), +(115, 7, 'Jersey'), (116, 1, 'Jordan'), (116, 2, 'Jordanien'), (116, 3, 'Jordanië'), (116, 4, 'Jordanie'), (116, 5, 'Giordania'), (116, 6, 'Jordania'), +(116, 7, 'Jordania'), (117, 1, 'Kazakhstan'), (117, 2, 'Kasachstan'), (117, 3, 'Kazachstan'), (117, 4, 'Kazakhstan'), (117, 5, 'Kazakistan'), (117, 6, 'Kazachstan'), +(117, 7, 'Kazajistán'), (118, 1, 'Kenya'), (118, 2, 'Kenia'), (118, 3, 'Kenia'), (118, 4, 'Kenya'), (118, 5, 'Kenya'), (118, 6, 'Kenia'), +(118, 7, 'Kenia'), (119, 1, 'Kiribati'), (119, 2, 'Kiribati'), (119, 3, 'Kiribati'), (119, 4, 'Kiribati'), (119, 5, 'Kiribati'), (119, 6, 'Kiribati'), +(119, 7, 'Kiribati'), (120, 1, 'North Korea'), (120, 2, 'Nordkorea'), (120, 3, 'Noord-Korea'), (120, 4, 'Corée du Nord'), (120, 5, 'Corea del Nord'), (120, 6, 'Korea Północna'), +(120, 7, 'Corea del Norte'), (121, 1, 'Kuwait'), (121, 2, 'Kuwait'), (121, 3, 'Koeweit'), (121, 4, 'Koweït'), (121, 5, 'Kuwait'), (121, 6, 'Kuwejt'), +(121, 7, 'Kuwait'), (122, 1, 'Kyrgyzstan'), (122, 2, 'Kirgisistan'), (122, 3, 'Kirgizië'), (122, 4, 'Kirghizstan'), (122, 5, 'Kirghizistan'), (122, 6, 'Kirgistan'), +(122, 7, 'Kirguistán'), (123, 1, 'Laos'), (123, 2, 'Laos'), (123, 3, 'Laos'), (123, 4, 'Laos'), (123, 5, 'Laos'), (123, 6, 'Laos'), +(123, 7, 'Laos'), (124, 1, 'Latvia'), (124, 2, 'Lettland'), (124, 3, 'Letland'), (124, 4, 'Lettonie'), (124, 5, 'Lettonia'), (124, 6, 'Łotwa'), +(124, 7, 'Letonia'), (125, 1, 'Lebanon'), (125, 2, 'Libanon'), (125, 3, 'Libanon'), (125, 4, 'Liban'), (125, 5, 'Libano'), (125, 6, 'Liban'), +(125, 7, 'Líbano'), (126, 1, 'Lesotho'), (126, 2, 'Lesotho'), (126, 3, 'Lesotho'), (126, 4, 'Lesotho'), (126, 5, 'Lesotho'), (126, 6, 'Lesotho'), +(126, 7, 'Lesoto'), (127, 1, 'Liberia'), (127, 2, 'Liberia'), (127, 3, 'Liberia'), (127, 4, 'Liberia'), (127, 5, 'Liberia'), (127, 6, 'Liberia'), +(127, 7, 'Liberia'), (128, 1, 'Libya'), (128, 2, 'Libyen'), (128, 3, 'Libië'), (128, 4, 'Libye'), (128, 5, 'Libia'), (128, 6, 'Libia'), +(128, 7, 'Libia'), (129, 1, 'Liechtenstein'), (129, 2, 'Liechtenstein'), (129, 3, 'Liechtenstein'), (129, 4, 'Liechtenstein'), (129, 5, 'Liechtenstein'), (129, 6, 'Liechtenstein'), +(129, 7, 'Liechtenstein'), (130, 1, 'Lithuania'), (130, 2, 'Litauen'), (130, 3, 'Litouwen'), (130, 4, 'Lituanie'), (130, 5, 'Lituania'), (130, 6, 'Litwa'), +(130, 7, 'Lituania'), (131, 1, 'Macao SAR China'), (131, 2, 'Sonderverwaltungsregion Macau'), (131, 3, 'Macau SAR van China'), (131, 4, 'R.A.S. chinoise de Macao'), (131, 5, 'RAS di Macao'), (131, 6, 'SRA Makau (Chiny)'), +(131, 7, 'RAE de Macao (China)'), (132, 1, 'North Macedonia'), (132, 2, 'Nordmazedonien'), (132, 3, 'Noord-Macedonië'), (132, 4, 'Macédoine du Nord'), (132, 5, 'Macedonia del Nord'), (132, 6, 'Macedonia Północna'), +(132, 7, 'Macedonia del Norte'), (133, 1, 'Madagascar'), (133, 2, 'Madagaskar'), (133, 3, 'Madagaskar'), (133, 4, 'Madagascar'), (133, 5, 'Madagascar'), (133, 6, 'Madagaskar'), +(133, 7, 'Madagascar'), (134, 1, 'Malawi'), (134, 2, 'Malawi'), (134, 3, 'Malawi'), (134, 4, 'Malawi'), (134, 5, 'Malawi'), (134, 6, 'Malawi'), +(134, 7, 'Malaui'), (135, 1, 'Malaysia'), (135, 2, 'Malaysia'), (135, 3, 'Maleisië'), (135, 4, 'Malaisie'), (135, 5, 'Malaysia'), (135, 6, 'Malezja'), +(135, 7, 'Malasia'), (136, 1, 'Maldives'), (136, 2, 'Malediven'), (136, 3, 'Maldiven'), (136, 4, 'Maldives'), (136, 5, 'Maldive'), (136, 6, 'Malediwy'), +(136, 7, 'Maldivas'), (137, 1, 'Mali'), (137, 2, 'Mali'), (137, 3, 'Mali'), (137, 4, 'Mali'), (137, 5, 'Mali'), (137, 6, 'Mali'), +(137, 7, 'Mali'), (138, 1, 'Malta'), (138, 2, 'Malta'), (138, 3, 'Malta'), (138, 4, 'Malte'), (138, 5, 'Malta'), (138, 6, 'Malta'), +(138, 7, 'Malta'), (139, 1, 'Marshall Islands'), (139, 2, 'Marshallinseln'), (139, 3, 'Marshalleilanden'), (139, 4, 'Îles Marshall'), (139, 5, 'Isole Marshall'), (139, 6, 'Wyspy Marshalla'), +(139, 7, 'Islas Marshall'), (140, 1, 'Martinique'), (140, 2, 'Martinique'), (140, 3, 'Martinique'), (140, 4, 'Martinique'), (140, 5, 'Martinica'), (140, 6, 'Martynika'), +(140, 7, 'Martinica'), (141, 1, 'Mauritania'), (141, 2, 'Mauretanien'), (141, 3, 'Mauritanië'), (141, 4, 'Mauritanie'), (141, 5, 'Mauritania'), (141, 6, 'Mauretania'), +(141, 7, 'Mauritania'), (142, 1, 'Hungary'), (142, 2, 'Ungarn'), (142, 3, 'Hongarije'), (142, 4, 'Hongrie'), (142, 5, 'Ungheria'), (142, 6, 'Węgry'), +(142, 7, 'Hungría'), (143, 1, 'Mayotte'), (143, 2, 'Mayotte'), (143, 3, 'Mayotte'), (143, 4, 'Mayotte'), (143, 5, 'Mayotte'), (143, 6, 'Majotta'), +(143, 7, 'Mayotte'), (144, 1, 'Mexico'), (144, 2, 'Mexiko'), (144, 3, 'Mexico'), (144, 4, 'Mexique'), (144, 5, 'Messico'), (144, 6, 'Meksyk'), +(144, 7, 'México'), (145, 1, 'Micronesia'), (145, 2, 'Mikronesien'), (145, 3, 'Micronesia'), (145, 4, 'Micronésie'), (145, 5, 'Micronesia'), (145, 6, 'Mikronezja'), +(145, 7, 'Micronesia'), (146, 1, 'Moldova'), (146, 2, 'Republik Moldau'), (146, 3, 'Moldavië'), (146, 4, 'Moldavie'), (146, 5, 'Moldavia'), (146, 6, 'Mołdawia'), +(146, 7, 'Moldavia'), (147, 1, 'Monaco'), (147, 2, 'Monaco'), (147, 3, 'Monaco'), (147, 4, 'Monaco'), (147, 5, 'Monaco'), (147, 6, 'Monako'), +(147, 7, 'Mónaco'), (148, 1, 'Mongolia'), (148, 2, 'Mongolei'), (148, 3, 'Mongolië'), (148, 4, 'Mongolie'), (148, 5, 'Mongolia'), (148, 6, 'Mongolia'), +(148, 7, 'Mongolia'), (149, 1, 'Montenegro'), (149, 2, 'Montenegro'), (149, 3, 'Montenegro'), (149, 4, 'Monténégro'), (149, 5, 'Montenegro'), (149, 6, 'Czarnogóra'), +(149, 7, 'Montenegro'), (150, 1, 'Montserrat'), (150, 2, 'Montserrat'), (150, 3, 'Montserrat'), (150, 4, 'Montserrat'), (150, 5, 'Montserrat'), (150, 6, 'Montserrat'), +(150, 7, 'Montserrat'), (151, 1, 'Morocco'), (151, 2, 'Marokko'), (151, 3, 'Marokko'), (151, 4, 'Maroc'), (151, 5, 'Marocco'), (151, 6, 'Maroko'), +(151, 7, 'Marruecos'), (152, 1, 'Mozambique'), (152, 2, 'Mosambik'), (152, 3, 'Mozambique'), (152, 4, 'Mozambique'), (152, 5, 'Mozambico'), (152, 6, 'Mozambik'), +(152, 7, 'Mozambique'), (153, 1, 'Namibia'), (153, 2, 'Namibia'), (153, 3, 'Namibië'), (153, 4, 'Namibie'), (153, 5, 'Namibia'), (153, 6, 'Namibia'), +(153, 7, 'Namibia'), (154, 1, 'Nauru'), (154, 2, 'Nauru'), (154, 3, 'Nauru'), (154, 4, 'Nauru'), (154, 5, 'Nauru'), (154, 6, 'Nauru'), +(154, 7, 'Nauru'), (155, 1, 'Nepal'), (155, 2, 'Nepal'), (155, 3, 'Nepal'), (155, 4, 'Népal'), (155, 5, 'Nepal'), (155, 6, 'Nepal'), +(155, 7, 'Nepal'), (156, 1, 'New Caledonia'), (156, 2, 'Neukaledonien'), (156, 3, 'Nieuw-Caledonië'), (156, 4, 'Nouvelle-Calédonie'), (156, 5, 'Nuova Caledonia'), (156, 6, 'Nowa Kaledonia'), +(156, 7, 'Nueva Caledonia'), (157, 1, 'Nicaragua'), (157, 2, 'Nicaragua'), (157, 3, 'Nicaragua'), (157, 4, 'Nicaragua'), (157, 5, 'Nicaragua'), (157, 6, 'Nikaragua'), +(157, 7, 'Nicaragua'), (158, 1, 'Niger'), (158, 2, 'Niger'), (158, 3, 'Niger'), (158, 4, 'Niger'), (158, 5, 'Niger'), (158, 6, 'Niger'), +(158, 7, 'Níger'), (159, 1, 'Niue'), (159, 2, 'Niue'), (159, 3, 'Niue'), (159, 4, 'Niue'), (159, 5, 'Niue'), (159, 6, 'Niue'), +(159, 7, 'Niue'), (160, 1, 'Norfolk Island'), (160, 2, 'Norfolkinsel'), (160, 3, 'Norfolk'), (160, 4, 'Île Norfolk'), (160, 5, 'Isola Norfolk'), (160, 6, 'Norfolk'), +(160, 7, 'Isla Norfolk'), (161, 1, 'Northern Mariana Islands'), (161, 2, 'Nördliche Marianen'), (161, 3, 'Noordelijke Marianen'), (161, 4, 'Îles Mariannes du Nord'), (161, 5, 'Isole Marianne settentrionali'), (161, 6, 'Mariany Północne'), +(161, 7, 'Islas Marianas del Norte'), (162, 1, 'Oman'), (162, 2, 'Oman'), (162, 3, 'Oman'), (162, 4, 'Oman'), (162, 5, 'Oman'), (162, 6, 'Oman'), +(162, 7, 'Omán'), (163, 1, 'Pakistan'), (163, 2, 'Pakistan'), (163, 3, 'Pakistan'), (163, 4, 'Pakistan'), (163, 5, 'Pakistan'), (163, 6, 'Pakistan'), +(163, 7, 'Pakistán'), (164, 1, 'Palau'), (164, 2, 'Palau'), (164, 3, 'Palau'), (164, 4, 'Palaos'), (164, 5, 'Palau'), (164, 6, 'Palau'), +(164, 7, 'Palaos'), (165, 1, 'Palestinian Territories'), (165, 2, 'Palästinensische Autonomiegebiete'), (165, 3, 'Palestijnse gebieden'), (165, 4, 'Territoires palestiniens'), (165, 5, 'Territori palestinesi'), (165, 6, 'Terytoria Palestyńskie'), +(165, 7, 'Territorios Palestinos'), (166, 1, 'Panama'), (166, 2, 'Panama'), (166, 3, 'Panama'), (166, 4, 'Panama'), (166, 5, 'Panamá'), (166, 6, 'Panama'), +(166, 7, 'Panamá'), (167, 1, 'Papua New Guinea'), (167, 2, 'Papua-Neuguinea'), (167, 3, 'Papoea-Nieuw-Guinea'), (167, 4, 'Papouasie-Nouvelle-Guinée'), (167, 5, 'Papua Nuova Guinea'), (167, 6, 'Papua-Nowa Gwinea'), +(167, 7, 'Papúa Nueva Guinea'), (168, 1, 'Paraguay'), (168, 2, 'Paraguay'), (168, 3, 'Paraguay'), (168, 4, 'Paraguay'), (168, 5, 'Paraguay'), (168, 6, 'Paragwaj'), +(168, 7, 'Paraguay'), (169, 1, 'Peru'), (169, 2, 'Peru'), (169, 3, 'Peru'), (169, 4, 'Pérou'), (169, 5, 'Perù'), (169, 6, 'Peru'), +(169, 7, 'Perú'), (170, 1, 'Philippines'), (170, 2, 'Philippinen'), (170, 3, 'Filipijnen'), (170, 4, 'Philippines'), (170, 5, 'Filippine'), (170, 6, 'Filipiny'), +(170, 7, 'Filipinas'), (171, 1, 'Pitcairn Islands'), (171, 2, 'Pitcairninseln'), (171, 3, 'Pitcairneilanden'), (171, 4, 'Îles Pitcairn'), (171, 5, 'Isole Pitcairn'), (171, 6, 'Pitcairn'), +(171, 7, 'Islas Pitcairn'), (172, 1, 'Puerto Rico'), (172, 2, 'Puerto Rico'), (172, 3, 'Puerto Rico'), (172, 4, 'Porto Rico'), (172, 5, 'Portorico'), (172, 6, 'Portoryko'), +(172, 7, 'Puerto Rico'), (173, 1, 'Qatar'), (173, 2, 'Katar'), (173, 3, 'Qatar'), (173, 4, 'Qatar'), (173, 5, 'Qatar'), (173, 6, 'Katar'), +(173, 7, 'Catar'), (174, 1, 'Réunion'), (174, 2, 'Réunion'), (174, 3, 'Réunion'), (174, 4, 'La Réunion'), (174, 5, 'Riunione'), (174, 6, 'Reunion'), +(174, 7, 'Reunión'), (175, 1, 'Russia'), (175, 2, 'Russland'), (175, 3, 'Rusland'), (175, 4, 'Russie'), (175, 5, 'Russia'), (175, 6, 'Rosja'), +(175, 7, 'Rusia'), (176, 1, 'Rwanda'), (176, 2, 'Ruanda'), (176, 3, 'Rwanda'), (176, 4, 'Rwanda'), (176, 5, 'Ruanda'), (176, 6, 'Rwanda'), +(176, 7, 'Ruanda'), (177, 1, 'St. Barthélemy'), (177, 2, 'St. Barthélemy'), (177, 3, 'Saint-Barthélemy'), (177, 4, 'Saint-Barthélemy'), (177, 5, 'Saint-Barthélemy'), (177, 6, 'Saint-Barthélemy'), +(177, 7, 'San Bartolomé'), (178, 1, 'St. Kitts & Nevis'), (178, 2, 'St. Kitts und Nevis'), (178, 3, 'Saint Kitts en Nevis'), (178, 4, 'Saint-Christophe-et-Niévès'), (178, 5, 'Saint Kitts e Nevis'), (178, 6, 'Saint Kitts i Nevis'), +(178, 7, 'San Cristóbal y Nieves'), (179, 1, 'St. Lucia'), (179, 2, 'St. Lucia'), (179, 3, 'Saint Lucia'), (179, 4, 'Sainte-Lucie'), (179, 5, 'Saint Lucia'), (179, 6, 'Saint Lucia'), +(179, 7, 'Santa Lucía'), (180, 1, 'St. Martin'), (180, 2, 'St. Martin'), (180, 3, 'Saint-Martin'), (180, 4, 'Saint-Martin'), (180, 5, 'Saint Martin'), (180, 6, 'Saint-Martin'), +(180, 7, 'San Martín'), (181, 1, 'St. Pierre & Miquelon'), (181, 2, 'St. Pierre und Miquelon'), (181, 3, 'Saint-Pierre en Miquelon'), (181, 4, 'Saint-Pierre-et-Miquelon'), (181, 5, 'Saint-Pierre e Miquelon'), (181, 6, 'Saint-Pierre i Miquelon'), +(181, 7, 'San Pedro y Miquelón'), (182, 1, 'St. Vincent & Grenadines'), (182, 2, 'St. Vincent und die Grenadinen'), (182, 3, 'Saint Vincent en de Grenadines'), (182, 4, 'Saint-Vincent-et-les Grenadines'), (182, 5, 'Saint Vincent e Grenadine'), (182, 6, 'Saint Vincent i Grenadyny'), +(182, 7, 'San Vicente y las Granadinas'), (183, 1, 'Samoa'), (183, 2, 'Samoa'), (183, 3, 'Samoa'), (183, 4, 'Samoa'), (183, 5, 'Samoa'), (183, 6, 'Samoa'), +(183, 7, 'Samoa'), (184, 1, 'San Marino'), (184, 2, 'San Marino'), (184, 3, 'San Marino'), (184, 4, 'Saint-Marin'), (184, 5, 'San Marino'), (184, 6, 'San Marino'), +(184, 7, 'San Marino'), (185, 1, 'São Tomé & Príncipe'), (185, 2, 'São Tomé und Príncipe'), (185, 3, 'Sao Tomé en Principe'), (185, 4, 'Sao Tomé-et-Principe'), (185, 5, 'São Tomé e Príncipe'), (185, 6, 'Wyspy Świętego Tomasza i Książęca'), +(185, 7, 'Santo Tomé y Príncipe'), (186, 1, 'Saudi Arabia'), (186, 2, 'Saudi-Arabien'), (186, 3, 'Saoedi-Arabië'), (186, 4, 'Arabie saoudite'), (186, 5, 'Arabia Saudita'), (186, 6, 'Arabia Saudyjska'), +(186, 7, 'Arabia Saudí'), (187, 1, 'Senegal'), (187, 2, 'Senegal'), (187, 3, 'Senegal'), (187, 4, 'Sénégal'), (187, 5, 'Senegal'), (187, 6, 'Senegal'), +(187, 7, 'Senegal'), (188, 1, 'Serbia'), (188, 2, 'Serbien'), (188, 3, 'Servië'), (188, 4, 'Serbie'), (188, 5, 'Serbia'), (188, 6, 'Serbia'), +(188, 7, 'Serbia'), (189, 1, 'Seychelles'), (189, 2, 'Seychellen'), (189, 3, 'Seychellen'), (189, 4, 'Seychelles'), (189, 5, 'Seychelles'), (189, 6, 'Seszele'), +(189, 7, 'Seychelles'), (190, 1, 'Sierra Leone'), (190, 2, 'Sierra Leone'), (190, 3, 'Sierra Leone'), (190, 4, 'Sierra Leone'), (190, 5, 'Sierra Leone'), (190, 6, 'Sierra Leone'), +(190, 7, 'Sierra Leona'), (191, 1, 'Slovenia'), (191, 2, 'Slowenien'), (191, 3, 'Slovenië'), (191, 4, 'Slovénie'), (191, 5, 'Slovenia'), (191, 6, 'Słowenia'), +(191, 7, 'Eslovenia'), (192, 1, 'Solomon Islands'), (192, 2, 'Salomonen'), (192, 3, 'Salomonseilanden'), (192, 4, 'Îles Salomon'), (192, 5, 'Isole Salomone'), (192, 6, 'Wyspy Salomona'), +(192, 7, 'Islas Salomón'), (193, 1, 'Somalia'), (193, 2, 'Somalia'), (193, 3, 'Somalië'), (193, 4, 'Somalie'), (193, 5, 'Somalia'), (193, 6, 'Somalia'), +(193, 7, 'Somalia'), (194, 1, 'South Georgia & South Sandwich Islands'), (194, 2, 'Südgeorgien und die Südlichen Sandwichinseln'), (194, 3, 'Zuid-Georgia en Zuidelijke Sandwicheilanden'), (194, 4, 'Géorgie du Sud-et-les Îles Sandwich du Sud'), (194, 5, 'Georgia del Sud e Sandwich australi'), (194, 6, 'Georgia Południowa i Sandwich Południowy'), +(194, 7, 'Islas Georgia del Sur y Sandwich del Sur'), (195, 1, 'Sri Lanka'), (195, 2, 'Sri Lanka'), (195, 3, 'Sri Lanka'), (195, 4, 'Sri Lanka'), (195, 5, 'Sri Lanka'), (195, 6, 'Sri Lanka'), +(195, 7, 'Sri Lanka'), (196, 1, 'Sudan'), (196, 2, 'Sudan'), (196, 3, 'Soedan'), (196, 4, 'Soudan'), (196, 5, 'Sudan'), (196, 6, 'Sudan'), +(196, 7, 'Sudán'), (197, 1, 'Suriname'), (197, 2, 'Suriname'), (197, 3, 'Suriname'), (197, 4, 'Suriname'), (197, 5, 'Suriname'), (197, 6, 'Surinam'), +(197, 7, 'Surinam'), (198, 1, 'Svalbard & Jan Mayen'), (198, 2, 'Spitzbergen und Jan Mayen'), (198, 3, 'Spitsbergen en Jan Mayen'), (198, 4, 'Svalbard et Jan Mayen'), (198, 5, 'Svalbard e Jan Mayen'), (198, 6, 'Svalbard i Jan Mayen'), +(198, 7, 'Svalbard y Jan Mayen'), (199, 1, 'Eswatini'), (199, 2, 'Eswatini'), (199, 3, 'Eswatini'), (199, 4, 'Eswatini'), (199, 5, 'Swaziland'), (199, 6, 'Eswatini'), +(199, 7, 'Esuatini'), (200, 1, 'Syria'), (200, 2, 'Syrien'), (200, 3, 'Syrië'), (200, 4, 'Syrie'), (200, 5, 'Siria'), (200, 6, 'Syria'), +(200, 7, 'Siria'), (201, 1, 'Taiwan'), (201, 2, 'Taiwan'), (201, 3, 'Taiwan'), (201, 4, 'Taïwan'), (201, 5, 'Taiwan'), (201, 6, 'Tajwan'), +(201, 7, 'Taiwán'), (202, 1, 'Tajikistan'), (202, 2, 'Tadschikistan'), (202, 3, 'Tadzjikistan'), (202, 4, 'Tadjikistan'), (202, 5, 'Tagikistan'), (202, 6, 'Tadżykistan'), +(202, 7, 'Tayikistán'), (203, 1, 'Tanzania'), (203, 2, 'Tansania'), (203, 3, 'Tanzania'), (203, 4, 'Tanzanie'), (203, 5, 'Tanzania'), (203, 6, 'Tanzania'), +(203, 7, 'Tanzania'), (204, 1, 'Thailand'), (204, 2, 'Thailand'), (204, 3, 'Thailand'), (204, 4, 'Thaïlande'), (204, 5, 'Thailandia'), (204, 6, 'Tajlandia'), +(204, 7, 'Tailandia'), (205, 1, 'Tokelau'), (205, 2, 'Tokelau'), (205, 3, 'Tokelau'), (205, 4, 'Tokelau'), (205, 5, 'Tokelau'), (205, 6, 'Tokelau'), +(205, 7, 'Tokelau'), (206, 1, 'Tonga'), (206, 2, 'Tonga'), (206, 3, 'Tonga'), (206, 4, 'Tonga'), (206, 5, 'Tonga'), (206, 6, 'Tonga'), +(206, 7, 'Tonga'), (207, 1, 'Trinidad & Tobago'), (207, 2, 'Trinidad und Tobago'), (207, 3, 'Trinidad en Tobago'), (207, 4, 'Trinité-et-Tobago'), (207, 5, 'Trinidad e Tobago'), (207, 6, 'Trynidad i Tobago'), +(207, 7, 'Trinidad y Tobago'), (208, 1, 'Tunisia'), (208, 2, 'Tunesien'), (208, 3, 'Tunesië'), (208, 4, 'Tunisie'), (208, 5, 'Tunisia'), (208, 6, 'Tunezja'), +(208, 7, 'Túnez'), (209, 1, 'Turkey'), (209, 2, 'Türkei'), (209, 3, 'Turkije'), (209, 4, 'Turquie'), (209, 5, 'Turchia'), (209, 6, 'Turcja'), +(209, 7, 'Turquía'), (210, 1, 'Turkmenistan'), (210, 2, 'Turkmenistan'), (210, 3, 'Turkmenistan'), (210, 4, 'Turkménistan'), (210, 5, 'Turkmenistan'), (210, 6, 'Turkmenistan'), +(210, 7, 'Turkmenistán'), (211, 1, 'Turks & Caicos Islands'), (211, 2, 'Turks- und Caicosinseln'), (211, 3, 'Turks- en Caicoseilanden'), (211, 4, 'Îles Turques-et-Caïques'), (211, 5, 'Isole Turks e Caicos'), (211, 6, 'Turks i Caicos'), +(211, 7, 'Islas Turcas y Caicos'), (212, 1, 'Tuvalu'), (212, 2, 'Tuvalu'), (212, 3, 'Tuvalu'), (212, 4, 'Tuvalu'), (212, 5, 'Tuvalu'), (212, 6, 'Tuvalu'), +(212, 7, 'Tuvalu'), (213, 1, 'Uganda'), (213, 2, 'Uganda'), (213, 3, 'Oeganda'), (213, 4, 'Ouganda'), (213, 5, 'Uganda'), (213, 6, 'Uganda'), +(213, 7, 'Uganda'), (214, 1, 'Ukraine'), (214, 2, 'Ukraine'), (214, 3, 'Oekraïne'), (214, 4, 'Ukraine'), (214, 5, 'Ucraina'), (214, 6, 'Ukraina'), +(214, 7, 'Ucrania'), (215, 1, 'United Arab Emirates'), (215, 2, 'Vereinigte Arabische Emirate'), (215, 3, 'Verenigde Arabische Emiraten'), (215, 4, 'Émirats arabes unis'), (215, 5, 'Emirati Arabi Uniti'), (215, 6, 'Zjednoczone Emiraty Arabskie'), +(215, 7, 'Emiratos Árabes Unidos'), (216, 1, 'Uruguay'), (216, 2, 'Uruguay'), (216, 3, 'Uruguay'), (216, 4, 'Uruguay'), (216, 5, 'Uruguay'), (216, 6, 'Urugwaj'), +(216, 7, 'Uruguay'), (217, 1, 'Uzbekistan'), (217, 2, 'Usbekistan'), (217, 3, 'Oezbekistan'), (217, 4, 'Ouzbékistan'), (217, 5, 'Uzbekistan'), (217, 6, 'Uzbekistan'), +(217, 7, 'Uzbekistán'), (218, 1, 'Vanuatu'), (218, 2, 'Vanuatu'), (218, 3, 'Vanuatu'), (218, 4, 'Vanuatu'), (218, 5, 'Vanuatu'), (218, 6, 'Vanuatu'), +(218, 7, 'Vanuatu'), (219, 1, 'Venezuela'), (219, 2, 'Venezuela'), (219, 3, 'Venezuela'), (219, 4, 'Venezuela'), (219, 5, 'Venezuela'), (219, 6, 'Wenezuela'), +(219, 7, 'Venezuela'), (220, 1, 'Vietnam'), (220, 2, 'Vietnam'), (220, 3, 'Vietnam'), (220, 4, 'Viêt Nam'), (220, 5, 'Vietnam'), (220, 6, 'Wietnam'), +(220, 7, 'Vietnam'), (221, 1, 'British Virgin Islands'), (221, 2, 'Britische Jungferninseln'), (221, 3, 'Britse Maagdeneilanden'), (221, 4, 'Îles Vierges britanniques'), (221, 5, 'Isole Vergini Britanniche'), (221, 6, 'Brytyjskie Wyspy Dziewicze'), +(221, 7, 'Islas Vírgenes Británicas'), (222, 1, 'U.S. Virgin Islands'), (222, 2, 'Amerikanische Jungferninseln'), (222, 3, 'Amerikaanse Maagdeneilanden'), (222, 4, 'Îles Vierges des États-Unis'), (222, 5, 'Isole Vergini Americane'), (222, 6, 'Wyspy Dziewicze Stanów Zjednoczonych'), +(222, 7, 'Islas Vírgenes de EE. UU.'), (223, 1, 'Wallis & Futuna'), (223, 2, 'Wallis und Futuna'), (223, 3, 'Wallis en Futuna'), (223, 4, 'Wallis-et-Futuna'), (223, 5, 'Wallis e Futuna'), (223, 6, 'Wallis i Futuna'), +(223, 7, 'Wallis y Futuna'), (224, 1, 'Western Sahara'), (224, 2, 'Westsahara'), (224, 3, 'Westelijke Sahara'), (224, 4, 'Sahara occidental'), (224, 5, 'Sahara occidentale'), (224, 6, 'Sahara Zachodnia'), +(224, 7, 'Sáhara Occidental'), (225, 1, 'Yemen'), (225, 2, 'Jemen'), (225, 3, 'Jemen'), (225, 4, 'Yémen'), (225, 5, 'Yemen'), (225, 6, 'Jemen'), +(225, 7, 'Yemen'), (226, 1, 'Zambia'), (226, 2, 'Sambia'), (226, 3, 'Zambia'), (226, 4, 'Zambie'), (226, 5, 'Zambia'), (226, 6, 'Zambia'), +(226, 7, 'Zambia'), (227, 1, 'Zimbabwe'), (227, 2, 'Simbabwe'), (227, 3, 'Zimbabwe'), (227, 4, 'Zimbabwe'), (227, 5, 'Zimbabwe'), (227, 6, 'Zimbabwe'), +(227, 7, 'Zimbabue'), (228, 1, 'Albania'), (228, 2, 'Albanien'), (228, 3, 'Albanië'), (228, 4, 'Albanie'), (228, 5, 'Albania'), (228, 6, 'Albania'), +(228, 7, 'Albania'), (229, 1, 'Afghanistan'), (229, 2, 'Afghanistan'), (229, 3, 'Afghanistan'), (229, 4, 'Afghanistan'), (229, 5, 'Afghanistan'), (229, 6, 'Afganistan'), +(229, 7, 'Afganistán'), (230, 1, 'Antarctica'), (230, 2, 'Antarktis'), (230, 3, 'Antarctica'), (230, 4, 'Antarctique'), (230, 5, 'Antartide'), (230, 6, 'Antarktyda'), +(230, 7, 'Antártida'), (231, 1, 'Bosnia & Herzegovina'), (231, 2, 'Bosnien und Herzegowina'), (231, 3, 'Bosnië en Herzegovina'), (231, 4, 'Bosnie-Herzégovine'), (231, 5, 'Bosnia ed Erzegovina'), (231, 6, 'Bośnia i Hercegowina'), +(231, 7, 'Bosnia y Herzegovina'), (232, 1, 'British Indian Ocean Territory'), (232, 2, 'Britisches Territorium im Indischen Ozean'), (232, 3, 'Brits Indische Oceaanterritorium'), (232, 4, 'Territoire britannique de l’océan Indien'), (232, 5, 'Territorio britannico dell’Oceano Indiano'), (232, 6, 'Brytyjskie Terytorium Oceanu Indyjskiego'), +(232, 7, 'Territorio Británico del Océano Índico'), (233, 1, 'Bulgaria'), (233, 2, 'Bulgarien'), (233, 3, 'Bulgarije'), (233, 4, 'Bulgarie'), (233, 5, 'Bulgaria'), (233, 6, 'Bułgaria'), +(233, 7, 'Bulgaria'), (234, 1, 'Cayman Islands'), (234, 2, 'Kaimaninseln'), (234, 3, 'Kaaimaneilanden'), (234, 4, 'Îles Caïmans'), (234, 5, 'Isole Cayman'), (234, 6, 'Kajmany'), +(234, 7, 'Islas Caimán'), (235, 1, 'Christmas Island'), (235, 2, 'Weihnachtsinsel'), (235, 3, 'Christmaseiland'), (235, 4, 'Île Christmas'), (235, 5, 'Isola Christmas'), (235, 6, 'Wyspa Bożego Narodzenia'), +(235, 7, 'Isla de Navidad'), (236, 1, 'Cocos (Keeling) Islands'), (236, 2, 'Kokosinseln'), (236, 3, 'Cocoseilanden'), (236, 4, 'Îles Cocos'), (236, 5, 'Isole Cocos (Keeling)'), (236, 6, 'Wyspy Kokosowe'), +(236, 7, 'Islas Cocos'), (237, 1, 'Cook Islands'), (237, 2, 'Cookinseln'), (237, 3, 'Cookeilanden'), (237, 4, 'Îles Cook'), (237, 5, 'Isole Cook'), (237, 6, 'Wyspy Cooka'), +(237, 7, 'Islas Cook'), (238, 1, 'French Guiana'), (238, 2, 'Französisch-Guayana'), (238, 3, 'Frans-Guyana'), (238, 4, 'Guyane française'), (238, 5, 'Guyana francese'), (238, 6, 'Gujana Francuska'), +(238, 7, 'Guayana Francesa'), (239, 1, 'French Polynesia'), (239, 2, 'Französisch-Polynesien'), (239, 3, 'Frans-Polynesië'), (239, 4, 'Polynésie française'), (239, 5, 'Polinesia francese'), (239, 6, 'Polinezja Francuska'), +(239, 7, 'Polinesia Francesa'), (240, 1, 'French Southern Territories'), (240, 2, 'Französische Süd- und Antarktisgebiete'), (240, 3, 'Franse Gebieden in de zuidelijke Indische Oceaan'), (240, 4, 'Terres australes françaises'), (240, 5, 'Terre australi francesi'), (240, 6, 'Francuskie Terytoria Południowe i Antarktyczne'), +(240, 7, 'Territorios Australes Franceses'), (241, 1, 'Åland Islands'), (241, 2, 'Ålandinseln'), (241, 3, 'Åland'), (241, 4, 'Îles Åland'), (241, 5, 'Isole Åland'), -(241, 6, 'Wyspy Alandzkie'); +(241, 6, 'Wyspy Alandzkie'), +(241, 7, 'Islas Aland'); DROP TABLE IF EXISTS `ps_country_shop`; CREATE TABLE `ps_country_shop` ( @@ -5672,13 +5986,13 @@ CREATE TABLE `ps_currency` ( `modified` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_currency`), KEY `currency_iso_code` (`iso_code`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_currency` (`id_currency`, `name`, `iso_code`, `numeric_iso_code`, `precision`, `conversion_rate`, `deleted`, `active`, `unofficial`, `modified`) VALUES (1, '', 'EUR', '978', 2, 1.000000, 0, 1, 0, 0), -(2, '', 'USD', '840', 2, 1.084540, 0, 1, 0, 0), -(3, '', 'CHF', '756', 2, 0.957583, 0, 1, 0, 0), -(4, '', 'PLN', '985', 2, 4.316084, 0, 1, 0, 0); +(2, '', 'USD', '840', 2, 1.083025, 0, 1, 0, 0), +(3, '', 'CHF', '756', 2, 0.978220, 0, 1, 0, 0), +(4, '', 'PLN', '985', 2, 4.282199, 0, 1, 0, 0); DROP TABLE IF EXISTS `ps_currency_lang`; CREATE TABLE `ps_currency_lang` ( @@ -5697,24 +6011,28 @@ INSERT INTO `ps_currency_lang` (`id_currency`, `id_lang`, `name`, `symbol`, `pat (1, 4, 'euro', '€', ''), (1, 5, 'euro', '€', ''), (1, 6, 'euro', '€', ''), +(1, 7, 'euro', '€', ''), (2, 1, 'US Dollar', '$', ''), (2, 2, 'US-Dollar', '$', ''), (2, 3, 'Amerikaanse dollar', '$', ''), (2, 4, 'dollar des États-Unis', '$', ''), (2, 5, 'dollaro statunitense', '$', ''), (2, 6, 'dolar amerykański', '$', ''), +(2, 7, 'dólar estadounidense', '$', ''), (3, 1, 'Swiss Franc', 'CHF', ''), (3, 2, 'Schweizer Franken', 'CHF', ''), (3, 3, 'Zwitserse frank', 'CHF', ''), (3, 4, 'franc suisse', 'CHF', ''), (3, 5, 'franco svizzero', 'CHF', ''), (3, 6, 'frank szwajcarski', 'CHF', ''), +(3, 7, 'franco suizo', 'CHF', ''), (4, 1, 'Polish Zloty', 'zł', ''), (4, 2, 'Polnischer Złoty', 'zł', ''), (4, 3, 'Poolse zloty', 'zł', ''), (4, 4, 'zloty polonais', 'zł', ''), (4, 5, 'złoty polacco', 'zł', ''), -(4, 6, 'złoty polski', 'zł', ''); +(4, 6, 'złoty polski', 'zł', ''), +(4, 7, 'esloti', 'zł', ''); DROP TABLE IF EXISTS `ps_currency_shop`; CREATE TABLE `ps_currency_shop` ( @@ -5727,9 +6045,9 @@ CREATE TABLE `ps_currency_shop` ( INSERT INTO `ps_currency_shop` (`id_currency`, `id_shop`, `conversion_rate`) VALUES (1, 1, 1.000000), -(2, 1, 1.084540), -(3, 1, 0.957583), -(4, 1, 4.316084); +(2, 1, 1.083025), +(3, 1, 0.978220), +(4, 1, 4.282199); DROP TABLE IF EXISTS `ps_customer`; CREATE TABLE `ps_customer` ( @@ -5773,7 +6091,7 @@ CREATE TABLE `ps_customer` ( KEY `id_gender` (`id_gender`), KEY `id_shop_group` (`id_shop_group`), KEY `id_shop` (`id_shop`,`date_add`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_customer` (`id_customer`, `id_shop_group`, `id_shop`, `id_gender`, `id_default_group`, `id_lang`, `id_risk`, `company`, `siret`, `ape`, `firstname`, `lastname`, `email`, `passwd`, `last_passwd_gen`, `birthday`, `newsletter`, `ip_registration_newsletter`, `newsletter_date_add`, `optin`, `website`, `outstanding_allow_amount`, `show_public_prices`, `max_payment_days`, `secure_key`, `note`, `active`, `is_guest`, `deleted`, `date_add`, `date_upd`, `reset_password_token`, `reset_password_validity`) VALUES (1, 1, 1, 1, 3, 1, 0, '', '', '', 'Anonymous', 'Anonymous', 'anonymous@psgdpr.com', '$2y$10$tuCD4JTY2EY3AaItLUjwnu2SqLhnqyzo4LQ4wVCr0NBh2clt8SF3e', '2024-02-05 04:58:31', '0000-00-00', 0, '', '0000-00-00 00:00:00', 0, '', 0.000000, 0, 0, '42cfd67f1fc7ef7dcdcbe2274f639b33', '', 0, 0, 0, '2024-02-05 10:58:31', '2024-02-05 10:58:31', '', '0000-00-00 00:00:00'), @@ -5828,7 +6146,7 @@ CREATE TABLE `ps_customer_session` ( `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_customer_session`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_customer_session` (`id_customer_session`, `id_customer`, `token`, `date_add`, `date_upd`) VALUES (1, 3, '805f87bc9aa781effb0adad52b08c1f02489867a', '2024-02-05 11:01:58', '2024-02-05 11:05:12'), @@ -5889,7 +6207,7 @@ CREATE TABLE `ps_customization_field` ( `is_deleted` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id_customization_field`), KEY `id_product` (`id_product`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_customization_field` (`id_customization_field`, `id_product`, `type`, `required`, `is_module`, `is_deleted`) VALUES (1, 19, 1, 1, 0, 0); @@ -5909,7 +6227,8 @@ INSERT INTO `ps_customization_field_lang` (`id_customization_field`, `id_lang`, (1, 3, 1, 'Type your text here'), (1, 4, 1, 'Type your text here'), (1, 5, 1, 'Type your text here'), -(1, 6, 1, 'Type your text here'); +(1, 6, 1, 'Type your text here'), +(1, 7, 1, 'Type your text here'); DROP TABLE IF EXISTS `ps_customized_data`; CREATE TABLE `ps_customized_data` ( @@ -5948,7 +6267,7 @@ CREATE TABLE `ps_delivery` ( KEY `id_carrier` (`id_carrier`,`id_zone`), KEY `id_range_price` (`id_range_price`), KEY `id_range_weight` (`id_range_weight`) -) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_delivery` (`id_delivery`, `id_shop`, `id_shop_group`, `id_carrier`, `id_range_price`, `id_range_weight`, `id_zone`, `price`) VALUES (1, NULL, NULL, 2, 0, 1, 1, 5.000000), @@ -6026,10 +6345,10 @@ CREATE TABLE `ps_employee` ( KEY `employee_login` (`email`,`passwd`), KEY `id_employee_passwd` (`id_employee`,`passwd`), KEY `id_profile` (`id_profile`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_employee` (`id_employee`, `id_profile`, `id_lang`, `lastname`, `firstname`, `email`, `passwd`, `last_passwd_gen`, `stats_date_from`, `stats_date_to`, `stats_compare_from`, `stats_compare_to`, `stats_compare_option`, `preselect_date_range`, `bo_color`, `bo_theme`, `bo_css`, `default_tab`, `bo_width`, `bo_menu`, `active`, `optin`, `id_last_order`, `id_last_customer_message`, `id_last_customer`, `last_connection_date`, `reset_password_token`, `reset_password_validity`, `has_enabled_gravatar`) VALUES -(1, 1, 1, 'Doe', 'John', 'demo@prestashop.com', '$2y$10$3I5fgyhLUTdFCsl6I7XCXuiauvVQVLRZHldW/RZefCZH3CVTfq.Sy', '2024-02-05 04:58:31', '2024-01-05', '2024-02-05', '0000-00-00', '0000-00-00', 1, NULL, NULL, 'default', 'theme.css', 1, 0, 1, 1, NULL, 0, 0, 0, '2024-03-04', NULL, '0000-00-00 00:00:00', 0); +(1, 1, 1, 'Doe', 'John', 'demo@prestashop.com', '$2y$10$3I5fgyhLUTdFCsl6I7XCXuiauvVQVLRZHldW/RZefCZH3CVTfq.Sy', '2024-02-05 04:58:31', '2024-01-05', '2024-02-05', '0000-00-00', '0000-00-00', 1, NULL, NULL, 'default', 'theme.css', 1, 0, 1, 1, NULL, 0, 0, 0, '2024-04-08', NULL, '0000-00-00 00:00:00', 0); DROP TABLE IF EXISTS `ps_employee_session`; CREATE TABLE `ps_employee_session` ( @@ -6039,12 +6358,13 @@ CREATE TABLE `ps_employee_session` ( `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_employee_session`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_employee_session` (`id_employee_session`, `id_employee`, `token`, `date_add`, `date_upd`) VALUES (2, 1, 'e1a0e184982efd94f0843420de36267d51ed31c1', '2024-02-05 12:23:11', '2024-02-05 12:23:39'), (3, 1, '341d42f7c0a1bdad3b6aa5bdabc673600d3d011a', '2024-03-04 16:03:41', '2024-03-04 16:13:32'), -(4, 1, '7f32486a06f226bb500c866d39a26ae88d7678c1', '2024-03-04 16:44:57', '2024-03-04 16:45:56'); +(4, 1, '7f32486a06f226bb500c866d39a26ae88d7678c1', '2024-03-04 16:44:57', '2024-03-04 16:45:56'), +(5, 1, 'be7f1b52e70c01abb1b58c81550dc469305a8834', '2024-04-08 17:54:22', '2024-04-08 17:55:34'); DROP TABLE IF EXISTS `ps_employee_shop`; CREATE TABLE `ps_employee_shop` ( @@ -6062,7 +6382,7 @@ CREATE TABLE `ps_feature` ( `id_feature` int(10) unsigned NOT NULL AUTO_INCREMENT, `position` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_feature`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_feature` (`id_feature`, `position`) VALUES (1, 0), @@ -6080,7 +6400,7 @@ CREATE TABLE `ps_feature_flag` ( `stability` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'beta', PRIMARY KEY (`id_feature_flag`), UNIQUE KEY `UNIQ_91700F175E237E06` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; INSERT INTO `ps_feature_flag` (`id_feature_flag`, `name`, `state`, `label_wording`, `label_domain`, `description_wording`, `description_domain`, `stability`) VALUES (1, 'product_page_v2', 1, 'New product page', 'Admin.Advparameters.Feature', 'This page benefits from increased performance and includes new features such as a new combination management system.', 'Admin.Advparameters.Help', 'stable'), @@ -6119,7 +6439,9 @@ INSERT INTO `ps_feature_lang` (`id_feature`, `id_lang`, `name`) VALUES (1, 5, 'Composition'), (2, 5, 'Property'), (1, 6, 'Composition'), -(2, 6, 'Property'); +(2, 6, 'Property'), +(1, 7, 'Composition'), +(2, 7, 'Property'); DROP TABLE IF EXISTS `ps_feature_product`; CREATE TABLE `ps_feature_product` ( @@ -6175,7 +6497,7 @@ CREATE TABLE `ps_feature_value` ( `custom` tinyint(3) unsigned DEFAULT NULL, PRIMARY KEY (`id_feature_value`), KEY `feature` (`id_feature`) -) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_feature_value` (`id_feature_value`, `id_feature`, `custom`) VALUES (1, 1, 0), @@ -6204,60 +6526,70 @@ INSERT INTO `ps_feature_value_lang` (`id_feature_value`, `id_lang`, `value`) VAL (1, 4, 'Polyester'), (1, 5, 'Poliestere'), (1, 6, 'Poliester'), +(1, 7, 'Poliéster'), (2, 1, 'Wool'), (2, 2, 'Wolle'), (2, 3, 'Wol'), (2, 4, 'Laine'), (2, 5, 'Lana'), (2, 6, 'Wełna'), +(2, 7, 'Lana'), (3, 1, 'Ceramic'), (3, 2, 'Ceramic'), (3, 3, 'Ceramic'), (3, 4, 'Ceramic'), (3, 5, 'Ceramic'), (3, 6, 'Ceramic'), +(3, 7, 'Ceramic'), (4, 1, 'Cotton'), (4, 2, 'Baumwolle'), (4, 3, 'Katoen'), (4, 4, 'Coton'), (4, 5, 'Cotone'), (4, 6, 'Bawełna'), +(4, 7, 'Algodón'), (5, 1, 'Recycled cardboard'), (5, 2, 'Recycled cardboard'), (5, 3, 'Recycled cardboard'), (5, 4, 'Recycled cardboard'), (5, 5, 'Recycled cardboard'), (5, 6, 'Recycled cardboard'), +(5, 7, 'Recycled cardboard'), (6, 1, 'Matt paper'), (6, 2, 'Matt paper'), (6, 3, 'Matt paper'), (6, 4, 'Matt paper'), (6, 5, 'Matt paper'), (6, 6, 'Matt paper'), +(6, 7, 'Matt paper'), (7, 1, 'Long sleeves'), (7, 2, 'Long sleeves'), (7, 3, 'Long sleeves'), (7, 4, 'Long sleeves'), (7, 5, 'Long sleeves'), (7, 6, 'Long sleeves'), +(7, 7, 'Long sleeves'), (8, 1, 'Short sleeves'), (8, 2, 'Short sleeves'), (8, 3, 'Short sleeves'), (8, 4, 'Short sleeves'), (8, 5, 'Short sleeves'), (8, 6, 'Short sleeves'), +(8, 7, 'Short sleeves'), (9, 1, 'Removable cover'), (9, 2, 'Removable cover'), (9, 3, 'Removable cover'), (9, 4, 'Removable cover'), (9, 5, 'Removable cover'), (9, 6, 'Removable cover'), +(9, 7, 'Removable cover'), (10, 1, '120 pages'), (10, 2, '120 pages'), (10, 3, '120 pages'), (10, 4, '120 pages'), (10, 5, '120 pages'), -(10, 6, '120 pages'); +(10, 6, '120 pages'), +(10, 7, '120 pages'); DROP TABLE IF EXISTS `ps_ganalytics`; CREATE TABLE `ps_ganalytics` ( @@ -6271,7 +6603,7 @@ CREATE TABLE `ps_ganalytics` ( PRIMARY KEY (`id_google_analytics`), KEY `id_order` (`id_order`), KEY `sent` (`sent`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_ganalytics` (`id_google_analytics`, `id_order`, `id_customer`, `id_shop`, `sent`, `refund_sent`, `date_add`) VALUES (1, 6, 0, 1, 0, NULL, '2024-02-05 10:05:06'); @@ -6292,7 +6624,7 @@ CREATE TABLE `ps_gender` ( `id_gender` int(11) NOT NULL AUTO_INCREMENT, `type` tinyint(1) NOT NULL, PRIMARY KEY (`id_gender`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_gender` (`id_gender`, `type`) VALUES (1, 0), @@ -6314,12 +6646,14 @@ INSERT INTO `ps_gender_lang` (`id_gender`, `id_lang`, `name`) VALUES (1, 4, 'M.'), (1, 5, 'Sig.'), (1, 6, 'Pan'), +(1, 7, 'Sr.'), (2, 1, 'Mrs.'), (2, 2, 'Frau'), (2, 3, 'Mw.'), (2, 4, 'Mme'), (2, 5, 'Sig.ra'), -(2, 6, 'Pani'); +(2, 6, 'Pani'), +(2, 7, 'Sra.'); DROP TABLE IF EXISTS `ps_group`; CREATE TABLE `ps_group` ( @@ -6330,7 +6664,7 @@ CREATE TABLE `ps_group` ( `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_group`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_group` (`id_group`, `reduction`, `price_display_method`, `show_prices`, `date_add`, `date_upd`) VALUES (1, 0.00, 0, 1, '2024-02-05 10:58:30', '2024-02-05 10:58:30'), @@ -6352,18 +6686,21 @@ INSERT INTO `ps_group_lang` (`id_group`, `id_lang`, `name`) VALUES (1, 4, 'Visiteur'), (1, 5, 'Visitatore'), (1, 6, 'Odwiedzający'), +(1, 7, 'Visitante'), (2, 1, 'Guest'), (2, 2, 'Gast'), (2, 3, 'Gast'), (2, 4, 'Invité'), (2, 5, 'Ospite'), (2, 6, 'Gość'), +(2, 7, 'Invitado'), (3, 1, 'Customer'), (3, 2, 'Kunde'), (3, 3, 'Klant'), (3, 4, 'Client'), (3, 5, 'Cliente'), -(3, 6, 'Klient'); +(3, 6, 'Klient'), +(3, 7, 'Cliente'); DROP TABLE IF EXISTS `ps_group_reduction`; CREATE TABLE `ps_group_reduction` ( @@ -6418,21 +6755,22 @@ CREATE TABLE `ps_guest` ( KEY `id_customer` (`id_customer`), KEY `id_operating_system` (`id_operating_system`), KEY `id_web_browser` (`id_web_browser`) -) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_guest` (`id_guest`, `id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES (1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), (2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), (4, 7, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'en', 0), (6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0); +(7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(10, 7, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'en', 0); DROP TABLE IF EXISTS `ps_homeslider`; CREATE TABLE `ps_homeslider` ( `id_homeslider_slides` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_shop` int(10) unsigned NOT NULL, PRIMARY KEY (`id_homeslider_slides`,`id_shop`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_homeslider` (`id_homeslider_slides`, `id_shop`) VALUES (1, 1), @@ -6445,7 +6783,7 @@ CREATE TABLE `ps_homeslider_slides` ( `position` int(10) unsigned NOT NULL DEFAULT '0', `active` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_homeslider_slides`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_homeslider_slides` (`id_homeslider_slides`, `position`, `active`) VALUES (1, 1, 1), @@ -6471,18 +6809,21 @@ INSERT INTO `ps_homeslider_slides_lang` (`id_homeslider_slides`, `id_lang`, `tit (1, 4, 'Sample 1', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-1', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-1.jpg'), (1, 5, 'Sample 1', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-1', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-1.jpg'), (1, 6, 'Sample 1', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-1', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-1.jpg'), +(1, 7, 'Sample 1', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-1', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-1.jpg'), (2, 1, 'Sample 2', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-2', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-2.jpg'), (2, 2, 'Sample 2', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-2', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-2.jpg'), (2, 3, 'Sample 2', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-2', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-2.jpg'), (2, 4, 'Sample 2', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-2', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-2.jpg'), (2, 5, 'Sample 2', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-2', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-2.jpg'), (2, 6, 'Sample 2', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-2', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-2.jpg'), +(2, 7, 'Sample 2', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-2', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-2.jpg'), (3, 1, 'Sample 3', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-3', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-3.jpg'), (3, 2, 'Sample 3', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-3', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-3.jpg'), (3, 3, 'Sample 3', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-3', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-3.jpg'), (3, 4, 'Sample 3', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-3', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-3.jpg'), (3, 5, 'Sample 3', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-3', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-3.jpg'), -(3, 6, 'Sample 3', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-3', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-3.jpg'); +(3, 6, 'Sample 3', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-3', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-3.jpg'), +(3, 7, 'Sample 3', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-3', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-3.jpg'); DROP TABLE IF EXISTS `ps_hook`; CREATE TABLE `ps_hook` ( @@ -6494,7 +6835,7 @@ CREATE TABLE `ps_hook` ( `position` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id_hook`), UNIQUE KEY `hook_name` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=949 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_hook` (`id_hook`, `name`, `title`, `description`, `active`, `position`) VALUES (1, 'actionValidateOrder', 'New orders', '', 1, 1), @@ -7443,7 +7784,7 @@ CREATE TABLE `ps_hook_alias` ( `name` varchar(191) NOT NULL, PRIMARY KEY (`id_hook_alias`), UNIQUE KEY `alias` (`alias`) -) ENGINE=InnoDB AUTO_INCREMENT=89 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_hook_alias` (`id_hook_alias`, `alias`, `name`) VALUES (1, 'newOrder', 'actionValidateOrder'), @@ -7808,7 +8149,7 @@ CREATE TABLE `ps_image` ( UNIQUE KEY `id_product_cover` (`id_product`,`cover`), UNIQUE KEY `idx_product_image` (`id_image`,`id_product`,`cover`), KEY `image_product` (`id_product`) -) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_image` (`id_image`, `id_product`, `position`, `cover`) VALUES (1, 1, 1, 1), @@ -7851,138 +8192,161 @@ INSERT INTO `ps_image_lang` (`id_image`, `id_lang`, `legend`) VALUES (1, 4, 'Hummingbird printed t-shirt'), (1, 5, 'Hummingbird printed t-shirt'), (1, 6, 'Hummingbird printed t-shirt'), +(1, 7, 'Hummingbird printed t-shirt'), (2, 1, 'Hummingbird printed t-shirt'), (2, 2, 'Hummingbird printed t-shirt'), (2, 3, 'Hummingbird printed t-shirt'), (2, 4, 'Hummingbird printed t-shirt'), (2, 5, 'Hummingbird printed t-shirt'), (2, 6, 'Hummingbird printed t-shirt'), +(2, 7, 'Hummingbird printed t-shirt'), (3, 1, 'The best is yet to come\' Framed poster'), (3, 2, 'The best is yet to come\' Framed poster'), (3, 3, 'The best is yet to come\' Framed poster'), (3, 4, 'The best is yet to come\' Framed poster'), (3, 5, 'The best is yet to come\' Framed poster'), (3, 6, 'The best is yet to come\' Framed poster'), +(3, 7, 'The best is yet to come\' Framed poster'), (4, 1, 'The adventure begins Framed poster'), (4, 2, 'The adventure begins Framed poster'), (4, 3, 'The adventure begins Framed poster'), (4, 4, 'The adventure begins Framed poster'), (4, 5, 'The adventure begins Framed poster'), (4, 6, 'The adventure begins Framed poster'), +(4, 7, 'The adventure begins Framed poster'), (5, 1, 'Today is a good day Framed poster'), (5, 2, 'Today is a good day Framed poster'), (5, 3, 'Today is a good day Framed poster'), (5, 4, 'Today is a good day Framed poster'), (5, 5, 'Today is a good day Framed poster'), (5, 6, 'Today is a good day Framed poster'), +(5, 7, 'Today is a good day Framed poster'), (6, 1, 'Mug The best is yet to come'), (6, 2, 'Mug The best is yet to come'), (6, 3, 'Mug The best is yet to come'), (6, 4, 'Mug The best is yet to come'), (6, 5, 'Mug The best is yet to come'), (6, 6, 'Mug The best is yet to come'), +(6, 7, 'Mug The best is yet to come'), (7, 1, 'Mug The adventure begins'), (7, 2, 'Mug The adventure begins'), (7, 3, 'Mug The adventure begins'), (7, 4, 'Mug The adventure begins'), (7, 5, 'Mug The adventure begins'), (7, 6, 'Mug The adventure begins'), +(7, 7, 'Mug The adventure begins'), (8, 1, 'Mug Today is a good day'), (8, 2, 'Mug Today is a good day'), (8, 3, 'Mug Today is a good day'), (8, 4, 'Mug Today is a good day'), (8, 5, 'Mug Today is a good day'), (8, 6, 'Mug Today is a good day'), +(8, 7, 'Mug Today is a good day'), (9, 1, 'Mountain fox cushion'), (9, 2, 'Mountain fox cushion'), (9, 3, 'Mountain fox cushion'), (9, 4, 'Mountain fox cushion'), (9, 5, 'Mountain fox cushion'), (9, 6, 'Mountain fox cushion'), +(9, 7, 'Mountain fox cushion'), (10, 1, 'Mountain fox cushion'), (10, 2, 'Mountain fox cushion'), (10, 3, 'Mountain fox cushion'), (10, 4, 'Mountain fox cushion'), (10, 5, 'Mountain fox cushion'), (10, 6, 'Mountain fox cushion'), +(10, 7, 'Mountain fox cushion'), (11, 1, 'Brown bear cushion'), (11, 2, 'Brown bear cushion'), (11, 3, 'Brown bear cushion'), (11, 4, 'Brown bear cushion'), (11, 5, 'Brown bear cushion'), (11, 6, 'Brown bear cushion'), +(11, 7, 'Brown bear cushion'), (12, 1, 'Brown bear cushion'), (12, 2, 'Brown bear cushion'), (12, 3, 'Brown bear cushion'), (12, 4, 'Brown bear cushion'), (12, 5, 'Brown bear cushion'), (12, 6, 'Brown bear cushion'), +(12, 7, 'Brown bear cushion'), (13, 1, 'Hummingbird cushion'), (13, 2, 'Hummingbird cushion'), (13, 3, 'Hummingbird cushion'), (13, 4, 'Hummingbird cushion'), (13, 5, 'Hummingbird cushion'), (13, 6, 'Hummingbird cushion'), +(13, 7, 'Hummingbird cushion'), (14, 1, 'Hummingbird cushion'), (14, 2, 'Hummingbird cushion'), (14, 3, 'Hummingbird cushion'), (14, 4, 'Hummingbird cushion'), (14, 5, 'Hummingbird cushion'), (14, 6, 'Hummingbird cushion'), +(14, 7, 'Hummingbird cushion'), (15, 1, 'Mountain fox - Vector graphics'), (15, 2, 'Mountain fox - Vector graphics'), (15, 3, 'Mountain fox - Vector graphics'), (15, 4, 'Mountain fox - Vector graphics'), (15, 5, 'Mountain fox - Vector graphics'), (15, 6, 'Mountain fox - Vector graphics'), +(15, 7, 'Mountain fox - Vector graphics'), (16, 1, 'Brown bear - Vector graphics'), (16, 2, 'Brown bear - Vector graphics'), (16, 3, 'Brown bear - Vector graphics'), (16, 4, 'Brown bear - Vector graphics'), (16, 5, 'Brown bear - Vector graphics'), (16, 6, 'Brown bear - Vector graphics'), +(16, 7, 'Brown bear - Vector graphics'), (17, 1, 'Hummingbird - Vector graphics'), (17, 2, 'Hummingbird - Vector graphics'), (17, 3, 'Hummingbird - Vector graphics'), (17, 4, 'Hummingbird - Vector graphics'), (17, 5, 'Hummingbird - Vector graphics'), (17, 6, 'Hummingbird - Vector graphics'), +(17, 7, 'Hummingbird - Vector graphics'), (18, 1, 'Mountain fox notebook'), (18, 2, 'Mountain fox notebook'), (18, 3, 'Mountain fox notebook'), (18, 4, 'Mountain fox notebook'), (18, 5, 'Mountain fox notebook'), (18, 6, 'Mountain fox notebook'), +(18, 7, 'Mountain fox notebook'), (19, 1, 'Mountain fox notebook'), (19, 2, 'Mountain fox notebook'), (19, 3, 'Mountain fox notebook'), (19, 4, 'Mountain fox notebook'), (19, 5, 'Mountain fox notebook'), (19, 6, 'Mountain fox notebook'), +(19, 7, 'Mountain fox notebook'), (20, 1, 'Mountain fox notebook'), (20, 2, 'Mountain fox notebook'), (20, 3, 'Mountain fox notebook'), (20, 4, 'Mountain fox notebook'), (20, 5, 'Mountain fox notebook'), (20, 6, 'Mountain fox notebook'), +(20, 7, 'Mountain fox notebook'), (21, 1, 'Brown bear printed sweater'), (21, 2, 'Brown bear printed sweater'), (21, 3, 'Brown bear printed sweater'), (21, 4, 'Brown bear printed sweater'), (21, 5, 'Brown bear printed sweater'), (21, 6, 'Brown bear printed sweater'), +(21, 7, 'Brown bear printed sweater'), (22, 1, 'Customizable mug'), (22, 2, 'Customizable mug'), (22, 3, 'Customizable mug'), (22, 4, 'Customizable mug'), (22, 5, 'Customizable mug'), (22, 6, 'Customizable mug'), +(22, 7, 'Customizable mug'), (23, 1, 'Pack Mug + Framed poster'), (23, 2, 'Pack Mug + Framed poster'), (23, 3, 'Pack Mug + Framed poster'), (23, 4, 'Pack Mug + Framed poster'), (23, 5, 'Pack Mug + Framed poster'), -(23, 6, 'Pack Mug + Framed poster'); +(23, 6, 'Pack Mug + Framed poster'), +(23, 7, 'Pack Mug + Framed poster'); DROP TABLE IF EXISTS `ps_image_shop`; CREATE TABLE `ps_image_shop` ( @@ -8033,7 +8397,7 @@ CREATE TABLE `ps_image_type` ( `stores` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`id_image_type`), KEY `image_type_name` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_image_type` (`id_image_type`, `name`, `width`, `height`, `products`, `categories`, `manufacturers`, `suppliers`, `stores`) VALUES (1, 'cart_default', 125, 125, 1, 0, 0, 0, 0), @@ -8058,7 +8422,7 @@ DROP TABLE IF EXISTS `ps_info`; CREATE TABLE `ps_info` ( `id_info` int(10) unsigned NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id_info`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_info` (`id_info`) VALUES (1); @@ -8078,7 +8442,8 @@ INSERT INTO `ps_info_lang` (`id_info`, `id_shop`, `id_lang`, `text`) VALUES (1, 1, 3, '

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'), (1, 1, 4, '

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'), (1, 1, 5, '

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'), -(1, 1, 6, '

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'); +(1, 1, 6, '

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'), +(1, 1, 7, '

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'); DROP TABLE IF EXISTS `ps_info_shop`; CREATE TABLE `ps_info_shop` ( @@ -8102,7 +8467,7 @@ CREATE TABLE `ps_lang` ( `date_format_full` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `is_rtl` tinyint(1) NOT NULL, PRIMARY KEY (`id_lang`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; INSERT INTO `ps_lang` (`id_lang`, `name`, `active`, `iso_code`, `language_code`, `locale`, `date_format_lite`, `date_format_full`, `is_rtl`) VALUES (1, 'English (English)', 1, 'en', 'en-us', 'en-US', 'm/d/Y', 'm/d/Y H:i:s', 0), @@ -8110,7 +8475,8 @@ INSERT INTO `ps_lang` (`id_lang`, `name`, `active`, `iso_code`, `language_code`, (3, 'Nederlands (Dutch)', 1, 'nl', 'nl-nl', 'nl-NL', 'd-m-Y', 'd-m-Y H:i:s', 0), (4, 'Français (French)', 1, 'fr', 'fr-fr', 'fr-FR', 'd/m/Y', 'd/m/Y H:i:s', 0), (5, 'Italiano (Italian)', 1, 'it', 'it-it', 'it-IT', 'd/m/Y', 'd/m/Y H:i:s', 0), -(6, 'Polski (Polish)', 1, 'pl', 'pl-pl', 'pl-PL', 'Y-m-d', 'Y-m-d H:i:s', 0); +(6, 'Polski (Polish)', 1, 'pl', 'pl-pl', 'pl-PL', 'Y-m-d', 'Y-m-d H:i:s', 0), +(7, 'Español (Spanish)', 1, 'es', 'es-es', 'es-ES', 'd/m/Y', 'd/m/Y H:i:s', 0); DROP TABLE IF EXISTS `ps_lang_shop`; CREATE TABLE `ps_lang_shop` ( @@ -8127,7 +8493,8 @@ INSERT INTO `ps_lang_shop` (`id_lang`, `id_shop`) VALUES (3, 1), (4, 1), (5, 1), -(6, 1); +(6, 1), +(7, 1); DROP TABLE IF EXISTS `ps_layered_category`; CREATE TABLE `ps_layered_category` ( @@ -8143,7 +8510,7 @@ CREATE TABLE `ps_layered_category` ( PRIMARY KEY (`id_layered_category`), KEY `id_category_shop` (`id_category`,`id_shop`,`type`,`id_value`,`position`), KEY `id_category` (`id_category`,`type`) -) ENGINE=InnoDB AUTO_INCREMENT=170 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_layered_category` (`id_layered_category`, `id_shop`, `controller`, `id_category`, `id_value`, `type`, `position`, `filter_type`, `filter_show_limit`) VALUES (1, 1, 'category', 2, NULL, 'availability', 1, 0, 0), @@ -8324,7 +8691,7 @@ CREATE TABLE `ps_layered_filter` ( `n_categories` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, PRIMARY KEY (`id_layered_filter`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_layered_filter` (`id_layered_filter`, `name`, `filters`, `n_categories`, `date_add`) VALUES (1, 'My template 2024-02-05', 'a:16:{s:10:\"categories\";a:8:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;i:4;i:9;i:5;i:6;i:6;i:8;i:7;i:7;}s:11:\"controllers\";a:6:{i:0;s:8:\"category\";i:1;s:12:\"manufacturer\";i:2;s:8:\"supplier\";i:3;s:12:\"new-products\";i:4;s:10:\"best-sales\";i:5;s:11:\"prices-drop\";}s:9:\"shop_list\";a:1:{i:1;i:1;}s:23:\"layered_selection_stock\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:24:\"layered_selection_extras\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:30:\"layered_selection_price_slider\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:31:\"layered_selection_subcategories\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_1\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_2\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:24:\"layered_selection_feat_1\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:24:\"layered_selection_feat_2\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:30:\"layered_selection_manufacturer\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:27:\"layered_selection_condition\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:31:\"layered_selection_weight_slider\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_3\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_4\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}}', 8, '2024-02-05 09:58:41'); @@ -8621,7 +8988,7 @@ CREATE TABLE `ps_link_block` ( `position` int(10) unsigned NOT NULL DEFAULT '0', `content` text, PRIMARY KEY (`id_link_block`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_link_block` (`id_link_block`, `id_hook`, `position`, `content`) VALUES (1, 45, 0, '{\"cms\":[false],\"product\":[\"prices-drop\",\"new-products\",\"best-sales\"],\"static\":[false]}'), @@ -8643,12 +9010,14 @@ INSERT INTO `ps_link_block_lang` (`id_link_block`, `id_lang`, `name`, `custom_co (1, 4, 'Produits', NULL), (1, 5, 'Prodotti', NULL), (1, 6, 'Produkty', NULL), +(1, 7, 'Productos', NULL), (2, 1, 'Our company', NULL), (2, 2, 'Unternehmen', NULL), (2, 3, 'Ons bedrijf', NULL), (2, 4, 'Notre société', NULL), (2, 5, 'La nostra azienda', NULL), -(2, 6, 'Nasza firma', NULL); +(2, 6, 'Nasza firma', NULL), +(2, 7, 'Nuestra empresa', NULL); DROP TABLE IF EXISTS `ps_link_block_shop`; CREATE TABLE `ps_link_block_shop` ( @@ -8656,7 +9025,7 @@ CREATE TABLE `ps_link_block_shop` ( `id_shop` int(10) unsigned NOT NULL, `position` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_link_block`,`id_shop`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_link_block_shop` (`id_link_block`, `id_shop`, `position`) VALUES (1, 1, 0), @@ -8678,7 +9047,7 @@ CREATE TABLE `ps_log` ( `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_log`) -) ENGINE=InnoDB AUTO_INCREMENT=808 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_log` (`id_log`, `severity`, `error_code`, `message`, `object_type`, `object_id`, `id_shop`, `id_shop_group`, `id_lang`, `in_all_shops`, `id_employee`, `date_add`, `date_upd`) VALUES (1, 1, 0, 'Exporting mail with theme modern for language English (English)', '', 0, 1, NULL, 0, 0, 0, '2024-02-05 10:58:29', '2024-02-05 10:58:29'), @@ -9487,7 +9856,119 @@ INSERT INTO `ps_log` (`id_log`, `severity`, `error_code`, `message`, `object_typ (804, 1, 0, 'Generate txt template referralprogram-invitation at /var/www/html/modules//referralprogram/mails/pl/referralprogram-invitation.txt', '', 0, 1, NULL, 1, 0, 1, '2024-03-04 16:07:25', '2024-03-04 16:07:25'), (805, 1, 0, 'Generate html template referralprogram-voucher at /var/www/html/modules//referralprogram/mails/pl/referralprogram-voucher.html', '', 0, 1, NULL, 1, 0, 1, '2024-03-04 16:07:25', '2024-03-04 16:07:25'), (806, 1, 0, 'Generate txt template referralprogram-voucher at /var/www/html/modules//referralprogram/mails/pl/referralprogram-voucher.txt', '', 0, 1, NULL, 1, 0, 1, '2024-03-04 16:07:25', '2024-03-04 16:07:25'), -(807, 1, 0, 'Back office connection from 88.216.176.47', '', 0, NULL, NULL, 1, 1, 1, '2024-03-04 16:44:57', '2024-03-04 16:44:57'); +(807, 1, 0, 'Back office connection from 88.216.176.47', '', 0, NULL, NULL, 1, 1, 1, '2024-03-04 16:44:57', '2024-03-04 16:44:57'), +(808, 1, 0, 'Back office connection from 85.206.75.215', '', 0, NULL, NULL, 1, 1, 1, '2024-04-08 17:54:22', '2024-04-08 17:54:22'), +(809, 1, 0, 'Exporting mail with theme modern for language Español (Spanish)', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:30', '2024-04-08 17:55:30'), +(810, 1, 0, 'Core output folder: /var/www/html/mails', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:30', '2024-04-08 17:55:30'), +(811, 1, 0, 'Modules output folder: /var/www/html/modules/', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:30', '2024-04-08 17:55:30'), +(812, 1, 0, 'Generate html template account at /var/www/html/mails/es/account.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:30', '2024-04-08 17:55:30'), +(813, 1, 0, 'Generate txt template account at /var/www/html/mails/es/account.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:30', '2024-04-08 17:55:30'), +(814, 1, 0, 'Generate html template backoffice_order at /var/www/html/mails/es/backoffice_order.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(815, 1, 0, 'Generate txt template backoffice_order at /var/www/html/mails/es/backoffice_order.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(816, 1, 0, 'Generate html template bankwire at /var/www/html/mails/es/bankwire.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(817, 1, 0, 'Generate txt template bankwire at /var/www/html/mails/es/bankwire.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(818, 1, 0, 'Generate html template cheque at /var/www/html/mails/es/cheque.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(819, 1, 0, 'Generate txt template cheque at /var/www/html/mails/es/cheque.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(820, 1, 0, 'Generate html template contact at /var/www/html/mails/es/contact.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(821, 1, 0, 'Generate txt template contact at /var/www/html/mails/es/contact.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(822, 1, 0, 'Generate html template contact_form at /var/www/html/mails/es/contact_form.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(823, 1, 0, 'Generate txt template contact_form at /var/www/html/mails/es/contact_form.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(824, 1, 0, 'Generate html template credit_slip at /var/www/html/mails/es/credit_slip.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(825, 1, 0, 'Generate txt template credit_slip at /var/www/html/mails/es/credit_slip.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(826, 1, 0, 'Generate html template download_product at /var/www/html/mails/es/download_product.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(827, 1, 0, 'Generate txt template download_product at /var/www/html/mails/es/download_product.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(828, 1, 0, 'Generate html template employee_password at /var/www/html/mails/es/employee_password.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(829, 1, 0, 'Generate txt template employee_password at /var/www/html/mails/es/employee_password.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(830, 1, 0, 'Generate html template forward_msg at /var/www/html/mails/es/forward_msg.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(831, 1, 0, 'Generate txt template forward_msg at /var/www/html/mails/es/forward_msg.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(832, 1, 0, 'Generate html template guest_to_customer at /var/www/html/mails/es/guest_to_customer.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(833, 1, 0, 'Generate txt template guest_to_customer at /var/www/html/mails/es/guest_to_customer.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(834, 1, 0, 'Generate html template import at /var/www/html/mails/es/import.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(835, 1, 0, 'Generate txt template import at /var/www/html/mails/es/import.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(836, 1, 0, 'Generate html template in_transit at /var/www/html/mails/es/in_transit.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(837, 1, 0, 'Generate txt template in_transit at /var/www/html/mails/es/in_transit.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(838, 1, 0, 'Generate html template log_alert at /var/www/html/mails/es/log_alert.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(839, 1, 0, 'Generate txt template log_alert at /var/www/html/mails/es/log_alert.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(840, 1, 0, 'Generate html template newsletter at /var/www/html/mails/es/newsletter.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(841, 1, 0, 'Generate txt template newsletter at /var/www/html/mails/es/newsletter.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(842, 1, 0, 'Generate html template order_canceled at /var/www/html/mails/es/order_canceled.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(843, 1, 0, 'Generate txt template order_canceled at /var/www/html/mails/es/order_canceled.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(844, 1, 0, 'Generate html template order_changed at /var/www/html/mails/es/order_changed.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(845, 1, 0, 'Generate txt template order_changed at /var/www/html/mails/es/order_changed.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(846, 1, 0, 'Generate html template order_conf at /var/www/html/mails/es/order_conf.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(847, 1, 0, 'Generate txt template order_conf at /var/www/html/mails/es/order_conf.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(848, 1, 0, 'Generate html template order_customer_comment at /var/www/html/mails/es/order_customer_comment.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(849, 1, 0, 'Generate txt template order_customer_comment at /var/www/html/mails/es/order_customer_comment.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(850, 1, 0, 'Generate html template order_merchant_comment at /var/www/html/mails/es/order_merchant_comment.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(851, 1, 0, 'Generate txt template order_merchant_comment at /var/www/html/mails/es/order_merchant_comment.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(852, 1, 0, 'Generate html template order_return_state at /var/www/html/mails/es/order_return_state.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(853, 1, 0, 'Generate txt template order_return_state at /var/www/html/mails/es/order_return_state.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(854, 1, 0, 'Generate html template outofstock at /var/www/html/mails/es/outofstock.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(855, 1, 0, 'Generate txt template outofstock at /var/www/html/mails/es/outofstock.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(856, 1, 0, 'Generate html template password at /var/www/html/mails/es/password.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(857, 1, 0, 'Generate txt template password at /var/www/html/mails/es/password.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(858, 1, 0, 'Generate html template password_query at /var/www/html/mails/es/password_query.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(859, 1, 0, 'Generate txt template password_query at /var/www/html/mails/es/password_query.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(860, 1, 0, 'Generate html template payment at /var/www/html/mails/es/payment.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(861, 1, 0, 'Generate txt template payment at /var/www/html/mails/es/payment.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(862, 1, 0, 'Generate html template payment_error at /var/www/html/mails/es/payment_error.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(863, 1, 0, 'Generate txt template payment_error at /var/www/html/mails/es/payment_error.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(864, 1, 0, 'Generate html template preparation at /var/www/html/mails/es/preparation.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(865, 1, 0, 'Generate txt template preparation at /var/www/html/mails/es/preparation.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(866, 1, 0, 'Generate html template productoutofstock at /var/www/html/mails/es/productoutofstock.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(867, 1, 0, 'Generate txt template productoutofstock at /var/www/html/mails/es/productoutofstock.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(868, 1, 0, 'Generate html template refund at /var/www/html/mails/es/refund.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(869, 1, 0, 'Generate txt template refund at /var/www/html/mails/es/refund.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(870, 1, 0, 'Generate html template reply_msg at /var/www/html/mails/es/reply_msg.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(871, 1, 0, 'Generate txt template reply_msg at /var/www/html/mails/es/reply_msg.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(872, 1, 0, 'Generate html template shipped at /var/www/html/mails/es/shipped.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(873, 1, 0, 'Generate txt template shipped at /var/www/html/mails/es/shipped.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(874, 1, 0, 'Generate html template test at /var/www/html/mails/es/test.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(875, 1, 0, 'Generate txt template test at /var/www/html/mails/es/test.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(876, 1, 0, 'Generate html template voucher at /var/www/html/mails/es/voucher.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(877, 1, 0, 'Generate txt template voucher at /var/www/html/mails/es/voucher.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(878, 1, 0, 'Generate html template voucher_new at /var/www/html/mails/es/voucher_new.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(879, 1, 0, 'Generate txt template voucher_new at /var/www/html/mails/es/voucher_new.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(880, 1, 0, 'Generate html template followup_1 at /var/www/html/modules//followup/mails/es/followup_1.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(881, 1, 0, 'Generate txt template followup_1 at /var/www/html/modules//followup/mails/es/followup_1.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(882, 1, 0, 'Generate html template followup_2 at /var/www/html/modules//followup/mails/es/followup_2.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(883, 1, 0, 'Generate txt template followup_2 at /var/www/html/modules//followup/mails/es/followup_2.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(884, 1, 0, 'Generate html template followup_3 at /var/www/html/modules//followup/mails/es/followup_3.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(885, 1, 0, 'Generate txt template followup_3 at /var/www/html/modules//followup/mails/es/followup_3.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(886, 1, 0, 'Generate html template followup_4 at /var/www/html/modules//followup/mails/es/followup_4.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(887, 1, 0, 'Generate txt template followup_4 at /var/www/html/modules//followup/mails/es/followup_4.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(888, 1, 0, 'Generate html template customer_qty at /var/www/html/modules//ps_emailalerts/mails/es/customer_qty.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(889, 1, 0, 'Generate txt template customer_qty at /var/www/html/modules//ps_emailalerts/mails/es/customer_qty.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(890, 1, 0, 'Generate html template new_order at /var/www/html/modules//ps_emailalerts/mails/es/new_order.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(891, 1, 0, 'Generate txt template new_order at /var/www/html/modules//ps_emailalerts/mails/es/new_order.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(892, 1, 0, 'Generate html template order_changed at /var/www/html/modules//ps_emailalerts/mails/es/order_changed.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(893, 1, 0, 'Generate txt template order_changed at /var/www/html/modules//ps_emailalerts/mails/es/order_changed.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(894, 1, 0, 'Generate html template productcoverage at /var/www/html/modules//ps_emailalerts/mails/es/productcoverage.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(895, 1, 0, 'Generate txt template productcoverage at /var/www/html/modules//ps_emailalerts/mails/es/productcoverage.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(896, 1, 0, 'Generate html template productoutofstock at /var/www/html/modules//ps_emailalerts/mails/es/productoutofstock.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(897, 1, 0, 'Generate txt template productoutofstock at /var/www/html/modules//ps_emailalerts/mails/es/productoutofstock.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(898, 1, 0, 'Generate html template return_slip at /var/www/html/modules//ps_emailalerts/mails/es/return_slip.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(899, 1, 0, 'Generate txt template return_slip at /var/www/html/modules//ps_emailalerts/mails/es/return_slip.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(900, 1, 0, 'Generate html template newsletter_conf at /var/www/html/modules//ps_emailsubscription/mails/es/newsletter_conf.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(901, 1, 0, 'Generate txt template newsletter_conf at /var/www/html/modules//ps_emailsubscription/mails/es/newsletter_conf.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(902, 1, 0, 'Generate html template newsletter_verif at /var/www/html/modules//ps_emailsubscription/mails/es/newsletter_verif.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(903, 1, 0, 'Generate txt template newsletter_verif at /var/www/html/modules//ps_emailsubscription/mails/es/newsletter_verif.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(904, 1, 0, 'Generate html template newsletter_voucher at /var/www/html/modules//ps_emailsubscription/mails/es/newsletter_voucher.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(905, 1, 0, 'Generate txt template newsletter_voucher at /var/www/html/modules//ps_emailsubscription/mails/es/newsletter_voucher.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(906, 1, 0, 'Generate html template followup_1 at /var/www/html/modules//ps_reminder/mails/es/followup_1.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(907, 1, 0, 'Generate txt template followup_1 at /var/www/html/modules//ps_reminder/mails/es/followup_1.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(908, 1, 0, 'Generate html template followup_2 at /var/www/html/modules//ps_reminder/mails/es/followup_2.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(909, 1, 0, 'Generate txt template followup_2 at /var/www/html/modules//ps_reminder/mails/es/followup_2.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(910, 1, 0, 'Generate html template followup_3 at /var/www/html/modules//ps_reminder/mails/es/followup_3.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(911, 1, 0, 'Generate txt template followup_3 at /var/www/html/modules//ps_reminder/mails/es/followup_3.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:31', '2024-04-08 17:55:31'), +(912, 1, 0, 'Generate html template followup_4 at /var/www/html/modules//ps_reminder/mails/es/followup_4.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:32', '2024-04-08 17:55:32'), +(913, 1, 0, 'Generate txt template followup_4 at /var/www/html/modules//ps_reminder/mails/es/followup_4.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:32', '2024-04-08 17:55:32'), +(914, 1, 0, 'Generate html template referralprogram-congratulations at /var/www/html/modules//referralprogram/mails/es/referralprogram-congratulations.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:32', '2024-04-08 17:55:32'), +(915, 1, 0, 'Generate txt template referralprogram-congratulations at /var/www/html/modules//referralprogram/mails/es/referralprogram-congratulations.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:32', '2024-04-08 17:55:32'), +(916, 1, 0, 'Generate html template referralprogram-invitation at /var/www/html/modules//referralprogram/mails/es/referralprogram-invitation.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:32', '2024-04-08 17:55:32'), +(917, 1, 0, 'Generate txt template referralprogram-invitation at /var/www/html/modules//referralprogram/mails/es/referralprogram-invitation.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:32', '2024-04-08 17:55:32'), +(918, 1, 0, 'Generate html template referralprogram-voucher at /var/www/html/modules//referralprogram/mails/es/referralprogram-voucher.html', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:32', '2024-04-08 17:55:32'), +(919, 1, 0, 'Generate txt template referralprogram-voucher at /var/www/html/modules//referralprogram/mails/es/referralprogram-voucher.txt', '', 0, 1, NULL, 1, 0, 1, '2024-04-08 17:55:32', '2024-04-08 17:55:32'); DROP TABLE IF EXISTS `ps_mail`; CREATE TABLE `ps_mail` ( @@ -9522,7 +10003,7 @@ CREATE TABLE `ps_manufacturer` ( `date_upd` datetime NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id_manufacturer`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_manufacturer` (`id_manufacturer`, `name`, `date_add`, `date_upd`, `active`) VALUES (1, 'Studio Design', '2024-02-05 10:58:40', '2024-02-05 10:58:40', 1), @@ -9547,12 +10028,14 @@ INSERT INTO `ps_manufacturer_lang` (`id_manufacturer`, `id_lang`, `description`, (1, 4, '

Studio Design offers a range of items from ready-to-wear collections to contemporary objects. The brand has been presenting new ideas and trends since its creation in 2012.

', '', '', '', ''), (1, 5, '

Studio Design offers a range of items from ready-to-wear collections to contemporary objects. The brand has been presenting new ideas and trends since its creation in 2012.

', '', '', '', ''), (1, 6, '

Studio Design offers a range of items from ready-to-wear collections to contemporary objects. The brand has been presenting new ideas and trends since its creation in 2012.

', '', '', '', ''), +(1, 7, '

Studio Design offers a range of items from ready-to-wear collections to contemporary objects. The brand has been presenting new ideas and trends since its creation in 2012.

', '', '', '', ''), (2, 1, '

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

', '', '', '', ''), (2, 2, '

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

', '', '', '', ''), (2, 3, '

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

', '', '', '', ''), (2, 4, '

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

', '', '', '', ''), (2, 5, '

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

', '', '', '', ''), -(2, 6, '

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

', '', '', '', ''); +(2, 6, '

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

', '', '', '', ''), +(2, 7, '

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

', '', '', '', ''); DROP TABLE IF EXISTS `ps_manufacturer_shop`; CREATE TABLE `ps_manufacturer_shop` ( @@ -9610,7 +10093,7 @@ CREATE TABLE `ps_meta` ( `configurable` tinyint(1) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id_meta`), UNIQUE KEY `page` (`page`) -) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_meta` (`id_meta`, `page`, `configurable`) VALUES (1, 'pagenotfound', 1), @@ -9678,210 +10161,245 @@ INSERT INTO `ps_meta_lang` (`id_meta`, `id_shop`, `id_lang`, `title`, `descripti (1, 1, 4, 'Erreur 404', 'Impossible de trouver la page', '', 'page-introuvable'), (1, 1, 5, 'errore 404', 'Impossibile trovare la pagina', '', 'pagina-non-trovata'), (1, 1, 6, 'Błąd 404', 'Nie można odnaleźć strony', '', 'nie-znaleziono-strony'), +(1, 1, 7, 'Error 404', 'Página no encontrada', '', 'pagina-no-encontrada'), (2, 1, 1, 'Best sellers', 'Our best sales', '', 'best-sellers'), (2, 1, 2, 'Verkaufshits', 'Verkaufshits', '', 'best-sellers'), (2, 1, 3, 'Best verkochte producten', 'Onze best verkochte artikelen', '', 'best verkochte producten'), (2, 1, 4, 'Meilleures ventes', 'Nos meilleures ventes', '', 'meilleures ventes'), (2, 1, 5, 'Più venduti', 'I nostri prodotti più venduti', '', 'piu-venduti'), (2, 1, 6, 'Najczęściej kupowane', 'Nasze najlepiej sprzedające się produkty', '', 'bestsellery'), +(2, 1, 7, 'Los más vendidos', 'Los más vendidos', '', 'mas-vendidos'), (3, 1, 1, 'Contact us', 'Use our form to contact us', '', 'contact-us'), (3, 1, 2, 'Kontaktieren Sie uns', 'Nutzen Sie unser Kontaktformular', '', 'kontakt'), (3, 1, 3, 'Contacteer ons', 'Neem contact met ons op via ons formulier', '', 'contact-opnemen'), (3, 1, 4, 'Contactez-nous', 'Utiliser le formulaire pour nous contacter', '', 'nous-contacter'), (3, 1, 5, 'Contattaci', 'Si può usare il nostro modulo per contattarci', '', 'contattaci'), (3, 1, 6, 'Kontakt z nami', 'Skorzystaj z formularza kontaktowego', '', 'kontakt'), +(3, 1, 7, 'Contacte con nosotros', 'Contáctenos', '', 'contactenos'), (4, 1, 1, '', '', '', ''), (4, 1, 2, '', '', '', ''), (4, 1, 3, '', '', '', ''), (4, 1, 4, '', '', '', ''), (4, 1, 5, '', '', '', ''), (4, 1, 6, '', '', '', ''), +(4, 1, 7, '', '', '', ''), (5, 1, 1, 'Brands', 'Brands list', '', 'brands'), (5, 1, 2, 'Marken', 'Brands list', '', 'Marken'), (5, 1, 3, 'Merken', 'Merkenlijst', '', 'merken'), (5, 1, 4, 'Marques', 'Liste des marques', '', 'marques'), (5, 1, 5, 'Marchi', 'Elenco marche', '', 'marche'), (5, 1, 6, 'Marki', 'Lista marek', '', 'producenci'), +(5, 1, 7, 'Marcas', 'Lista de marcas', '', 'marcas'), (6, 1, 1, 'New products', 'Our new products', '', 'new-products'), (6, 1, 2, 'Neue Artikel', 'Neue Artikel', '', 'neue-artikel'), (6, 1, 3, 'Nieuwe producten', 'Onze nieuwe producten', '', 'nieuwe-producten'), (6, 1, 4, 'Nouveaux produits', 'Nos nouveaux produits', '', 'nouveaux-produits'), (6, 1, 5, 'Nuovi prodotti', 'I nostri nuovi prodotti, gli ultimi arrivi', '', 'nuovi-prodotti'), (6, 1, 6, 'Nowe produkty', 'Nasze nowe produkty', '', 'nowe-produkty'), +(6, 1, 7, 'Novedades', 'Novedades', '', 'novedades'), (7, 1, 1, 'Forgot your password', 'Enter the e-mail address you use to sign in to receive an e-mail with a new password', '', 'password-recovery'), (7, 1, 2, 'Passwort vergessen?', 'Geben Sie hier die E-Mail ein, unter der Sie sich angemeldet haben. Sie erhalten dann ein neues Passwort.', '', 'passwort-zuruecksetzen'), (7, 1, 3, 'Uw wachtwoord vergeten', 'Voer het e-mailadres in dat u heeft gebruikt voor uw aanmelding om een e-mail met een nieuw wachtwoord te ontvangen', '', 'wachtwoord-opvragen'), (7, 1, 4, 'Mot de passe oublié', 'Entrez l\'adresse e-mail que vous utilisez pour vous connecter afin de recevoir un e-mail avec un nouveau mot de passe', '', 'recuperation-mot-de-passe'), (7, 1, 5, 'Hai dimenticato la password', 'Inserisci l\'indirizzo e-mail che usi per accedere, per ricevere un\'e-mail con una nuova password', '', 'recupero-password'), (7, 1, 6, 'Zapomniałeś hasła', 'Wpisz swój adres e-mail w celu uzyskania nowego hasła', '', 'odzyskiwanie-hasla'), +(7, 1, 7, 'Ha olvidado su contraseña', 'Introduzca la dirección de correo electrónico que utiliza a la hora de iniciar sesión, para recibir un correo electrónico con una nueva contraseña', '', 'recuperar-contraseña'), (8, 1, 1, 'Prices drop', 'Our special products', '', 'prices-drop'), (8, 1, 2, 'Angebote', 'Our special products', '', 'angebote'), (8, 1, 3, 'Aanbiedingen', 'Onze speciale producten', '', 'aanbiedingen'), (8, 1, 4, 'Promotions', 'Nos promotions', '', 'promotions'), (8, 1, 5, 'Offerte', 'I nostri prodotti in offerta', '', 'offerte'), (8, 1, 6, 'Promocje', 'Nasze produkty specjalne', '', 'promocje'), +(8, 1, 7, 'Ofertas', 'Nuestros productos especiales', '', 'productos-rebajados'), (9, 1, 1, 'Sitemap', 'Lost ? Find what your are looking for', '', 'sitemap'), (9, 1, 2, 'Sitemap', 'Wissen Sie nicht weiter? Vielleicht finden Sie es hier', '', 'Sitemap'), (9, 1, 3, 'Sitemap', 'De weg kwijt? Vinden wat u zoekt', '', 'sitemap'), (9, 1, 4, 'Plan du site', 'Vous êtes perdu ? Trouvez ce que vous cherchez', '', 'plan-site'), (9, 1, 5, 'Mappa del sito', 'Vi siete persi? Qui potete trovate quello che state cercando', '', 'mappa-del-sito'), (9, 1, 6, 'Mapa strony', 'Zagubiłeś się? Znajdź to, czego szukasz!', '', 'mapa-strony'), +(9, 1, 7, 'Mapa del sitio', '¿Perdido? Encuentre lo que está buscando', '', 'mapa del sitio'), (10, 1, 1, 'Suppliers', 'Suppliers list', '', 'suppliers'), (10, 1, 2, 'Lieferanten', 'Lieferanten-Liste', '', 'suppliers'), (10, 1, 3, 'Leveranciers', 'Lijst met leveranciers', '', 'leveranciers'), (10, 1, 4, 'Fournisseurs', 'Liste des fournisseurs', '', 'fournisseurs'), (10, 1, 5, 'Fornitori', 'Elenco dei fornitori', '', 'fornitori'), (10, 1, 6, 'Dostawcy', 'Lista dostawców', '', 'dostawcy'), +(10, 1, 7, 'Proveedores', 'Listado de proveedores', '', 'proveedores'), (11, 1, 1, 'Address', '', '', 'address'), (11, 1, 2, 'Straße', '', '', 'adresse'), (11, 1, 3, 'Adres', '', '', 'adres'), (11, 1, 4, 'Adresse', '', '', 'adresse'), (11, 1, 5, 'Indirizzo', '', '', 'indirizzo'), (11, 1, 6, 'Adres', '', '', 'adres'), +(11, 1, 7, 'Dirección', '', '', 'direccion'), (12, 1, 1, 'Addresses', '', '', 'addresses'), (12, 1, 2, 'Adressen', '', '', 'adressen'), (12, 1, 3, 'Adressen', '', '', 'adressen'), (12, 1, 4, 'Adresses', '', '', 'adresses'), (12, 1, 5, 'Indirizzi', '', '', 'indirizzi'), (12, 1, 6, 'Adresy', '', '', 'adresy'), +(12, 1, 7, 'Direcciones', '', '', 'direcciones'), (13, 1, 1, 'Login', '', '', 'login'), (13, 1, 2, 'Anmelden', '', '', 'anmeldung'), (13, 1, 3, 'Inloggen', '', '', 'aanmelden'), (13, 1, 4, 'Identifiant', '', '', 'connexion'), (13, 1, 5, 'Entra', '', '', 'login'), (13, 1, 6, 'Logowanie', '', '', 'logowanie'), +(13, 1, 7, 'Iniciar sesión', '', '', 'iniciar-sesion'), (14, 1, 1, 'Registration', '', '', 'registration'), (14, 1, 2, 'Anmeldung', '', '', 'registration'), (14, 1, 3, 'Registratie', '', '', 'registratie'), (14, 1, 4, 'Inscription', '', '', 'inscription'), (14, 1, 5, 'Registrazione', '', '', 'registrazione'), (14, 1, 6, 'Rejestracja', '', '', 'rejestracja'), +(14, 1, 7, 'Fecha de registro', '', '', 'registro'), (15, 1, 1, 'Cart', '', '', 'cart'), (15, 1, 2, 'Warenkorb', '', '', 'warenkorb'), (15, 1, 3, 'Winkelwagen', '', '', 'winkelmandje'), (15, 1, 4, 'Panier', '', '', 'panier'), (15, 1, 5, 'Carrello', '', '', 'carrello'), (15, 1, 6, 'Koszyk', '', '', 'koszyk'), +(15, 1, 7, 'Carrito', '', '', 'carrito'), (16, 1, 1, 'Discount', '', '', 'discount'), (16, 1, 2, 'Rabatt', '', '', 'Rabatt'), (16, 1, 3, 'Korting', '', '', 'korting'), (16, 1, 4, 'Remise', '', '', 'reduction'), (16, 1, 5, 'Sconto', '', '', 'buoni-sconto'), (16, 1, 6, 'Rabaty', '', '', 'rabaty'), +(16, 1, 7, 'Descuento', '', '', 'descuento'), (17, 1, 1, 'Order history', '', '', 'order-history'), (17, 1, 2, 'Bestellverlauf', '', '', 'bestellungsverlauf'), (17, 1, 3, 'Bestelgeschiedenis', '', '', 'besteloverzicht'), (17, 1, 4, 'Historique de vos commandes', '', '', 'historique-commandes'), (17, 1, 5, 'Storico ordini', '', '', 'cronologia-ordini'), (17, 1, 6, 'Historia zamówień', '', '', 'historia-zamowien'), +(17, 1, 7, 'Historial de pedidos', '', '', 'historial-compra'), (18, 1, 1, 'Identity', '', '', 'identity'), (18, 1, 2, 'Profil', '', '', 'profil'), (18, 1, 3, 'Identiteit', '', '', 'identiteit'), (18, 1, 4, 'Identité', '', '', 'identite'), (18, 1, 5, 'Dati personali', '', '', 'dati-personali'), (18, 1, 6, 'Dane osobiste', '', '', 'dane-osobiste'), +(18, 1, 7, 'Datos personales', '', '', 'datos-personales'), (19, 1, 1, 'My account', '', '', 'my-account'), (19, 1, 2, 'Ihr Kundenbereich', '', '', 'mein-Konto'), (19, 1, 3, 'Mijn account', '', '', 'mijn-account'), (19, 1, 4, 'Mon compte', '', '', 'mon-compte'), (19, 1, 5, 'Il mio account', '', '', 'account'), (19, 1, 6, 'Moje konto', '', '', 'moje-konto'), +(19, 1, 7, 'Mi cuenta', '', '', 'mi-cuenta'), (20, 1, 1, 'Order follow', '', '', 'order-follow'), (20, 1, 2, 'Bestellung verfolgen', '', '', 'bestellverfolgung'), (20, 1, 3, 'Bestelling volgen', '', '', 'bestelling-volgen'), (20, 1, 4, 'Suivi de commande', '', '', 'suivi-commande'), (20, 1, 5, 'Segui l\'ordine', '', '', 'segui-ordine'), (20, 1, 6, 'Śledzenie zamówienia', '', '', 'sledzenie-zamowienia'), +(20, 1, 7, 'Seguimiento del pedido', '', '', 'seguimiento-pedido'), (21, 1, 1, 'Credit slip', '', '', 'credit-slip'), (21, 1, 2, 'Rechnungskorrektur', '', '', 'bestellschein'), (21, 1, 3, 'Creditnota', '', '', 'bestel-bon'), (21, 1, 4, 'Avoir', '', '', 'avoirs'), (21, 1, 5, 'Nota di credito', '', '', 'buono-ordine'), (21, 1, 6, 'Potwierdzenia zwrotu', '', '', 'potwierdzenia-zwrotu'), +(21, 1, 7, 'Factura por abono', '', '', 'facturas-abono'), (22, 1, 1, 'Order', '', '', 'order'), (22, 1, 2, 'Bestellung', '', '', 'Bestellung'), (22, 1, 3, 'Bestelling', '', '', 'bestelling'), (22, 1, 4, 'Commande', '', '', 'commande'), (22, 1, 5, 'Ordine', '', '', 'ordine'), (22, 1, 6, 'Zamówienie', '', '', 'zamowienie'), +(22, 1, 7, 'Pedido', '', '', 'pedido'), (23, 1, 1, 'Search', '', '', 'search'), (23, 1, 2, 'Suche', '', '', 'suche'), (23, 1, 3, 'Zoeken', '', '', 'zoeken'), (23, 1, 4, 'Rechercher', '', '', 'recherche'), (23, 1, 5, 'Cerca', '', '', 'ricerca'), (23, 1, 6, 'Szukaj', '', '', 'szukaj'), +(23, 1, 7, 'Buscar', '', '', 'busqueda'), (24, 1, 1, 'Stores', '', '', 'stores'), (24, 1, 2, 'Shops', '', '', 'shops'), (24, 1, 3, 'Winkels', '', '', 'winkels'), (24, 1, 4, 'Magasins', '', '', 'magasins'), (24, 1, 5, 'Negozi', '', '', 'negozi'), (24, 1, 6, 'Sklepy', '', '', 'sklepy'), +(24, 1, 7, 'Tiendas', '', '', 'tiendas'), (25, 1, 1, 'Guest tracking', '', '', 'guest-tracking'), (25, 1, 2, 'Auftragsverfolgung Gast', '', '', 'auftragsverfolgung-gast'), (25, 1, 3, 'Bestelling volgen als gast', '', '', 'bestelling-volgen-als-gast'), (25, 1, 4, 'Suivi de commande invité', '', '', 'suivi-commande-invite'), (25, 1, 5, 'Tracciatura ospite', '', '', 'tracciatura-ospite'), (25, 1, 6, 'Śledzenie zamówień gości', '', '', 'sledzenie-zamowien-gosci'), +(25, 1, 7, 'Seguimiento de pedidos de clientes invitados', '', '', 'seguimiento-pedido-invitado'), (26, 1, 1, 'Order confirmation', '', '', 'order-confirmation'), (26, 1, 2, 'Bestellbestätigung', '', '', 'bestellbestaetigung'), (26, 1, 3, 'Bestelling bevestigd', '', '', 'order-bevestiging'), (26, 1, 4, 'Confirmation de commande', '', '', 'confirmation-commande'), (26, 1, 5, 'Conferma ordine', '', '', 'conferma-ordine'), (26, 1, 6, 'Potwierdzenie zamówienia', '', '', 'potwierdzenie-zamowienia'), +(26, 1, 7, 'Confirmación de pedido', '', '', 'confirmacion-pedido'), (35, 1, 1, '', '', '', ''), (35, 1, 2, '', '', '', ''), (35, 1, 3, '', '', '', ''), (35, 1, 4, '', '', '', ''), (35, 1, 5, '', '', '', ''), (35, 1, 6, '', '', '', ''), +(35, 1, 7, '', '', '', ''), (36, 1, 1, '', '', '', ''), (36, 1, 2, '', '', '', ''), (36, 1, 3, '', '', '', ''), (36, 1, 4, '', '', '', ''), (36, 1, 5, '', '', '', ''), (36, 1, 6, '', '', '', ''), +(36, 1, 7, '', '', '', ''), (37, 1, 1, '', '', '', ''), (37, 1, 2, '', '', '', ''), (37, 1, 3, '', '', '', ''), (37, 1, 4, '', '', '', ''), (37, 1, 5, '', '', '', ''), (37, 1, 6, '', '', '', ''), +(37, 1, 7, '', '', '', ''), (38, 1, 1, '', '', '', ''), (38, 1, 2, '', '', '', ''), (38, 1, 3, '', '', '', ''), (38, 1, 4, '', '', '', ''), (38, 1, 5, '', '', '', ''), (38, 1, 6, '', '', '', ''), +(38, 1, 7, '', '', '', ''), (39, 1, 1, '', '', '', ''), (39, 1, 2, '', '', '', ''), (39, 1, 3, '', '', '', ''), (39, 1, 4, '', '', '', ''), (39, 1, 5, '', '', '', ''), (39, 1, 6, '', '', '', ''), +(39, 1, 7, '', '', '', ''), (40, 1, 1, '', '', '', ''), (40, 1, 2, '', '', '', ''), (40, 1, 3, '', '', '', ''), (40, 1, 4, '', '', '', ''), (40, 1, 5, '', '', '', ''), (40, 1, 6, '', '', '', ''), +(40, 1, 7, '', '', '', ''), (41, 1, 1, '', '', '', ''), (41, 1, 2, '', '', '', ''), (41, 1, 3, '', '', '', ''), (41, 1, 4, '', '', '', ''), (41, 1, 5, '', '', '', ''), (41, 1, 6, '', '', '', ''), +(41, 1, 7, '', '', '', ''), (42, 1, 1, '', '', '', ''), (42, 1, 2, '', '', '', ''), (42, 1, 3, '', '', '', ''), (42, 1, 4, '', '', '', ''), (42, 1, 5, '', '', '', ''), (42, 1, 6, '', '', '', ''), +(42, 1, 7, '', '', '', ''), (43, 1, 1, '', '', '', ''), (43, 1, 2, '', '', '', ''), (43, 1, 3, '', '', '', ''), (43, 1, 4, '', '', '', ''), (43, 1, 5, '', '', '', ''), -(43, 1, 6, '', '', '', ''); +(43, 1, 6, '', '', '', ''), +(43, 1, 7, '', '', '', ''); DROP TABLE IF EXISTS `ps_module`; CREATE TABLE `ps_module` ( @@ -9892,7 +10410,7 @@ CREATE TABLE `ps_module` ( PRIMARY KEY (`id_module`), UNIQUE KEY `name_UNIQUE` (`name`), KEY `name` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_module` (`id_module`, `name`, `active`, `version`) VALUES (1, 'ps_linklist', 1, '6.0.4'), @@ -11321,12 +11839,178 @@ INSERT INTO `ps_module_shop` (`id_module`, `id_shop`, `enable_device`) VALUES (66, 1, 7), (67, 1, 7); +DROP TABLE IF EXISTS `ps_mollie_payments`; +CREATE TABLE `ps_mollie_payments` ( + `transaction_id` varchar(64) NOT NULL, + `cart_id` int(64) DEFAULT NULL, + `order_id` int(64) DEFAULT NULL, + `order_reference` varchar(191) DEFAULT NULL, + `mandate_id` varchar(64) DEFAULT NULL, + `method` varchar(128) NOT NULL, + `bank_status` varchar(64) NOT NULL, + `reason` varchar(64) DEFAULT NULL, + `created_at` datetime NOT NULL, + `updated_at` datetime DEFAULT NULL, + PRIMARY KEY (`transaction_id`), + KEY `cart_id` (`cart_id`,`order_reference`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + +DROP TABLE IF EXISTS `ps_mol_carrier_information`; +CREATE TABLE `ps_mol_carrier_information` ( + `id_mol_carrier_information` int(64) NOT NULL AUTO_INCREMENT, + `id_carrier` int(64) NOT NULL, + `url_source` varchar(64) NOT NULL, + `custom_url` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id_mol_carrier_information`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + +DROP TABLE IF EXISTS `ps_mol_country`; +CREATE TABLE `ps_mol_country` ( + `id_mol_country` int(64) NOT NULL AUTO_INCREMENT, + `id_method` varchar(64) DEFAULT NULL, + `id_country` int(64) DEFAULT NULL, + `all_countries` tinyint(4) DEFAULT NULL, + PRIMARY KEY (`id_mol_country`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + +DROP TABLE IF EXISTS `ps_mol_customer`; +CREATE TABLE `ps_mol_customer` ( + `id_mol_customer` int(64) NOT NULL AUTO_INCREMENT, + `customer_id` varchar(64) NOT NULL, + `name` varchar(64) NOT NULL, + `email` varchar(64) NOT NULL, + `created_at` varchar(64) NOT NULL, + PRIMARY KEY (`id_mol_customer`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + +DROP TABLE IF EXISTS `ps_mol_excluded_country`; +CREATE TABLE `ps_mol_excluded_country` ( + `id_mol_country` int(64) NOT NULL AUTO_INCREMENT, + `id_method` varchar(64) DEFAULT NULL, + `id_country` int(64) DEFAULT NULL, + `all_countries` tinyint(4) DEFAULT NULL, + PRIMARY KEY (`id_mol_country`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + +DROP TABLE IF EXISTS `ps_mol_order_payment_fee`; +CREATE TABLE `ps_mol_order_payment_fee` ( + `id_mol_order_payment_fee` int(64) NOT NULL AUTO_INCREMENT, + `id_cart` int(64) NOT NULL, + `id_order` int(64) NOT NULL, + `fee_tax_incl` decimal(20,6) NOT NULL, + `fee_tax_excl` decimal(20,6) NOT NULL, + PRIMARY KEY (`id_mol_order_payment_fee`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + +DROP TABLE IF EXISTS `ps_mol_payment_method`; +CREATE TABLE `ps_mol_payment_method` ( + `id_payment_method` int(64) NOT NULL AUTO_INCREMENT, + `id_method` varchar(64) NOT NULL, + `method_name` varchar(64) NOT NULL, + `enabled` tinyint(1) DEFAULT NULL, + `title` varchar(64) DEFAULT NULL, + `method` varchar(64) DEFAULT NULL, + `description` varchar(255) DEFAULT NULL, + `is_countries_applicable` tinyint(1) DEFAULT NULL, + `minimal_order_value` decimal(20,6) DEFAULT NULL, + `max_order_value` decimal(20,6) DEFAULT NULL, + `surcharge` int(10) DEFAULT NULL, + `surcharge_fixed_amount_tax_excl` decimal(20,6) DEFAULT NULL, + `tax_rules_group_id` int(10) DEFAULT NULL, + `surcharge_percentage` decimal(20,6) DEFAULT NULL, + `surcharge_limit` decimal(20,6) DEFAULT NULL, + `images_json` text, + `min_amount` decimal(20,6) DEFAULT NULL, + `max_amount` decimal(20,6) DEFAULT NULL, + `live_environment` tinyint(1) DEFAULT NULL, + `position` int(10) DEFAULT NULL, + `id_shop` int(64) DEFAULT '1', + PRIMARY KEY (`id_payment_method`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + +DROP TABLE IF EXISTS `ps_mol_payment_method_issuer`; +CREATE TABLE `ps_mol_payment_method_issuer` ( + `id_payment_method_issuer` int(64) NOT NULL AUTO_INCREMENT, + `id_payment_method` int(64) NOT NULL, + `issuers_json` text NOT NULL, + PRIMARY KEY (`id_payment_method_issuer`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + +DROP TABLE IF EXISTS `ps_mol_pending_order_cart`; +CREATE TABLE `ps_mol_pending_order_cart` ( + `id_mol_pending_order_cart` int(64) NOT NULL AUTO_INCREMENT, + `order_id` int(64) NOT NULL, + `cart_id` int(64) NOT NULL, + PRIMARY KEY (`id_mol_pending_order_cart`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + +DROP TABLE IF EXISTS `ps_mol_pending_order_cart_rule`; +CREATE TABLE `ps_mol_pending_order_cart_rule` ( + `id_mol_pending_order_cart_rule` int(64) NOT NULL AUTO_INCREMENT, + `id_order` varchar(64) NOT NULL, + `id_cart_rule` varchar(64) NOT NULL, + `name` varchar(64) NOT NULL, + `value_tax_incl` decimal(20,6) NOT NULL, + `value_tax_excl` decimal(20,6) NOT NULL, + `free_shipping` tinyint(1) NOT NULL, + `id_order_invoice` int(64) NOT NULL, + PRIMARY KEY (`id_mol_pending_order_cart_rule`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + +DROP TABLE IF EXISTS `ps_mol_recurring_order`; +CREATE TABLE `ps_mol_recurring_order` ( + `id_mol_recurring_order` int(64) NOT NULL AUTO_INCREMENT, + `id_order` int(64) NOT NULL, + `id_cart` int(64) NOT NULL, + `id_currency` int(64) NOT NULL, + `id_customer` int(64) NOT NULL, + `id_address_delivery` int(64) NOT NULL, + `id_address_invoice` int(64) NOT NULL, + `description` varchar(64) NOT NULL, + `status` varchar(64) NOT NULL, + `next_payment` datetime NOT NULL, + `reminder_at` datetime NOT NULL, + `cancelled_at` datetime NOT NULL, + `mollie_subscription_id` varchar(64) NOT NULL, + `mollie_customer_id` varchar(64) NOT NULL, + `payment_method` varchar(64) NOT NULL, + `id_mol_recurring_orders_product` int(64) NOT NULL, + `total_tax_incl` decimal(20,6) NOT NULL, + `date_add` datetime NOT NULL, + `date_update` datetime NOT NULL, + PRIMARY KEY (`id_mol_recurring_order`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + +DROP TABLE IF EXISTS `ps_mol_recurring_orders_product`; +CREATE TABLE `ps_mol_recurring_orders_product` ( + `id_mol_recurring_orders_product` int(64) NOT NULL AUTO_INCREMENT, + `id_product` int(64) NOT NULL, + `id_product_attribute` int(64) NOT NULL, + `quantity` int(64) NOT NULL, + `unit_price` decimal(20,6) NOT NULL, + `date_add` datetime NOT NULL, + `date_update` datetime NOT NULL, + PRIMARY KEY (`id_mol_recurring_orders_product`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + DROP TABLE IF EXISTS `ps_operating_system`; CREATE TABLE `ps_operating_system` ( `id_operating_system` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(64) DEFAULT NULL, PRIMARY KEY (`id_operating_system`) -) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_operating_system` (`id_operating_system`, `name`) VALUES (1, 'Windows XP'), @@ -11401,7 +12085,7 @@ CREATE TABLE `ps_orders` ( KEY `current_state` (`current_state`), KEY `id_shop` (`id_shop`), KEY `date_add` (`date_add`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_orders` (`id_order`, `reference`, `id_shop_group`, `id_shop`, `id_carrier`, `id_lang`, `id_customer`, `id_cart`, `id_currency`, `id_address_delivery`, `id_address_invoice`, `current_state`, `secure_key`, `payment`, `conversion_rate`, `module`, `recyclable`, `gift`, `gift_message`, `mobile_theme`, `total_discounts`, `total_discounts_tax_incl`, `total_discounts_tax_excl`, `total_paid`, `total_paid_tax_incl`, `total_paid_tax_excl`, `total_paid_real`, `total_products`, `total_products_wt`, `total_shipping`, `total_shipping_tax_incl`, `total_shipping_tax_excl`, `carrier_tax_rate`, `total_wrapping`, `total_wrapping_tax_incl`, `total_wrapping_tax_excl`, `round_mode`, `round_type`, `invoice_number`, `delivery_number`, `invoice_date`, `delivery_date`, `valid`, `date_add`, `date_upd`, `note`) VALUES (1, 'XKBKNABJK', 1, 1, 2, 1, 2, 1, 1, 5, 5, 6, 'b44a6d9efd7a0076a0fbce6b15eaf3b1', 'Payment by check', 1.000000, 'ps_checkpayment', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 61.800000, 68.200000, 66.800000, 0.000000, 59.800000, 59.800000, 7.000000, 8.400000, 7.000000, 0.000, 0.000000, 0.000000, 0.000000, 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2024-02-05 10:58:40', '2024-02-05 10:58:40', 'Test'), @@ -11426,7 +12110,7 @@ CREATE TABLE `ps_order_carrier` ( KEY `id_order` (`id_order`), KEY `id_carrier` (`id_carrier`), KEY `id_order_invoice` (`id_order_invoice`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_order_carrier` (`id_order_carrier`, `id_order`, `id_carrier`, `id_order_invoice`, `weight`, `shipping_cost_tax_excl`, `shipping_cost_tax_incl`, `tracking_number`, `date_add`) VALUES (1, 1, 2, 0, 0.000000, 7.000000, 8.400000, '', '2024-02-05 10:58:40'), @@ -11510,7 +12194,7 @@ CREATE TABLE `ps_order_detail` ( KEY `product_attribute_id` (`product_attribute_id`), KEY `id_tax_rules_group` (`id_tax_rules_group`), KEY `id_order_id_order_detail` (`id_order`,`id_order_detail`) -) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_order_detail` (`id_order_detail`, `id_order`, `id_order_invoice`, `id_warehouse`, `id_shop`, `product_id`, `product_attribute_id`, `id_customization`, `product_name`, `product_quantity`, `product_quantity_in_stock`, `product_quantity_refunded`, `product_quantity_return`, `product_quantity_reinjected`, `product_price`, `reduction_percent`, `reduction_amount`, `reduction_amount_tax_incl`, `reduction_amount_tax_excl`, `group_reduction`, `product_quantity_discount`, `product_ean13`, `product_isbn`, `product_upc`, `product_mpn`, `product_reference`, `product_supplier_reference`, `product_weight`, `id_tax_rules_group`, `tax_computation_method`, `tax_name`, `tax_rate`, `ecotax`, `ecotax_tax_rate`, `discount_quantity_applied`, `download_hash`, `download_nb`, `download_deadline`, `total_price_tax_incl`, `total_price_tax_excl`, `unit_price_tax_incl`, `unit_price_tax_excl`, `total_shipping_price_tax_incl`, `total_shipping_price_tax_excl`, `purchase_supplier_price`, `original_product_price`, `original_wholesale_price`, `total_refunded_tax_excl`, `total_refunded_tax_incl`) VALUES (1, 1, 0, 0, 1, 1, 1, 0, 'Hummingbird printed t-shirt - Color : White, Size : S', 1, 1, 0, 0, 0, 23.900000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_1', '', 0.000000, 0, 0, '', 0.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 23.900000, 23.900000, 23.900000, 23.900000, 0.000000, 0.000000, 0.000000, 23.900000, 5.490000, 0.000000, 0.000000), @@ -11550,7 +12234,7 @@ CREATE TABLE `ps_order_history` ( KEY `order_history_order` (`id_order`), KEY `id_employee` (`id_employee`), KEY `id_order_state` (`id_order_state`) -) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_order_history` (`id_order_history`, `id_employee`, `id_order`, `id_order_state`, `date_add`) VALUES (1, 0, 1, 1, '2024-02-05 10:58:40'), @@ -11614,7 +12298,7 @@ CREATE TABLE `ps_order_message` ( `id_order_message` int(10) unsigned NOT NULL AUTO_INCREMENT, `date_add` datetime NOT NULL, PRIMARY KEY (`id_order_message`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_order_message` (`id_order_message`, `date_add`) VALUES (1, '2024-02-05 10:58:40'); @@ -11634,7 +12318,8 @@ INSERT INTO `ps_order_message_lang` (`id_order_message`, `id_lang`, `name`, `mes (1, 3, 'Vertraging', 'Hallo, Een van de door u bestelde artikelen is momenteel niet op voorraad. Hierdoor kan de levertijd iets uitlopen. Wij bieden u onze excuses aan en doen er alles aan om u zo snel mogelijk te leveren. Met vriendelijke groet,'), (1, 4, 'Délai', 'Bonjour,\n\nMalheureusement, un article que vous avez commandé est actuellement en rupture de stock. Pour cette raison, il est possible que la livraison de votre commande soit légèrement retardée.\nNous vous prions de bien vouloir accepter nos excuses. Nous faisons tout notre possible pour remédier à cette situation.\n\nCordialement,'), (1, 5, 'Ritardo', 'Buongiorno,\n\npurtroppo un articolo che hai ordinato è momentaneamente esaurito. Potrebbe pertanto verificarsi un leggero ritardo nella consegna.\nScusandoci per l\'inconveniente, ti assicuriamo che stiamo facendo del nostro meglio per risolverlo.\n\nCordiali saluti,'), -(1, 6, 'Czas przesyłki', 'Witaj,\n\nNiestety, artykuł na twoim zamówieniu jest obecnie niedostępny. Może to spowodować delikatne opóźnienie w dostawie.\nPrzepraszamy za powstałe utrudnienia, zapewniamy że pracujemy by to skorygować.\n\nZ poważaniem,'); +(1, 6, 'Czas przesyłki', 'Witaj,\n\nNiestety, artykuł na twoim zamówieniu jest obecnie niedostępny. Może to spowodować delikatne opóźnienie w dostawie.\nPrzepraszamy za powstałe utrudnienia, zapewniamy że pracujemy by to skorygować.\n\nZ poważaniem,'), +(1, 7, 'Retraso', 'Hola:\n\nDesafortunadamente, un producto de su pedido está fuera de stock en este momento. Esto puede originar un pequeño retraso en el envío. Trabajaremos lo más rápido posible para solucionarlo. Por favor, acepte nuestras disculpas.\n\nSaludos'); DROP TABLE IF EXISTS `ps_order_payment`; CREATE TABLE `ps_order_payment` ( @@ -11686,7 +12371,7 @@ CREATE TABLE `ps_order_return_state` ( `id_order_return_state` int(10) unsigned NOT NULL AUTO_INCREMENT, `color` varchar(32) DEFAULT NULL, PRIMARY KEY (`id_order_return_state`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_order_return_state` (`id_order_return_state`, `color`) VALUES (1, '#4169E1'), @@ -11710,30 +12395,35 @@ INSERT INTO `ps_order_return_state_lang` (`id_order_return_state`, `id_lang`, `n (1, 4, 'En attente de confirmation'), (1, 5, 'In attesa di conferma'), (1, 6, 'Oczekiwanie na potwierdzenie'), +(1, 7, 'A la espera de confirmación'), (2, 1, 'Waiting for package'), (2, 2, 'Sendung erwartet'), (2, 3, 'Wacht op pakket'), (2, 4, 'En attente du colis'), (2, 5, 'In attesa del pacco'), (2, 6, 'Oczekiwanie na paczkę'), +(2, 7, 'A la espera del paquete'), (3, 1, 'Package received'), (3, 2, 'Sendung erhalten'), (3, 3, 'Pakket ontvangen'), (3, 4, 'Colis reçu'), (3, 5, 'Pacco ricevuto'), (3, 6, 'Paczka została odebrana'), +(3, 7, 'Paquete recibido'), (4, 1, 'Return denied'), (4, 2, 'Rücksendung verweigert'), (4, 3, 'Retour geweigerd'), (4, 4, 'Retour refusé'), (4, 5, 'Reso rifiutato'), (4, 6, 'Brak akceptacji zwrotu'), +(4, 7, 'Devolución denegada'), (5, 1, 'Return completed'), (5, 2, 'Rücksendung abgeschlossen'), (5, 3, 'Retour voltooid'), (5, 4, 'Retour terminé'), (5, 5, 'Reso completato'), -(5, 6, 'Dokonanie zwrotu'); +(5, 6, 'Dokonanie zwrotu'), +(5, 7, 'Devolución completada'); DROP TABLE IF EXISTS `ps_order_slip`; CREATE TABLE `ps_order_slip` ( @@ -11791,7 +12481,7 @@ CREATE TABLE `ps_order_state` ( `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_order_state`), KEY `module_name` (`module_name`) -) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_order_state` (`id_order_state`, `invoice`, `send_email`, `module_name`, `color`, `unremovable`, `hidden`, `logable`, `delivery`, `shipped`, `paid`, `pdf_invoice`, `pdf_delivery`, `deleted`) VALUES (1, 0, 1, 'ps_checkpayment', '#34209E', 1, 0, 0, 0, 0, 0, 0, 0, 0), @@ -11824,78 +12514,91 @@ INSERT INTO `ps_order_state_lang` (`id_order_state`, `id_lang`, `name`, `templat (1, 4, 'En attente du paiement par chèque', 'cheque'), (1, 5, 'In attesa di assegno', 'cheque'), (1, 6, 'Oczekiwanie na płatność czekiem', 'cheque'), +(1, 7, 'En espera de pago por cheque', 'cheque'), (2, 1, 'Payment accepted', 'payment'), (2, 2, 'Zahlung eingegangen', 'payment'), (2, 3, 'Betaling aanvaard', 'payment'), (2, 4, 'Paiement accepté', 'payment'), (2, 5, 'Pagamento accettato', 'payment'), (2, 6, 'Płatność zaakceptowana', 'payment'), +(2, 7, 'Pago aceptado', 'payment'), (3, 1, 'Processing in progress', 'preparation'), (3, 2, 'Bestellung in Bearbeitung', 'preparation'), (3, 3, 'Wordt momenteel voorbereid', 'preparation'), (3, 4, 'En cours de préparation', 'preparation'), (3, 5, 'Preparazione in corso', 'preparation'), (3, 6, 'Przygotowanie w toku', 'preparation'), +(3, 7, 'Preparación en curso', 'preparation'), (4, 1, 'Shipped', 'shipped'), (4, 2, 'Versand', 'shipped'), (4, 3, 'Verzonden', 'shipped'), (4, 4, 'Expédié', 'shipped'), (4, 5, 'Spedito', 'shipped'), (4, 6, 'Dostarczane', 'shipped'), +(4, 7, 'Enviado', 'shipped'), (5, 1, 'Delivered', ''), (5, 2, 'Bestellung ausgeliefert', ''), (5, 3, 'Afgeleverd', ''), (5, 4, 'Livré', ''), (5, 5, 'Consegnato', ''), (5, 6, 'Dostarczone', ''), +(5, 7, 'Entregado', ''), (6, 1, 'Canceled', 'order_canceled'), (6, 2, 'Bestellung storniert', 'order_canceled'), (6, 3, 'Geannuleerd', 'order_canceled'), (6, 4, 'Annulé', 'order_canceled'), (6, 5, 'Annullato', 'order_canceled'), (6, 6, 'Anulowane', 'order_canceled'), +(6, 7, 'Cancelado', 'order_canceled'), (7, 1, 'Refunded', 'refund'), (7, 2, 'Erstattet', 'refund'), (7, 3, 'Terugbetaald', 'refund'), (7, 4, 'Remboursé', 'refund'), (7, 5, 'Rimborsato', 'refund'), (7, 6, 'Zwróconych pieniędzy', 'refund'), +(7, 7, 'Reembolsado', 'refund'), (8, 1, 'Payment error', 'payment_error'), (8, 2, 'Fehler bei der Bezahlung', 'payment_error'), (8, 3, 'Betalingsfout', 'payment_error'), (8, 4, 'Erreur de paiement', 'payment_error'), (8, 5, 'Errore di pagamento', 'payment_error'), (8, 6, 'Błąd płatności', 'payment_error'), +(8, 7, 'Error en pago', 'payment_error'), (9, 1, 'On backorder (paid)', 'outofstock'), (9, 2, 'Artikel nicht auf Lager (bezahlt)', 'outofstock'), (9, 3, 'Momenteel in backorder (betaald)', 'outofstock'), (9, 4, 'En attente de réapprovisionnement (payé)', 'outofstock'), (9, 5, 'In attesa di rifornimento (pagato)', 'outofstock'), (9, 6, 'Zamówienie oczekujące (opłacone)', 'outofstock'), +(9, 7, 'Pedido pendiente por falta de stock (pagado)', 'outofstock'), (10, 1, 'Awaiting bank wire payment', 'bankwire'), (10, 2, 'Warten auf Zahlungseingang Überweisung', 'bankwire'), (10, 3, 'In afwachting van bankoverschrijving', 'bankwire'), (10, 4, 'En attente de virement bancaire', 'bankwire'), (10, 5, 'In attesa di pagamento con bonifico bancario', 'bankwire'), (10, 6, 'Oczekiwanie na płatność przelewem', 'bankwire'), +(10, 7, 'En espera de pago por transferencia bancaria', 'bankwire'), (11, 1, 'Remote payment accepted', 'payment'), (11, 2, 'Zahlung ausserhalb von PrestaShop eingegangen', 'payment'), (11, 3, 'Betaling op afstand aanvaard', 'payment'), (11, 4, 'Paiement à distance accepté', 'payment'), (11, 5, 'Pagamento remoto accettato', 'payment'), (11, 6, 'Płatność przyjęta', 'payment'), +(11, 7, 'Pago remoto aceptado', 'payment'), (12, 1, 'On backorder (not paid)', 'outofstock'), (12, 2, 'Artikel nicht auf Lager', 'outofstock'), (12, 3, 'Momenteel in backorder (niet betaald)', 'outofstock'), (12, 4, 'En attente de réapprovisionnement (non payé)', 'outofstock'), (12, 5, 'In attesa di rifornimento (non pagato)', 'outofstock'), (12, 6, 'Zamówienie oczekujące (nieopłacone)', 'outofstock'), +(12, 7, 'Pedido pendiente por falta de stock (no pagado)', 'outofstock'), (13, 1, 'Awaiting Cash On Delivery validation', 'cashondelivery'), (13, 2, 'Warten auf Zahlungseingang Nachnahme', 'cashondelivery'), (13, 3, 'Wachten op bevestiging (rembours)', 'cashondelivery'), (13, 4, 'En attente de paiement à la livraison', 'cashondelivery'), (13, 5, 'In attesa verifica contrassegno', 'cashondelivery'), -(13, 6, 'Oczekiwanie na płatność przy odbiorze', 'cashondelivery'); +(13, 6, 'Oczekiwanie na płatność przy odbiorze', 'cashondelivery'), +(13, 7, 'En espera de validación por contra reembolso.', 'cashondelivery'); DROP TABLE IF EXISTS `ps_pack`; CREATE TABLE `ps_pack` ( @@ -11919,7 +12622,7 @@ CREATE TABLE `ps_page` ( PRIMARY KEY (`id_page`), KEY `id_page_type` (`id_page_type`), KEY `id_object` (`id_object`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_page` (`id_page`, `id_page_type`, `id_object`) VALUES (1, 1, NULL), @@ -11936,7 +12639,7 @@ CREATE TABLE `ps_pagenotfound` ( `date_add` datetime NOT NULL, PRIMARY KEY (`id_pagenotfound`), KEY `date_add` (`date_add`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_pagenotfound` (`id_pagenotfound`, `id_shop`, `id_shop_group`, `request_uri`, `http_referer`, `date_add`) VALUES (1, 1, 1, '/de/module/mollie/webhook', '', '2024-03-04 15:08:24'), @@ -11948,7 +12651,7 @@ CREATE TABLE `ps_page_type` ( `name` varchar(255) NOT NULL, PRIMARY KEY (`id_page_type`), KEY `name` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_page_type` (`id_page_type`, `name`) VALUES (3, 'authentication'), @@ -12033,7 +12736,7 @@ CREATE TABLE `ps_product` ( KEY `indexed` (`indexed`), KEY `date_add` (`date_add`), KEY `state` (`state`,`date_upd`) -) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_product` (`id_product`, `id_supplier`, `id_manufacturer`, `id_category_default`, `id_shop_default`, `id_tax_rules_group`, `on_sale`, `online_only`, `ean13`, `isbn`, `upc`, `mpn`, `ecotax`, `quantity`, `minimal_quantity`, `low_stock_threshold`, `low_stock_alert`, `price`, `wholesale_price`, `unity`, `unit_price`, `unit_price_ratio`, `additional_shipping_cost`, `reference`, `supplier_reference`, `location`, `width`, `height`, `depth`, `weight`, `out_of_stock`, `additional_delivery_times`, `quantity_discount`, `customizable`, `uploadable_files`, `text_fields`, `active`, `redirect_type`, `id_type_redirected`, `available_for_order`, `available_date`, `show_condition`, `condition`, `show_price`, `indexed`, `visibility`, `cache_is_pack`, `cache_has_attachments`, `is_virtual`, `cache_default_attribute`, `date_add`, `date_upd`, `advanced_stock_management`, `pack_stock_type`, `state`, `product_type`) VALUES (1, 1, 1, 4, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 0, 23.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_1', '', '', 0.000000, 0.000000, 0.000000, 0.300000, 2, 1, 0, 0, 0, 0, 1, '301-category', 0, 1, '0000-00-00', 0, 'new', 1, 1, 'both', 0, 0, 0, 1, '2024-02-05 10:58:40', '2024-02-05 10:58:40', 0, 3, 1, 'combinations'), @@ -12090,7 +12793,7 @@ CREATE TABLE `ps_product_attribute` ( KEY `reference` (`reference`), KEY `supplier_reference` (`supplier_reference`), KEY `id_product_id_product_attribute` (`id_product_attribute`,`id_product`) -) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_product_attribute` (`id_product_attribute`, `id_product`, `reference`, `supplier_reference`, `ean13`, `isbn`, `upc`, `mpn`, `wholesale_price`, `price`, `ecotax`, `weight`, `unit_price_impact`, `default_on`, `minimal_quantity`, `low_stock_threshold`, `low_stock_alert`, `available_date`) VALUES (1, 1, 'demo_1', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), @@ -12255,234 +12958,273 @@ INSERT INTO `ps_product_attribute_lang` (`id_product_attribute`, `id_lang`, `ava (1, 4, '', ''), (1, 5, '', ''), (1, 6, '', ''), +(1, 7, '', ''), (2, 1, '', ''), (2, 2, '', ''), (2, 3, '', ''), (2, 4, '', ''), (2, 5, '', ''), (2, 6, '', ''), +(2, 7, '', ''), (3, 1, '', ''), (3, 2, '', ''), (3, 3, '', ''), (3, 4, '', ''), (3, 5, '', ''), (3, 6, '', ''), +(3, 7, '', ''), (4, 1, '', ''), (4, 2, '', ''), (4, 3, '', ''), (4, 4, '', ''), (4, 5, '', ''), (4, 6, '', ''), +(4, 7, '', ''), (5, 1, '', ''), (5, 2, '', ''), (5, 3, '', ''), (5, 4, '', ''), (5, 5, '', ''), (5, 6, '', ''), +(5, 7, '', ''), (6, 1, '', ''), (6, 2, '', ''), (6, 3, '', ''), (6, 4, '', ''), (6, 5, '', ''), (6, 6, '', ''), +(6, 7, '', ''), (7, 1, '', ''), (7, 2, '', ''), (7, 3, '', ''), (7, 4, '', ''), (7, 5, '', ''), (7, 6, '', ''), +(7, 7, '', ''), (8, 1, '', ''), (8, 2, '', ''), (8, 3, '', ''), (8, 4, '', ''), (8, 5, '', ''), (8, 6, '', ''), +(8, 7, '', ''), (9, 1, '', ''), (9, 2, '', ''), (9, 3, '', ''), (9, 4, '', ''), (9, 5, '', ''), (9, 6, '', ''), +(9, 7, '', ''), (10, 1, '', ''), (10, 2, '', ''), (10, 3, '', ''), (10, 4, '', ''), (10, 5, '', ''), (10, 6, '', ''), +(10, 7, '', ''), (11, 1, '', ''), (11, 2, '', ''), (11, 3, '', ''), (11, 4, '', ''), (11, 5, '', ''), (11, 6, '', ''), +(11, 7, '', ''), (12, 1, '', ''), (12, 2, '', ''), (12, 3, '', ''), (12, 4, '', ''), (12, 5, '', ''), (12, 6, '', ''), +(12, 7, '', ''), (13, 1, '', ''), (13, 2, '', ''), (13, 3, '', ''), (13, 4, '', ''), (13, 5, '', ''), (13, 6, '', ''), +(13, 7, '', ''), (14, 1, '', ''), (14, 2, '', ''), (14, 3, '', ''), (14, 4, '', ''), (14, 5, '', ''), (14, 6, '', ''), +(14, 7, '', ''), (15, 1, '', ''), (15, 2, '', ''), (15, 3, '', ''), (15, 4, '', ''), (15, 5, '', ''), (15, 6, '', ''), +(15, 7, '', ''), (16, 1, '', ''), (16, 2, '', ''), (16, 3, '', ''), (16, 4, '', ''), (16, 5, '', ''), (16, 6, '', ''), +(16, 7, '', ''), (17, 1, '', ''), (17, 2, '', ''), (17, 3, '', ''), (17, 4, '', ''), (17, 5, '', ''), (17, 6, '', ''), +(17, 7, '', ''), (18, 1, '', ''), (18, 2, '', ''), (18, 3, '', ''), (18, 4, '', ''), (18, 5, '', ''), (18, 6, '', ''), +(18, 7, '', ''), (19, 1, '', ''), (19, 2, '', ''), (19, 3, '', ''), (19, 4, '', ''), (19, 5, '', ''), (19, 6, '', ''), +(19, 7, '', ''), (20, 1, '', ''), (20, 2, '', ''), (20, 3, '', ''), (20, 4, '', ''), (20, 5, '', ''), (20, 6, '', ''), +(20, 7, '', ''), (21, 1, '', ''), (21, 2, '', ''), (21, 3, '', ''), (21, 4, '', ''), (21, 5, '', ''), (21, 6, '', ''), +(21, 7, '', ''), (22, 1, '', ''), (22, 2, '', ''), (22, 3, '', ''), (22, 4, '', ''), (22, 5, '', ''), (22, 6, '', ''), +(22, 7, '', ''), (23, 1, '', ''), (23, 2, '', ''), (23, 3, '', ''), (23, 4, '', ''), (23, 5, '', ''), (23, 6, '', ''), +(23, 7, '', ''), (24, 1, '', ''), (24, 2, '', ''), (24, 3, '', ''), (24, 4, '', ''), (24, 5, '', ''), (24, 6, '', ''), +(24, 7, '', ''), (25, 1, '', ''), (25, 2, '', ''), (25, 3, '', ''), (25, 4, '', ''), (25, 5, '', ''), (25, 6, '', ''), +(25, 7, '', ''), (26, 1, '', ''), (26, 2, '', ''), (26, 3, '', ''), (26, 4, '', ''), (26, 5, '', ''), (26, 6, '', ''), +(26, 7, '', ''), (27, 1, '', ''), (27, 2, '', ''), (27, 3, '', ''), (27, 4, '', ''), (27, 5, '', ''), (27, 6, '', ''), +(27, 7, '', ''), (28, 1, '', ''), (28, 2, '', ''), (28, 3, '', ''), (28, 4, '', ''), (28, 5, '', ''), (28, 6, '', ''), +(28, 7, '', ''), (29, 1, '', ''), (29, 2, '', ''), (29, 3, '', ''), (29, 4, '', ''), (29, 5, '', ''), (29, 6, '', ''), +(29, 7, '', ''), (30, 1, '', ''), (30, 2, '', ''), (30, 3, '', ''), (30, 4, '', ''), (30, 5, '', ''), (30, 6, '', ''), +(30, 7, '', ''), (31, 1, '', ''), (31, 2, '', ''), (31, 3, '', ''), (31, 4, '', ''), (31, 5, '', ''), (31, 6, '', ''), +(31, 7, '', ''), (32, 1, '', ''), (32, 2, '', ''), (32, 3, '', ''), (32, 4, '', ''), (32, 5, '', ''), (32, 6, '', ''), +(32, 7, '', ''), (33, 1, '', ''), (33, 2, '', ''), (33, 3, '', ''), (33, 4, '', ''), (33, 5, '', ''), (33, 6, '', ''), +(33, 7, '', ''), (34, 1, '', ''), (34, 2, '', ''), (34, 3, '', ''), (34, 4, '', ''), (34, 5, '', ''), (34, 6, '', ''), +(34, 7, '', ''), (35, 1, '', ''), (35, 2, '', ''), (35, 3, '', ''), (35, 4, '', ''), (35, 5, '', ''), (35, 6, '', ''), +(35, 7, '', ''), (36, 1, '', ''), (36, 2, '', ''), (36, 3, '', ''), (36, 4, '', ''), (36, 5, '', ''), (36, 6, '', ''), +(36, 7, '', ''), (37, 1, '', ''), (37, 2, '', ''), (37, 3, '', ''), (37, 4, '', ''), (37, 5, '', ''), (37, 6, '', ''), +(37, 7, '', ''), (38, 1, '', ''), (38, 2, '', ''), (38, 3, '', ''), (38, 4, '', ''), (38, 5, '', ''), (38, 6, '', ''), +(38, 7, '', ''), (39, 1, '', ''), (39, 2, '', ''), (39, 3, '', ''), (39, 4, '', ''), (39, 5, '', ''), -(39, 6, '', ''); +(39, 6, '', ''), +(39, 7, '', ''); DROP TABLE IF EXISTS `ps_product_attribute_shop`; CREATE TABLE `ps_product_attribute_shop` ( @@ -12579,7 +13321,7 @@ CREATE TABLE `ps_product_comment_criterion` ( `id_product_comment_criterion_type` tinyint(1) NOT NULL, `active` tinyint(1) NOT NULL, PRIMARY KEY (`id_product_comment_criterion`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_product_comment_criterion` (`id_product_comment_criterion`, `id_product_comment_criterion_type`, `active`) VALUES (1, 1, 1); @@ -12607,7 +13349,8 @@ INSERT INTO `ps_product_comment_criterion_lang` (`id_product_comment_criterion`, (1, 3, 'Quality'), (1, 4, 'Quality'), (1, 5, 'Quality'), -(1, 6, 'Quality'); +(1, 6, 'Quality'), +(1, 7, 'Quality'); DROP TABLE IF EXISTS `ps_product_comment_criterion_product`; CREATE TABLE `ps_product_comment_criterion_product` ( @@ -12707,114 +13450,133 @@ INSERT INTO `ps_product_lang` (`id_product`, `id_shop`, `id_lang`, `description` (1, 1, 4, '

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

', '

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\r\n

', 'hummingbird-printed-t-shirt', '', '', '', 'Hummingbird printed t-shirt', '', '', '', ''), (1, 1, 5, '

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

', '

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\r\n

', 'hummingbird-printed-t-shirt', '', '', '', 'Hummingbird printed t-shirt', '', '', '', ''), (1, 1, 6, '

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

', '

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\r\n

', 'hummingbird-printed-t-shirt', '', '', '', 'Hummingbird printed t-shirt', '', '', '', ''), +(1, 1, 7, '

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

', '

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\r\n

', 'hummingbird-printed-t-shirt', '', '', '', 'Hummingbird printed t-shirt', '', '', '', ''), (2, 1, 1, '

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

', '

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

', 'brown-bear-printed-sweater', '', '', '', 'Hummingbird printed sweater', '', '', '', ''), (2, 1, 2, '

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

', '

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

', 'brown-bear-printed-sweater', '', '', '', 'Hummingbird printed sweater', '', '', '', ''), (2, 1, 3, '

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

', '

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

', 'brown-bear-printed-sweater', '', '', '', 'Hummingbird printed sweater', '', '', '', ''), (2, 1, 4, '

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

', '

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

', 'brown-bear-printed-sweater', '', '', '', 'Hummingbird printed sweater', '', '', '', ''), (2, 1, 5, '

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

', '

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

', 'brown-bear-printed-sweater', '', '', '', 'Hummingbird printed sweater', '', '', '', ''), (2, 1, 6, '

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

', '

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

', 'brown-bear-printed-sweater', '', '', '', 'Hummingbird printed sweater', '', '', '', ''), +(2, 1, 7, '

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

', '

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

', 'brown-bear-printed-sweater', '', '', '', 'Hummingbird printed sweater', '', '', '', ''), (3, 1, 1, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid matt paper and smooth surface.

', 'the-best-is-yet-to-come-framed-poster', '', '', '', 'The best is yet to come\' Framed poster', '', '', '', ''), (3, 1, 2, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid matt paper and smooth surface.

', 'the-best-is-yet-to-come-framed-poster', '', '', '', 'The best is yet to come\' Framed poster', '', '', '', ''), (3, 1, 3, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid matt paper and smooth surface.

', 'the-best-is-yet-to-come-framed-poster', '', '', '', 'The best is yet to come\' Framed poster', '', '', '', ''), (3, 1, 4, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid matt paper and smooth surface.

', 'the-best-is-yet-to-come-framed-poster', '', '', '', 'The best is yet to come\' Framed poster', '', '', '', ''), (3, 1, 5, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid matt paper and smooth surface.

', 'the-best-is-yet-to-come-framed-poster', '', '', '', 'The best is yet to come\' Framed poster', '', '', '', ''), (3, 1, 6, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid matt paper and smooth surface.

', 'the-best-is-yet-to-come-framed-poster', '', '', '', 'The best is yet to come\' Framed poster', '', '', '', ''), +(3, 1, 7, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid matt paper and smooth surface.

', 'the-best-is-yet-to-come-framed-poster', '', '', '', 'The best is yet to come\' Framed poster', '', '', '', ''), (4, 1, 1, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid matt finish and smooth surface.

', 'the-adventure-begins-framed-poster', '', '', '', 'The adventure begins Framed poster', '', '', '', ''), (4, 1, 2, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid matt finish and smooth surface.

', 'the-adventure-begins-framed-poster', '', '', '', 'The adventure begins Framed poster', '', '', '', ''), (4, 1, 3, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid matt finish and smooth surface.

', 'the-adventure-begins-framed-poster', '', '', '', 'The adventure begins Framed poster', '', '', '', ''), (4, 1, 4, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid matt finish and smooth surface.

', 'the-adventure-begins-framed-poster', '', '', '', 'The adventure begins Framed poster', '', '', '', ''), (4, 1, 5, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid matt finish and smooth surface.

', 'the-adventure-begins-framed-poster', '', '', '', 'The adventure begins Framed poster', '', '', '', ''), (4, 1, 6, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid matt finish and smooth surface.

', 'the-adventure-begins-framed-poster', '', '', '', 'The adventure begins Framed poster', '', '', '', ''), +(4, 1, 7, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid matt finish and smooth surface.

', 'the-adventure-begins-framed-poster', '', '', '', 'The adventure begins Framed poster', '', '', '', ''), (5, 1, 1, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid paper with matt finish and smooth surface.

', 'today-is-a-good-day-framed-poster', '', '', '', 'Today is a good day Framed poster', '', '', '', ''), (5, 1, 2, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid paper with matt finish and smooth surface.

', 'today-is-a-good-day-framed-poster', '', '', '', 'Today is a good day Framed poster', '', '', '', ''), (5, 1, 3, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid paper with matt finish and smooth surface.

', 'today-is-a-good-day-framed-poster', '', '', '', 'Today is a good day Framed poster', '', '', '', ''), (5, 1, 4, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid paper with matt finish and smooth surface.

', 'today-is-a-good-day-framed-poster', '', '', '', 'Today is a good day Framed poster', '', '', '', ''), (5, 1, 5, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid paper with matt finish and smooth surface.

', 'today-is-a-good-day-framed-poster', '', '', '', 'Today is a good day Framed poster', '', '', '', ''), (5, 1, 6, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid paper with matt finish and smooth surface.

', 'today-is-a-good-day-framed-poster', '', '', '', 'Today is a good day Framed poster', '', '', '', ''), +(5, 1, 7, '

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

', '

Printed on rigid paper with matt finish and smooth surface.

', 'today-is-a-good-day-framed-poster', '', '', '', 'Today is a good day Framed poster', '', '', '', ''), (6, 1, 1, '

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug, 325ml.

', 'mug-the-best-is-yet-to-come', '', '', '', 'Mug The best is yet to come', '', '', '', ''), (6, 1, 2, '

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug, 325ml.

', 'mug-the-best-is-yet-to-come', '', '', '', 'Mug The best is yet to come', '', '', '', ''), (6, 1, 3, '

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug, 325ml.

', 'mug-the-best-is-yet-to-come', '', '', '', 'Mug The best is yet to come', '', '', '', ''), (6, 1, 4, '

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug, 325ml.

', 'mug-the-best-is-yet-to-come', '', '', '', 'Mug The best is yet to come', '', '', '', ''), (6, 1, 5, '

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug, 325ml.

', 'mug-the-best-is-yet-to-come', '', '', '', 'Mug The best is yet to come', '', '', '', ''), (6, 1, 6, '

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug, 325ml.

', 'mug-the-best-is-yet-to-come', '', '', '', 'Mug The best is yet to come', '', '', '', ''), +(6, 1, 7, '

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug, 325ml.

', 'mug-the-best-is-yet-to-come', '', '', '', 'Mug The best is yet to come', '', '', '', ''), (7, 1, 1, '

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug. 325ml

', 'mug-the-adventure-begins', '', '', '', 'Mug The adventure begins', '', '', '', ''), (7, 1, 2, '

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug. 325ml

', 'mug-the-adventure-begins', '', '', '', 'Mug The adventure begins', '', '', '', ''), (7, 1, 3, '

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug. 325ml

', 'mug-the-adventure-begins', '', '', '', 'Mug The adventure begins', '', '', '', ''), (7, 1, 4, '

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug. 325ml

', 'mug-the-adventure-begins', '', '', '', 'Mug The adventure begins', '', '', '', ''), (7, 1, 5, '

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug. 325ml

', 'mug-the-adventure-begins', '', '', '', 'Mug The adventure begins', '', '', '', ''), (7, 1, 6, '

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug. 325ml

', 'mug-the-adventure-begins', '', '', '', 'Mug The adventure begins', '', '', '', ''), +(7, 1, 7, '

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug. 325ml

', 'mug-the-adventure-begins', '', '', '', 'Mug The adventure begins', '', '', '', ''), (8, 1, 1, '

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug. 325ml

', 'mug-today-is-a-good-day', '', '', '', 'Mug Today is a good day', '', '', '', ''), (8, 1, 2, '

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug. 325ml

', 'mug-today-is-a-good-day', '', '', '', 'Mug Today is a good day', '', '', '', ''), (8, 1, 3, '

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug. 325ml

', 'mug-today-is-a-good-day', '', '', '', 'Mug Today is a good day', '', '', '', ''), (8, 1, 4, '

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug. 325ml

', 'mug-today-is-a-good-day', '', '', '', 'Mug Today is a good day', '', '', '', ''), (8, 1, 5, '

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug. 325ml

', 'mug-today-is-a-good-day', '', '', '', 'Mug Today is a good day', '', '', '', ''), (8, 1, 6, '

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug. 325ml

', 'mug-today-is-a-good-day', '', '', '', 'Mug Today is a good day', '', '', '', ''), +(8, 1, 7, '

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

', '

White Ceramic Mug. 325ml

', 'mug-today-is-a-good-day', '', '', '', 'Mug Today is a good day', '', '', '', ''), (9, 1, 1, '

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'mountain-fox-cushion', '', '', '', 'Mountain fox cushion', '', '', '', ''), (9, 1, 2, '

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'mountain-fox-cushion', '', '', '', 'Mountain fox cushion', '', '', '', ''), (9, 1, 3, '

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'mountain-fox-cushion', '', '', '', 'Mountain fox cushion', '', '', '', ''), (9, 1, 4, '

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'mountain-fox-cushion', '', '', '', 'Mountain fox cushion', '', '', '', ''), (9, 1, 5, '

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'mountain-fox-cushion', '', '', '', 'Mountain fox cushion', '', '', '', ''), (9, 1, 6, '

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'mountain-fox-cushion', '', '', '', 'Mountain fox cushion', '', '', '', ''), +(9, 1, 7, '

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'mountain-fox-cushion', '', '', '', 'Mountain fox cushion', '', '', '', ''), (10, 1, 1, '

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'brown-bear-cushion', '', '', '', 'Brown bear cushion', '', '', '', ''), (10, 1, 2, '

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'brown-bear-cushion', '', '', '', 'Brown bear cushion', '', '', '', ''), (10, 1, 3, '

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'brown-bear-cushion', '', '', '', 'Brown bear cushion', '', '', '', ''), (10, 1, 4, '

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'brown-bear-cushion', '', '', '', 'Brown bear cushion', '', '', '', ''), (10, 1, 5, '

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'brown-bear-cushion', '', '', '', 'Brown bear cushion', '', '', '', ''), (10, 1, 6, '

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'brown-bear-cushion', '', '', '', 'Brown bear cushion', '', '', '', ''), +(10, 1, 7, '

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'brown-bear-cushion', '', '', '', 'Brown bear cushion', '', '', '', ''), (11, 1, 1, '

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'hummingbird-cushion', '', '', '', 'Hummingbird cushion', '', '', '', ''), (11, 1, 2, '

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'hummingbird-cushion', '', '', '', 'Hummingbird cushion', '', '', '', ''), (11, 1, 3, '

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'hummingbird-cushion', '', '', '', 'Hummingbird cushion', '', '', '', ''), (11, 1, 4, '

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'hummingbird-cushion', '', '', '', 'Hummingbird cushion', '', '', '', ''), (11, 1, 5, '

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'hummingbird-cushion', '', '', '', 'Hummingbird cushion', '', '', '', ''), (11, 1, 6, '

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'hummingbird-cushion', '', '', '', 'Hummingbird cushion', '', '', '', ''), +(11, 1, 7, '

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

', '

Cushion with removable cover and invisible zip on the back. 32x32cm

', 'hummingbird-cushion', '', '', '', 'Hummingbird cushion', '', '', '', ''), (12, 1, 1, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'mountain-fox-vector-graphics', '', '', '', 'Mountain fox - Vector graphics', '', '', '', ''), (12, 1, 2, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'mountain-fox-vector-graphics', '', '', '', 'Mountain fox - Vector graphics', '', '', '', ''), (12, 1, 3, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'mountain-fox-vector-graphics', '', '', '', 'Mountain fox - Vector graphics', '', '', '', ''), (12, 1, 4, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'mountain-fox-vector-graphics', '', '', '', 'Mountain fox - Vector graphics', '', '', '', ''), (12, 1, 5, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'mountain-fox-vector-graphics', '', '', '', 'Mountain fox - Vector graphics', '', '', '', ''), (12, 1, 6, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'mountain-fox-vector-graphics', '', '', '', 'Mountain fox - Vector graphics', '', '', '', ''), +(12, 1, 7, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'mountain-fox-vector-graphics', '', '', '', 'Mountain fox - Vector graphics', '', '', '', ''), (13, 1, 1, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'brown-bear-vector-graphics', '', '', '', 'Brown bear - Vector graphics', '', '', '', ''), (13, 1, 2, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'brown-bear-vector-graphics', '', '', '', 'Brown bear - Vector graphics', '', '', '', ''), (13, 1, 3, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'brown-bear-vector-graphics', '', '', '', 'Brown bear - Vector graphics', '', '', '', ''), (13, 1, 4, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'brown-bear-vector-graphics', '', '', '', 'Brown bear - Vector graphics', '', '', '', ''), (13, 1, 5, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'brown-bear-vector-graphics', '', '', '', 'Brown bear - Vector graphics', '', '', '', ''), (13, 1, 6, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'brown-bear-vector-graphics', '', '', '', 'Brown bear - Vector graphics', '', '', '', ''), +(13, 1, 7, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'brown-bear-vector-graphics', '', '', '', 'Brown bear - Vector graphics', '', '', '', ''), (14, 1, 1, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'hummingbird-vector-graphics', '', '', '', 'Hummingbird - Vector graphics', '', '', '', ''), (14, 1, 2, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'hummingbird-vector-graphics', '', '', '', 'Hummingbird - Vector graphics', '', '', '', ''), (14, 1, 3, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'hummingbird-vector-graphics', '', '', '', 'Hummingbird - Vector graphics', '', '', '', ''), (14, 1, 4, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'hummingbird-vector-graphics', '', '', '', 'Hummingbird - Vector graphics', '', '', '', ''), (14, 1, 5, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'hummingbird-vector-graphics', '', '', '', 'Hummingbird - Vector graphics', '', '', '', ''), (14, 1, 6, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'hummingbird-vector-graphics', '', '', '', 'Hummingbird - Vector graphics', '', '', '', ''), +(14, 1, 7, '

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

', '

Vector graphic, format: svg. Download for personal, private and non-commercial use.

', 'hummingbird-vector-graphics', '', '', '', 'Hummingbird - Vector graphics', '', '', '', ''), (15, 1, 1, '', '

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

', 'pack-mug-framed-poster', '', '', '', 'Pack Mug + Framed poster', '', '', '', ''), (15, 1, 2, '', '

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

', 'pack-mug-framed-poster', '', '', '', 'Pack Mug + Framed poster', '', '', '', ''), (15, 1, 3, '', '

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

', 'pack-mug-framed-poster', '', '', '', 'Pack Mug + Framed poster', '', '', '', ''), (15, 1, 4, '', '

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

', 'pack-mug-framed-poster', '', '', '', 'Pack Mug + Framed poster', '', '', '', ''), (15, 1, 5, '', '

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

', 'pack-mug-framed-poster', '', '', '', 'Pack Mug + Framed poster', '', '', '', ''), (15, 1, 6, '', '

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

', 'pack-mug-framed-poster', '', '', '', 'Pack Mug + Framed poster', '', '', '', ''), +(15, 1, 7, '', '

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

', 'pack-mug-framed-poster', '', '', '', 'Pack Mug + Framed poster', '', '', '', ''), (16, 1, 1, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'mountain-fox-notebook', '', '', '', 'Mountain fox notebook', '', '', '', ''), (16, 1, 2, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'mountain-fox-notebook', '', '', '', 'Mountain fox notebook', '', '', '', ''), (16, 1, 3, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'mountain-fox-notebook', '', '', '', 'Mountain fox notebook', '', '', '', ''), (16, 1, 4, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'mountain-fox-notebook', '', '', '', 'Mountain fox notebook', '', '', '', ''), (16, 1, 5, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'mountain-fox-notebook', '', '', '', 'Mountain fox notebook', '', '', '', ''), (16, 1, 6, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'mountain-fox-notebook', '', '', '', 'Mountain fox notebook', '', '', '', ''), +(16, 1, 7, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'mountain-fox-notebook', '', '', '', 'Mountain fox notebook', '', '', '', ''), (17, 1, 1, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'brown-bear-notebook', '', '', '', 'Brown bear notebook', '', '', '', ''), (17, 1, 2, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'brown-bear-notebook', '', '', '', 'Brown bear notebook', '', '', '', ''), (17, 1, 3, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'brown-bear-notebook', '', '', '', 'Brown bear notebook', '', '', '', ''), (17, 1, 4, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'brown-bear-notebook', '', '', '', 'Brown bear notebook', '', '', '', ''), (17, 1, 5, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'brown-bear-notebook', '', '', '', 'Brown bear notebook', '', '', '', ''), (17, 1, 6, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'brown-bear-notebook', '', '', '', 'Brown bear notebook', '', '', '', ''), +(17, 1, 7, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'brown-bear-notebook', '', '', '', 'Brown bear notebook', '', '', '', ''), (18, 1, 1, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'hummingbird-notebook', '', '', '', 'Hummingbird notebook', '', '', '', ''), (18, 1, 2, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'hummingbird-notebook', '', '', '', 'Hummingbird notebook', '', '', '', ''), (18, 1, 3, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'hummingbird-notebook', '', '', '', 'Hummingbird notebook', '', '', '', ''), (18, 1, 4, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'hummingbird-notebook', '', '', '', 'Hummingbird notebook', '', '', '', ''), (18, 1, 5, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'hummingbird-notebook', '', '', '', 'Hummingbird notebook', '', '', '', ''), (18, 1, 6, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'hummingbird-notebook', '', '', '', 'Hummingbird notebook', '', '', '', ''), +(18, 1, 7, '

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

', '

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

', 'hummingbird-notebook', '', '', '', 'Hummingbird notebook', '', '', '', ''), (19, 1, 1, '

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

', '

White Ceramic Mug. 325ml

', 'customizable-mug', '', '', '', 'Customizable mug', '', '', '', ''), (19, 1, 2, '

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

', '

White Ceramic Mug. 325ml

', 'customizable-mug', '', '', '', 'Customizable mug', '', '', '', ''), (19, 1, 3, '

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

', '

White Ceramic Mug. 325ml

', 'customizable-mug', '', '', '', 'Customizable mug', '', '', '', ''), (19, 1, 4, '

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

', '

White Ceramic Mug. 325ml

', 'customizable-mug', '', '', '', 'Customizable mug', '', '', '', ''), (19, 1, 5, '

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

', '

White Ceramic Mug. 325ml

', 'customizable-mug', '', '', '', 'Customizable mug', '', '', '', ''), -(19, 1, 6, '

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

', '

White Ceramic Mug. 325ml

', 'customizable-mug', '', '', '', 'Customizable mug', '', '', '', ''); +(19, 1, 6, '

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

', '

White Ceramic Mug. 325ml

', 'customizable-mug', '', '', '', 'Customizable mug', '', '', '', ''), +(19, 1, 7, '

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

', '

White Ceramic Mug. 325ml

', 'customizable-mug', '', '', '', 'Customizable mug', '', '', '', ''); DROP TABLE IF EXISTS `ps_product_sale`; CREATE TABLE `ps_product_sale` ( @@ -12902,7 +13664,7 @@ CREATE TABLE `ps_product_supplier` ( PRIMARY KEY (`id_product_supplier`), UNIQUE KEY `id_product` (`id_product`,`id_product_attribute`,`id_supplier`), KEY `id_supplier` (`id_supplier`,`id_product`) -) ENGINE=InnoDB AUTO_INCREMENT=74 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_product_supplier` (`id_product_supplier`, `id_product`, `id_product_attribute`, `id_supplier`, `product_supplier_reference`, `product_supplier_price_te`, `id_currency`) VALUES (1, 6, 0, 2, 'demo_11', 5.490000, 1), @@ -12994,7 +13756,7 @@ DROP TABLE IF EXISTS `ps_profile`; CREATE TABLE `ps_profile` ( `id_profile` int(10) unsigned NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id_profile`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_profile` (`id_profile`) VALUES (1), @@ -13017,24 +13779,28 @@ INSERT INTO `ps_profile_lang` (`id_lang`, `id_profile`, `name`) VALUES (4, 1, 'SuperAdmin'), (5, 1, 'SuperAdmin'), (6, 1, 'Administrator'), +(7, 1, 'SuperAdmin'), (1, 2, 'Logistician'), (2, 2, 'Logistiker'), (3, 2, 'Logistiek medewerker'), (4, 2, 'Logisticien'), (5, 2, 'Addetto alla spedizione'), (6, 2, 'Logistyk'), +(7, 2, 'Encargado de logística'), (1, 3, 'Translator'), (2, 3, 'Übersetzer'), (3, 3, 'Vertaler'), (4, 3, 'Traducteur'), (5, 3, 'Traduttore'), (6, 3, 'Tłumacz'), +(7, 3, 'Traductor'), (1, 4, 'Salesman'), (2, 4, 'Verkäufer'), (3, 4, 'Verkoper'), (4, 4, 'Vendeur'), (5, 4, 'Venditore'), -(6, 4, 'Sprzedawca'); +(6, 4, 'Sprzedawca'), +(7, 4, 'Vendedor'); DROP TABLE IF EXISTS `ps_psgdpr_consent`; CREATE TABLE `ps_psgdpr_consent` ( @@ -13072,7 +13838,7 @@ CREATE TABLE `ps_psgdpr_log` ( PRIMARY KEY (`id_gdpr_log`), KEY `id_customer` (`id_customer`), KEY `idx_id_customer` (`id_customer`,`id_guest`,`client_name`,`id_module`,`date_add`,`date_upd`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_psgdpr_log` (`id_gdpr_log`, `id_customer`, `id_guest`, `client_name`, `id_module`, `request_type`, `date_add`, `date_upd`) VALUES (1, 3, 0, 'TEST TEST', 0, 1, '2024-02-05 11:01:58', '2024-02-05 11:01:58'); @@ -13089,7 +13855,7 @@ CREATE TABLE `ps_psreassurance` ( `date_add` datetime NOT NULL, `date_upd` datetime DEFAULT NULL, PRIMARY KEY (`id_psreassurance`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_psreassurance` (`id_psreassurance`, `icon`, `custom_icon`, `status`, `position`, `type_link`, `id_cms`, `date_add`, `date_upd`) VALUES (1, '//modules/blockreassurance/views/img/reassurance/pack2/security.svg', NULL, 1, 1, NULL, NULL, '2024-02-05 09:58:31', NULL), @@ -13113,18 +13879,21 @@ INSERT INTO `ps_psreassurance_lang` (`id_psreassurance`, `id_lang`, `title`, `de (1, 4, 'Security policy', '(edit with the Customer Reassurance module)', ''), (1, 5, 'Security policy', '(edit with the Customer Reassurance module)', ''), (1, 6, 'Security policy', '(edit with the Customer Reassurance module)', ''), +(1, 7, 'Security policy', '(edit with the Customer Reassurance module)', ''), (2, 1, 'Delivery policy', '(edit with the Customer Reassurance module)', ''), (2, 2, 'Delivery policy', '(edit with the Customer Reassurance module)', ''), (2, 3, 'Delivery policy', '(edit with the Customer Reassurance module)', ''), (2, 4, 'Delivery policy', '(edit with the Customer Reassurance module)', ''), (2, 5, 'Delivery policy', '(edit with the Customer Reassurance module)', ''), (2, 6, 'Delivery policy', '(edit with the Customer Reassurance module)', ''), +(2, 7, 'Delivery policy', '(edit with the Customer Reassurance module)', ''), (3, 1, 'Return policy', '(edit with the Customer Reassurance module)', ''), (3, 2, 'Return policy', '(edit with the Customer Reassurance module)', ''), (3, 3, 'Return policy', '(edit with the Customer Reassurance module)', ''), (3, 4, 'Return policy', '(edit with the Customer Reassurance module)', ''), (3, 5, 'Return policy', '(edit with the Customer Reassurance module)', ''), -(3, 6, 'Return policy', '(edit with the Customer Reassurance module)', ''); +(3, 6, 'Return policy', '(edit with the Customer Reassurance module)', ''), +(3, 7, 'Return policy', '(edit with the Customer Reassurance module)', ''); DROP TABLE IF EXISTS `ps_quick_access`; CREATE TABLE `ps_quick_access` ( @@ -13132,7 +13901,7 @@ CREATE TABLE `ps_quick_access` ( `new_window` tinyint(1) NOT NULL DEFAULT '0', `link` varchar(255) NOT NULL, PRIMARY KEY (`id_quick_access`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_quick_access` (`id_quick_access`, `new_window`, `link`) VALUES (1, 0, 'index.php/sell/orders'), @@ -13157,36 +13926,42 @@ INSERT INTO `ps_quick_access_lang` (`id_quick_access`, `id_lang`, `name`) VALUES (1, 4, 'Commandes'), (1, 5, 'Ordini'), (1, 6, 'Zamówienia'), +(1, 7, 'Pedidos'), (2, 1, 'New voucher'), (2, 2, 'Neuer Ermäßigungsgutschein'), (2, 3, 'Nieuwe voucher'), (2, 4, 'Nouveau bon de réduction'), (2, 5, 'Nuovo voucher'), (2, 6, 'Nowy kupon'), +(2, 7, 'Nuevo cupón de descuento'), (3, 1, 'New product'), (3, 2, 'Neuer Artikel'), (3, 3, 'Nieuw product'), (3, 4, 'Nouveau produit'), (3, 5, 'Nuovo prodotto'), (3, 6, 'Nowy produkt'), +(3, 7, 'Nuevo'), (4, 1, 'New category'), (4, 2, 'Neue Kategorie'), (4, 3, 'Nieuwe categorie'), (4, 4, 'Nouvelle catégorie'), (4, 5, 'Nuova categoria'), (4, 6, 'Nowa kategoria'), +(4, 7, 'Nueva categoría'), (5, 1, 'Installed modules'), (5, 2, 'Installierte Module'), (5, 3, 'Geïnstalleerde modules'), (5, 4, 'Modules installés'), (5, 5, 'Moduli installati'), (5, 6, 'Zainstalowane moduły'), +(5, 7, 'Módulos instalados'), (6, 1, 'Catalog evaluation'), (6, 2, 'Katalogauswertung'), (6, 3, 'Winkel evaluatie'), (6, 4, 'Évaluation du catalogue'), (6, 5, 'Valutazione catalogo'), -(6, 6, 'Ocena katalogu'); +(6, 6, 'Ocena katalogu'), +(6, 7, 'Evaluación del catálogo'); DROP TABLE IF EXISTS `ps_range_price`; CREATE TABLE `ps_range_price` ( @@ -13196,7 +13971,7 @@ CREATE TABLE `ps_range_price` ( `delimiter2` decimal(20,6) NOT NULL, PRIMARY KEY (`id_range_price`), UNIQUE KEY `id_carrier` (`id_carrier`,`delimiter1`,`delimiter2`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_range_price` (`id_range_price`, `id_carrier`, `delimiter1`, `delimiter2`) VALUES (1, 2, 0.000000, 10000.000000), @@ -13212,7 +13987,7 @@ CREATE TABLE `ps_range_weight` ( `delimiter2` decimal(20,6) NOT NULL, PRIMARY KEY (`id_range_weight`), UNIQUE KEY `id_carrier` (`id_carrier`,`delimiter1`,`delimiter2`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_range_weight` (`id_range_weight`, `id_carrier`, `delimiter1`, `delimiter2`) VALUES (1, 2, 0.000000, 10000.000000), @@ -13246,7 +14021,7 @@ CREATE TABLE `ps_risk` ( `percent` tinyint(3) NOT NULL, `color` varchar(32) DEFAULT NULL, PRIMARY KEY (`id_risk`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_risk` (`id_risk`, `percent`, `color`) VALUES (1, 0, '#32CD32'), @@ -13270,24 +14045,28 @@ INSERT INTO `ps_risk_lang` (`id_risk`, `id_lang`, `name`) VALUES (1, 4, 'Aucun'), (1, 5, 'Nessuno'), (1, 6, 'Żaden'), +(1, 7, 'Ninguno'), (2, 1, 'Low'), (2, 2, 'Niedrig'), (2, 3, 'Laag'), (2, 4, 'Basse'), (2, 5, 'Bassa'), (2, 6, 'Niski'), +(2, 7, 'Baja'), (3, 1, 'Medium'), (3, 2, 'Mittel'), (3, 3, 'Gemiddeld'), (3, 4, 'Moyenne'), (3, 5, 'Media'), (3, 6, 'Średnia'), +(3, 7, 'Medio'), (4, 1, 'High'), (4, 2, 'Hoch'), (4, 3, 'Hoog'), (4, 4, 'Haute'), (4, 5, 'Alta'), -(4, 6, 'Wysoka'); +(4, 6, 'Wysoka'), +(4, 7, 'Alto'); DROP TABLE IF EXISTS `ps_search_engine`; CREATE TABLE `ps_search_engine` ( @@ -13295,7 +14074,7 @@ CREATE TABLE `ps_search_engine` ( `server` varchar(64) NOT NULL, `getvar` varchar(16) NOT NULL, PRIMARY KEY (`id_search_engine`) -) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_search_engine` (`id_search_engine`, `server`, `getvar`) VALUES (1, 'google', 'q'), @@ -14021,7 +14800,7 @@ CREATE TABLE `ps_search_word` ( `word` varchar(30) NOT NULL, PRIMARY KEY (`id_word`), UNIQUE KEY `id_lang` (`id_lang`,`id_shop`,`word`) -) ENGINE=InnoDB AUTO_INCREMENT=656 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_search_word` (`id_word`, `id_shop`, `id_lang`, `word`) VALUES (655, 1, 1, '---'), @@ -14255,7 +15034,7 @@ CREATE TABLE `ps_shop` ( `deleted` tinyint(1) NOT NULL, PRIMARY KEY (`id_shop`), KEY `IDX_CBDFBB9EF5C9E40` (`id_shop_group`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; INSERT INTO `ps_shop` (`id_shop`, `id_shop_group`, `name`, `color`, `id_category`, `theme_name`, `active`, `deleted`) VALUES (1, 1, 'PrestaShop', '', 2, 'classic', 1, 0); @@ -14271,7 +15050,7 @@ CREATE TABLE `ps_shop_group` ( `active` tinyint(1) NOT NULL, `deleted` tinyint(1) NOT NULL, PRIMARY KEY (`id_shop_group`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; INSERT INTO `ps_shop_group` (`id_shop_group`, `name`, `color`, `share_customer`, `share_order`, `share_stock`, `active`, `deleted`) VALUES (1, 'Default', '', 0, 0, 0, 1, 0); @@ -14288,10 +15067,10 @@ CREATE TABLE `ps_shop_url` ( `active` tinyint(1) NOT NULL, PRIMARY KEY (`id_shop_url`), KEY `IDX_279F19DA274A50A0` (`id_shop`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_shop_url` (`id_shop_url`, `id_shop`, `domain`, `domain_ssl`, `physical_uri`, `virtual_uri`, `main`, `active`) VALUES -(1, 1, 'demoshop8.ngrok.io', 'demoshop8.ngrok.io', '/', '', 1, 1); +(1, 1, 'demoshop8debug.ngrok.io', 'demoshop8debug.ngrok.io', '/', '', 1, 1); DROP TABLE IF EXISTS `ps_smarty_cache`; CREATE TABLE `ps_smarty_cache` ( @@ -14357,7 +15136,7 @@ CREATE TABLE `ps_specific_price` ( KEY `id_customer` (`id_customer`), KEY `from` (`from`), KEY `to` (`to`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_specific_price` (`id_specific_price`, `id_specific_price_rule`, `id_cart`, `id_product`, `id_shop`, `id_shop_group`, `id_currency`, `id_country`, `id_group`, `id_customer`, `id_product_attribute`, `price`, `from_quantity`, `reduction`, `reduction_tax`, `reduction_type`, `from`, `to`) VALUES (1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1.000000, 1, 0.200000, 1, 'percentage', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), @@ -14425,7 +15204,7 @@ CREATE TABLE `ps_state` ( KEY `id_country` (`id_country`), KEY `name` (`name`), KEY `id_zone` (`id_zone`) -) ENGINE=InnoDB AUTO_INCREMENT=391 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_state` (`id_state`, `id_country`, `id_zone`, `name`, `iso_code`, `tax_behavior`, `active`) VALUES (1, 21, 2, 'AA', 'AA', 0, 1), @@ -14817,7 +15596,59 @@ INSERT INTO `ps_state` (`id_state`, `id_country`, `id_zone`, `name`, `iso_code`, (387, 19, 1, 'Valais (fr), Wallis (de)', 'CH-VS', 0, 1), (388, 19, 1, 'Vaud (fr)', 'CH-VD', 0, 1), (389, 19, 1, 'Zug (de)', 'CH-ZG', 0, 1), -(390, 19, 1, 'Zürich (de)', 'CH-ZH', 0, 1); +(390, 19, 1, 'Zürich (de)', 'CH-ZH', 0, 1), +(391, 6, 1, 'A Coruña', 'ES-C', 0, 1), +(392, 6, 1, 'Álava', 'ES-VI', 0, 1), +(393, 6, 1, 'Albacete', 'ES-AB', 0, 1), +(394, 6, 1, 'Alacant', 'ES-A', 0, 1), +(395, 6, 1, 'Almería', 'ES-AL', 0, 1), +(396, 6, 1, 'Asturias', 'ES-O', 0, 1), +(397, 6, 1, 'Ávila', 'ES-AV', 0, 1), +(398, 6, 1, 'Badajoz', 'ES-BA', 0, 1), +(399, 6, 1, 'Balears', 'ES-PM', 0, 1), +(400, 6, 1, 'Barcelona', 'ES-B', 0, 1), +(401, 6, 1, 'Burgos', 'ES-BU', 0, 1), +(402, 6, 1, 'Cáceres', 'ES-CC', 0, 1), +(403, 6, 1, 'Cádiz', 'ES-CA', 0, 1), +(404, 6, 1, 'Cantabria', 'ES-S', 0, 1), +(405, 6, 1, 'Castelló', 'ES-CS', 0, 1), +(406, 6, 1, 'Ciudad Real', 'ES-CR', 0, 1), +(407, 6, 1, 'Córdoba', 'ES-CO', 0, 1), +(408, 6, 1, 'Cuenca', 'ES-CU', 0, 1), +(409, 6, 1, 'Girona', 'ES-GI', 0, 1), +(410, 6, 1, 'Granada', 'ES-GR', 0, 1), +(411, 6, 1, 'Guadalajara', 'ES-GU', 0, 1), +(412, 6, 1, 'Gipuzkoa', 'ES-SS', 0, 1), +(413, 6, 1, 'Huelva', 'ES-H', 0, 1), +(414, 6, 1, 'Huesca', 'ES-HU', 0, 1), +(415, 6, 1, 'Jaén', 'ES-J', 0, 1), +(416, 6, 1, 'La Rioja', 'ES-LO', 0, 1), +(417, 6, 1, 'Las Palmas', 'ES-GC', 0, 1), +(418, 6, 1, 'León', 'ES-LE', 0, 1), +(419, 6, 1, 'Lleida', 'ES-L', 0, 1), +(420, 6, 1, 'Lugo', 'ES-LU', 0, 1), +(421, 6, 1, 'Madrid', 'ES-M', 0, 1), +(422, 6, 1, 'Málaga', 'ES-MA', 0, 1), +(423, 6, 1, 'Murcia', 'ES-MU', 0, 1), +(424, 6, 1, 'Nafarroa', 'ES-NA', 0, 1), +(425, 6, 1, 'Ourense', 'ES-OR', 0, 1), +(426, 6, 1, 'Palencia', 'ES-P', 0, 1), +(427, 6, 1, 'Pontevedra', 'ES-PO', 0, 1), +(428, 6, 1, 'Salamanca', 'ES-SA', 0, 1), +(429, 6, 1, 'Santa Cruz de Tenerife', 'ES-TF', 0, 1), +(430, 6, 1, 'Segovia', 'ES-SG', 0, 1), +(431, 6, 1, 'Sevilla', 'ES-SE', 0, 1), +(432, 6, 1, 'Soria', 'ES-SO', 0, 1), +(433, 6, 1, 'Tarragona', 'ES-T', 0, 1), +(434, 6, 1, 'Teruel', 'ES-TE', 0, 1), +(435, 6, 1, 'Toledo', 'ES-TO', 0, 1), +(436, 6, 1, 'València', 'ES-V', 0, 1), +(437, 6, 1, 'Valladolid', 'ES-VA', 0, 1), +(438, 6, 1, 'Bizkaia', 'ES-BI', 0, 1), +(439, 6, 1, 'Zamora', 'ES-ZA', 0, 1), +(440, 6, 1, 'Zaragoza', 'ES-Z', 0, 1), +(441, 6, 1, 'Ceuta', 'ES-CE', 0, 1), +(442, 6, 1, 'Melilla', 'ES-ML', 0, 1); DROP TABLE IF EXISTS `ps_statssearch`; CREATE TABLE `ps_statssearch` ( @@ -14871,7 +15702,7 @@ CREATE TABLE `ps_stock_available` ( KEY `id_shop_group` (`id_shop_group`), KEY `id_product` (`id_product`), KEY `id_product_attribute` (`id_product_attribute`) -) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_stock_available` (`id_stock_available`, `id_product`, `id_product_attribute`, `id_shop`, `id_shop_group`, `quantity`, `physical_quantity`, `reserved_quantity`, `depends_on_stock`, `out_of_stock`, `location`) VALUES (1, 1, 0, 1, 0, 2397, 2397, 0, 0, 2, ''), @@ -14964,7 +15795,7 @@ CREATE TABLE `ps_stock_mvt_reason` ( `date_upd` datetime NOT NULL, `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_stock_mvt_reason`) -) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_stock_mvt_reason` (`id_stock_mvt_reason`, `sign`, `date_add`, `date_upd`, `deleted`) VALUES (1, 1, '2024-02-05 10:58:30', '2024-02-05 10:58:30', 0), @@ -14995,72 +15826,84 @@ INSERT INTO `ps_stock_mvt_reason_lang` (`id_stock_mvt_reason`, `id_lang`, `name` (1, 4, 'Augmentation'), (1, 5, 'Aumento'), (1, 6, 'Wzrost'), +(1, 7, 'Incrementar'), (2, 1, 'Decrease'), (2, 2, 'Reduzierung'), (2, 3, 'Verlaag'), (2, 4, 'Diminution'), (2, 5, 'Diminuisci'), (2, 6, 'Zmniejsz'), +(2, 7, 'Decrementar'), (3, 1, 'Customer Order'), (3, 2, 'Bestellung'), (3, 3, 'Klantbestelling'), (3, 4, 'Commande client'), (3, 5, 'Ordine Cliente'), (3, 6, 'Zamówienie klienta'), +(3, 7, 'Pedido del cliente'), (4, 1, 'Regulation following an inventory of stock'), (4, 2, 'Regulation following an inventory of stock'), (4, 3, 'Regulation following an inventory of stock'), (4, 4, 'Regulation following an inventory of stock'), (4, 5, 'Regulation following an inventory of stock'), (4, 6, 'Regulation following an inventory of stock'), +(4, 7, 'Regulation following an inventory of stock'), (5, 1, 'Regulation following an inventory of stock'), (5, 2, 'Regulation following an inventory of stock'), (5, 3, 'Regulation following an inventory of stock'), (5, 4, 'Regulation following an inventory of stock'), (5, 5, 'Regulation following an inventory of stock'), (5, 6, 'Regulation following an inventory of stock'), +(5, 7, 'Regulation following an inventory of stock'), (6, 1, 'Transfer to another warehouse'), (6, 2, 'Übertragung in anderes Lager'), (6, 3, 'Naar een ander magazijn verplaatsen'), (6, 4, 'Transfert vers un autre entrepôt'), (6, 5, 'Trasferimento a un altro magazzino'), (6, 6, 'Przeniesienie do innego magazynu'), +(6, 7, 'Transferir a otro almacén'), (7, 1, 'Transfer from another warehouse'), (7, 2, 'Übertragung von anderem Lager'), (7, 3, 'Van een ander magazijn verplaatsen'), (7, 4, 'Transfert depuis un autre entrepôt'), (7, 5, 'Trasferimento da un altro magazzino'), (7, 6, 'Przeniesienie z innego magazynu'), +(7, 7, 'Transferir desde otro almacén'), (8, 1, 'Supply Order'), (8, 2, 'Lieferbestellung'), (8, 3, 'Bestelling'), (8, 4, 'Commande fournisseur'), (8, 5, 'Ordine di Fornitura'), (8, 6, 'Zamówienie dostawcy'), +(8, 7, 'Pedido de suministros'), (9, 1, 'Customer Order'), (9, 2, 'Bestellung'), (9, 3, 'Klantbestelling'), (9, 4, 'Commande client'), (9, 5, 'Ordine Cliente'), (9, 6, 'Zamówienie klienta'), +(9, 7, 'Pedido del cliente'), (10, 1, 'Product return'), (10, 2, 'Warenrücksendung'), (10, 3, 'Productretour'), (10, 4, 'Retour produit'), (10, 5, 'Reso di un Prodotto'), (10, 6, 'Zwrot produktu'), +(10, 7, 'Devolver producto'), (11, 1, 'Employee Edition'), (11, 2, 'Employee Edition'), (11, 3, 'Employee Edition'), (11, 4, 'Employee Edition'), (11, 5, 'Employee Edition'), (11, 6, 'Employee Edition'), +(11, 7, 'Employee Edition'), (12, 1, 'Employee Edition'), (12, 2, 'Employee Edition'), (12, 3, 'Employee Edition'), (12, 4, 'Employee Edition'), (12, 5, 'Employee Edition'), -(12, 6, 'Employee Edition'); +(12, 6, 'Employee Edition'), +(12, 7, 'Employee Edition'); DROP TABLE IF EXISTS `ps_store`; CREATE TABLE `ps_store` ( @@ -15078,7 +15921,7 @@ CREATE TABLE `ps_store` ( `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_store`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_store` (`id_store`, `id_country`, `id_state`, `city`, `postcode`, `latitude`, `longitude`, `phone`, `fax`, `email`, `active`, `date_add`, `date_upd`) VALUES (1, 21, 12, 'Miami', '33135', 25.76500500, -80.24379700, '', '', '', 1, '2024-02-05 10:58:40', '2024-02-05 10:58:40'), @@ -15106,30 +15949,35 @@ INSERT INTO `ps_store_lang` (`id_store`, `id_lang`, `name`, `address1`, `address (1, 4, 'Dade County', '3030 SW 8th St Miami', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (1, 5, 'Dade County', '3030 SW 8th St Miami', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (1, 6, 'Dade County', '3030 SW 8th St Miami', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), +(1, 7, 'Dade County', '3030 SW 8th St Miami', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (2, 1, 'E Fort Lauderdale', '1000 Northeast 4th Ave Fort Lauderdale', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (2, 2, 'E Fort Lauderdale', '1000 Northeast 4th Ave Fort Lauderdale', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (2, 3, 'E Fort Lauderdale', '1000 Northeast 4th Ave Fort Lauderdale', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (2, 4, 'E Fort Lauderdale', '1000 Northeast 4th Ave Fort Lauderdale', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (2, 5, 'E Fort Lauderdale', '1000 Northeast 4th Ave Fort Lauderdale', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (2, 6, 'E Fort Lauderdale', '1000 Northeast 4th Ave Fort Lauderdale', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), +(2, 7, 'E Fort Lauderdale', '1000 Northeast 4th Ave Fort Lauderdale', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (3, 1, 'Pembroke Pines', '11001 Pines Blvd Pembroke Pines', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (3, 2, 'Pembroke Pines', '11001 Pines Blvd Pembroke Pines', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (3, 3, 'Pembroke Pines', '11001 Pines Blvd Pembroke Pines', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (3, 4, 'Pembroke Pines', '11001 Pines Blvd Pembroke Pines', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (3, 5, 'Pembroke Pines', '11001 Pines Blvd Pembroke Pines', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (3, 6, 'Pembroke Pines', '11001 Pines Blvd Pembroke Pines', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), +(3, 7, 'Pembroke Pines', '11001 Pines Blvd Pembroke Pines', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (4, 1, 'Coconut Grove', '2999 SW 32nd Avenue', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (4, 2, 'Coconut Grove', '2999 SW 32nd Avenue', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (4, 3, 'Coconut Grove', '2999 SW 32nd Avenue', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (4, 4, 'Coconut Grove', '2999 SW 32nd Avenue', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (4, 5, 'Coconut Grove', '2999 SW 32nd Avenue', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (4, 6, 'Coconut Grove', '2999 SW 32nd Avenue', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), +(4, 7, 'Coconut Grove', '2999 SW 32nd Avenue', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (5, 1, 'N Miami/Biscayne', '12055 Biscayne Blvd', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (5, 2, 'N Miami/Biscayne', '12055 Biscayne Blvd', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (5, 3, 'N Miami/Biscayne', '12055 Biscayne Blvd', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (5, 4, 'N Miami/Biscayne', '12055 Biscayne Blvd', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), (5, 5, 'N Miami/Biscayne', '12055 Biscayne Blvd', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), -(5, 6, 'N Miami/Biscayne', '12055 Biscayne Blvd', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''); +(5, 6, 'N Miami/Biscayne', '12055 Biscayne Blvd', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''), +(5, 7, 'N Miami/Biscayne', '12055 Biscayne Blvd', '', ' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]', ''); DROP TABLE IF EXISTS `ps_store_shop`; CREATE TABLE `ps_store_shop` ( @@ -15154,7 +16002,7 @@ CREATE TABLE `ps_supplier` ( `date_upd` datetime NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id_supplier`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_supplier` (`id_supplier`, `name`, `date_add`, `date_upd`, `active`) VALUES (1, 'Fashion supplier', '2024-02-05 10:58:40', '2024-02-05 10:58:40', 1), @@ -15178,12 +16026,14 @@ INSERT INTO `ps_supplier_lang` (`id_supplier`, `id_lang`, `description`, `meta_t (1, 4, '', '', '', ''), (1, 5, '', '', '', ''), (1, 6, '', '', '', ''), +(1, 7, '', '', '', ''), (2, 1, '', '', '', ''), (2, 2, '', '', '', ''), (2, 3, '', '', '', ''), (2, 4, '', '', '', ''), (2, 5, '', '', '', ''), -(2, 6, '', '', '', ''); +(2, 6, '', '', '', ''), +(2, 7, '', '', '', ''); DROP TABLE IF EXISTS `ps_supplier_shop`; CREATE TABLE `ps_supplier_shop` ( @@ -15301,7 +16151,7 @@ CREATE TABLE `ps_supply_order_state` ( `enclosed` tinyint(1) NOT NULL DEFAULT '0', `color` varchar(32) DEFAULT NULL, PRIMARY KEY (`id_supply_order_state`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_supply_order_state` (`id_supply_order_state`, `delivery_note`, `editable`, `receipt_state`, `pending_receipt`, `enclosed`, `color`) VALUES (1, 0, 1, 0, 0, 0, '#faab00'), @@ -15326,36 +16176,42 @@ INSERT INTO `ps_supply_order_state_lang` (`id_supply_order_state`, `id_lang`, `n (1, 4, '1 - En cours de création'), (1, 5, '1 - Creazione in corso'), (1, 6, '1 - Tworzenie w toku'), +(1, 7, '1 - Creación en proceso'), (2, 1, '2 - Order validated'), (2, 2, '2 - Bestellung geprüft'), (2, 3, '2 - Bestelling bevestigd'), (2, 4, '2 - Commande validée'), (2, 5, '2 - Ordine convalidato'), (2, 6, '2 - Zamówienie zostało zatwierdzone'), +(2, 7, '2 - Pedido validado'), (3, 1, '3 - Pending receipt'), (3, 2, '3 - Warten auf Rechnung'), (3, 3, '3 - In afwachting van ontvangst'), (3, 4, '3 - En attente de réception'), (3, 5, '3 - In attesa di ricevimento'), (3, 6, '3 - W oczekiwaniu'), +(3, 7, '3 - Pendiente de recepción'), (4, 1, '4 - Order received in part'), (4, 2, '4 - Teillieferung erhalten'), (4, 3, '4 - Bestelling gedeeltelijk ontvangen'), (4, 4, '4 - Commande reçue partiellement'), (4, 5, '4 - Ordine ricevuto in parte'), (4, 6, '4 - Zamówienie zostało otrzymane w częściach'), +(4, 7, '4 - Pedido recibido parcialmente'), (5, 1, '5 - Order received completely'), (5, 2, '5 - Lieferung erhalten'), (5, 3, '5 - Bestelling geheel ontvangen'), (5, 4, '5 - Commande reçue intégralement'), (5, 5, '5 - Ordine ricevuto completamente'), (5, 6, '5 - Otrzymano zamówienie'), +(5, 7, '5 - Pedido recibido al completo'), (6, 1, '6 - Order canceled'), (6, 2, '6 - Bestellung storniert'), (6, 3, '6 - Bestelling geannuleerd'), (6, 4, '6 - Commande annulée'), (6, 5, '6 - Ordine annullato'), -(6, 6, '6 - Zamówienie zostało anulowane'); +(6, 6, '6 - Zamówienie zostało anulowane'), +(6, 7, '6 - Pedido cancelado'); DROP TABLE IF EXISTS `ps_tab`; CREATE TABLE `ps_tab` ( @@ -15371,7 +16227,7 @@ CREATE TABLE `ps_tab` ( `wording` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `wording_domain` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id_tab`) -) ENGINE=InnoDB AUTO_INCREMENT=130 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; INSERT INTO `ps_tab` (`id_tab`, `id_parent`, `position`, `module`, `class_name`, `route_name`, `active`, `enabled`, `icon`, `wording`, `wording_domain`) VALUES (1, 0, 0, NULL, 'AdminDashboard', '', 1, 1, 'trending_up', 'Dashboard', 'Admin.Navigation.Menu'), @@ -15521,756 +16377,882 @@ INSERT INTO `ps_tab_lang` (`id_tab`, `id_lang`, `name`) VALUES (1, 4, 'Tableau de bord'), (1, 5, 'Pannello di controllo'), (1, 6, 'Pulpit'), +(1, 7, 'Inicio'), (2, 1, 'Sell'), (2, 2, 'Verkauf'), (2, 3, 'Verkopen'), (2, 4, 'Vendre'), (2, 5, 'Vendi'), (2, 6, 'Sprzedaż'), +(2, 7, 'Vender'), (3, 1, 'Orders'), (3, 2, 'Bestellungen'), (3, 3, 'Bestellingen'), (3, 4, 'Commandes'), (3, 5, 'Ordini'), (3, 6, 'Zamówienia'), +(3, 7, 'Pedidos'), (4, 1, 'Orders'), (4, 2, 'Bestellungen'), (4, 3, 'Bestellingen'), (4, 4, 'Commandes'), (4, 5, 'Ordini'), (4, 6, 'Zamówienia'), +(4, 7, 'Pedidos'), (5, 1, 'Invoices'), (5, 2, 'Rechnungen'), (5, 3, 'Facturen'), (5, 4, 'Factures'), (5, 5, 'Fatture'), (5, 6, 'Faktury'), +(5, 7, 'Facturas'), (6, 1, 'Credit Slips'), (6, 2, 'Rechnungskorrekturen'), (6, 3, 'Creditnota\'s'), (6, 4, 'Avoirs'), (6, 5, 'Note di credito'), (6, 6, 'Druki kredytowe'), +(6, 7, 'Facturas por abono'), (7, 1, 'Delivery Slips'), (7, 2, 'Lieferscheine'), (7, 3, 'Pakbonnen'), (7, 4, 'Bons de livraison'), (7, 5, 'Bolle di consegna'), (7, 6, 'Druk wysyłki'), +(7, 7, 'Albaranes de entrega'), (8, 1, 'Shopping Carts'), (8, 2, 'Warenkörbe'), (8, 3, 'Winkelwagens'), (8, 4, 'Paniers'), (8, 5, 'Carrello della spesa'), (8, 6, 'Koszyki zakupowe'), +(8, 7, 'Carritos de compra'), (9, 1, 'Catalog'), (9, 2, 'Katalog'), (9, 3, 'Catalogus'), (9, 4, 'Catalogue'), (9, 5, 'Catalogo'), (9, 6, 'Katalog'), +(9, 7, 'Catálogo'), (10, 1, 'Products'), (10, 2, 'Artikel'), (10, 3, 'Producten'), (10, 4, 'Produits'), (10, 5, 'Prodotti'), (10, 6, 'Produkty'), +(10, 7, 'Productos'), (11, 1, 'Categories'), (11, 2, 'Kategorien'), (11, 3, 'Categorieën'), (11, 4, 'Catégories'), (11, 5, 'Categorie'), (11, 6, 'Kategorie'), +(11, 7, 'Categorías'), (12, 1, 'Monitoring'), (12, 2, 'Kontrollübersicht'), (12, 3, 'Monitoring'), (12, 4, 'Suivi'), (12, 5, 'Monitoraggio'), (12, 6, 'Monitorowanie'), +(12, 7, 'Monitoreo'), (13, 1, 'Attributes & Features'), (13, 2, 'Varianten & Eigenschaften'), (13, 3, 'Kenmerken en functies'), (13, 4, 'Attributs et caractéristiques'), (13, 5, 'Attributi e Funzionalità'), (13, 6, 'Atrybuty & Cechy'), +(13, 7, 'Atributos y Características'), (14, 1, 'Attributes'), (14, 2, 'Varianten'), (14, 3, 'Attributen'), (14, 4, 'Attributs'), (14, 5, 'Attributi'), (14, 6, 'Atrybuty'), +(14, 7, 'Atributos'), (15, 1, 'Features'), (15, 2, 'Eigenschaften'), (15, 3, 'Functies'), (15, 4, 'Caractéristiques'), (15, 5, 'Funzioni'), (15, 6, 'Funkcje'), +(15, 7, 'Características'), (16, 1, 'Brands & Suppliers'), (16, 2, 'Marken & Lieferanten'), (16, 3, 'Merken en leveranciers'), (16, 4, 'Marques et fournisseurs'), (16, 5, 'Marche & Fornitori'), (16, 6, 'Marki & Dostawcy'), +(16, 7, 'Marcas y Proveedores'), (17, 1, 'Brands'), (17, 2, 'Marken'), (17, 3, 'Merken'), (17, 4, 'Marques'), (17, 5, 'Marchi'), (17, 6, 'Marki'), +(17, 7, 'Marcas'), (18, 1, 'Suppliers'), (18, 2, 'Lieferanten'), (18, 3, 'Leveranciers'), (18, 4, 'Fournisseurs'), (18, 5, 'Fornitori'), (18, 6, 'Dostawcy'), +(18, 7, 'Proveedores'), (19, 1, 'Files'), (19, 2, 'Dateien'), (19, 3, 'Bestanden'), (19, 4, 'Fichiers'), (19, 5, 'File'), (19, 6, 'Pliki'), +(19, 7, 'Archivos'), (20, 1, 'Discounts'), (20, 2, 'Rabatt'), (20, 3, 'Kortingen'), (20, 4, 'Réductions'), (20, 5, 'Buoni sconto'), (20, 6, 'Rabaty'), +(20, 7, 'Descuentos'), (21, 1, 'Cart Rules'), (21, 2, 'Warenkorb Preisregeln'), (21, 3, 'Winkelwagenregels'), (21, 4, 'Règles panier'), (21, 5, 'Regole Carrello'), (21, 6, 'Kody rabatowe'), +(21, 7, 'Reglas del carrito'), (22, 1, 'Catalog Price Rules'), (22, 2, 'Katalog Preisregeln'), (22, 3, 'Catalogusprijsregels'), (22, 4, 'Règles de prix catalogue'), (22, 5, 'Regole Catalogo Prezzi'), (22, 6, 'Reguły cenowe katalogu'), +(22, 7, 'Reglas de precio del catálogo'), (23, 1, 'Stock'), (23, 2, 'Lager'), (23, 3, 'Voorraad'), (23, 4, 'Stock'), (23, 5, 'Magazzino'), (23, 6, 'Magazyn'), +(23, 7, 'Stock'), (24, 1, 'Customers'), (24, 2, 'Kunden'), (24, 3, 'Klanten'), (24, 4, 'Clients'), (24, 5, 'Clienti'), (24, 6, 'Klienci'), +(24, 7, 'Clientes'), (25, 1, 'Customers'), (25, 2, 'Kunden'), (25, 3, 'Klanten'), (25, 4, 'Clients'), (25, 5, 'Clienti'), (25, 6, 'Klienci'), +(25, 7, 'Clientes'), (26, 1, 'Addresses'), (26, 2, 'Adressen'), (26, 3, 'Adressen'), (26, 4, 'Adresses'), (26, 5, 'Indirizzi'), (26, 6, 'Adresy'), +(26, 7, 'Direcciones'), (27, 1, 'Outstanding'), (27, 2, 'Offene Posten'), (27, 3, 'Openstaand'), (27, 4, 'Encours autorisés'), (27, 5, 'In sospeso'), (27, 6, 'Saldo'), +(27, 7, 'Saldo pendiente por cobrar'), (28, 1, 'Customer Service'), (28, 2, 'Kundenservice'), (28, 3, 'Klantenservice'), (28, 4, 'SAV'), (28, 5, 'Servizio clienti'), (28, 6, 'Obsługa klienta'), +(28, 7, 'Servicio al Cliente'), (29, 1, 'Customer Service'), (29, 2, 'Kundenservice'), (29, 3, 'Klantenservice'), (29, 4, 'SAV'), (29, 5, 'Servizio clienti'), (29, 6, 'Obsługa klienta'), +(29, 7, 'Servicio al Cliente'), (30, 1, 'Order Messages'), (30, 2, 'Bestellnachrichten'), (30, 3, 'Bestellingsberichten'), (30, 4, 'Messages prédéfinis'), (30, 5, 'Messaggi d\'ordine'), (30, 6, 'Wiadomości zamówienia'), +(30, 7, 'Mensajes de Pedidos'), (31, 1, 'Merchandise Returns'), (31, 2, 'Warenrücksendungen'), (31, 3, 'Retourzendingen'), (31, 4, 'Retours produits'), (31, 5, 'Restituzione Prodotto'), (31, 6, 'Zwroty produktów'), +(31, 7, 'Devoluciones de mercancía'), (32, 1, 'Stats'), (32, 2, 'Statistiken'), (32, 3, 'Statistieken'), (32, 4, 'Statistiques'), (32, 5, 'Statistiche'), (32, 6, 'Statystyki'), +(32, 7, 'Estadísticas'), (34, 1, 'Warehouses'), (34, 2, 'Lager'), (34, 3, 'Magazijnen'), (34, 4, 'Entrepôts'), (34, 5, 'Magazzini'), (34, 6, 'Magazyny'), +(34, 7, 'Almacenes'), (35, 1, 'Stock Management'), (35, 2, 'Lagerverwaltung'), (35, 3, 'Voorraadbeheer'), (35, 4, 'Gestion du stock'), (35, 5, 'Gestione del Magazzino'), (35, 6, 'Zarządzanie magazynem'), +(35, 7, 'Gestión de stock'), (37, 1, 'Improve'), (37, 2, 'Optimierung'), (37, 3, 'Verbeteren'), (37, 4, 'Personnaliser'), (37, 5, 'Migliora'), (37, 6, 'Ulepszenia'), +(37, 7, 'Personalizar'), (38, 1, 'Modules'), (38, 2, 'Module'), (38, 3, 'Modules'), (38, 4, 'Modules'), (38, 5, 'Moduli'), (38, 6, 'Moduły'), +(38, 7, 'Módulos'), (39, 1, 'Module Manager'), (39, 2, 'Modul-Verwaltung'), (39, 3, 'Module manager'), (39, 4, 'Gestionnaire de modules '), (39, 5, 'Gestione Moduli'), (39, 6, 'Menedżer modułów'), +(39, 7, 'Administrador de módulos'), (40, 1, 'Modules'), (40, 2, 'Module'), (40, 3, 'Modules'), (40, 4, 'Modules'), (40, 5, 'Moduli'), (40, 6, 'Moduły'), +(40, 7, 'Módulos'), (41, 1, 'Alerts'), (41, 2, 'Meldungen'), (41, 3, 'Waarschuwingen'), (41, 4, 'Alertes'), (41, 5, 'Avvisi'), (41, 6, 'Powiadomienia'), +(41, 7, 'Alertas'), (42, 1, 'Updates'), (42, 2, 'Aktualisierungen'), (42, 3, 'Updates'), (42, 4, 'Mises à jour'), (42, 5, 'Aggiornamenti'), (42, 6, 'Aktualizacje'), +(42, 7, 'Actualizaciones'), (43, 1, 'Design'), (43, 2, 'Design'), (43, 3, 'Design'), (43, 4, 'Apparence'), (43, 5, 'Design'), (43, 6, 'Wygląd'), +(43, 7, 'Diseño'), (44, 1, 'Theme & Logo'), (44, 2, 'Template und Logo'), (44, 3, 'Thema en logo'), (44, 4, 'Thème et logo'), (44, 5, 'Tema & Logo'), (44, 6, 'Szablony'), +(44, 7, 'Tema y logotipo'), (45, 1, 'Email Theme'), (45, 2, 'E-Mail-Theme'), (45, 3, 'Email thema'), (45, 4, 'Thème d\'e-mail'), (45, 5, 'Tema Email'), (45, 6, 'Szablon maila'), +(45, 7, 'Tema Email'), (46, 1, 'Email Theme'), (46, 2, 'E-Mail-Theme'), (46, 3, 'Email thema'), (46, 4, 'Thème d\'e-mail'), (46, 5, 'Tema Email'), (46, 6, 'Szablon maila'), +(46, 7, 'Tema Email'), (47, 1, 'Pages'), (47, 2, 'Seiten'), (47, 3, 'Pagina\'s'), (47, 4, 'Pages'), (47, 5, 'Pagine'), (47, 6, 'Strony'), +(47, 7, 'Páginas'), (48, 1, 'Positions'), (48, 2, 'Positionen'), (48, 3, 'Posities'), (48, 4, 'Positions'), (48, 5, 'Posizioni'), (48, 6, 'Pozycje'), +(48, 7, 'Posiciones'), (49, 1, 'Image Settings'), (49, 2, 'Bilder'), (49, 3, 'Afbeeldingsinstellingen'), (49, 4, 'Images'), (49, 5, 'Impostazioni immagine'), (49, 6, 'Zdjęcia'), +(49, 7, 'Ajustes de imágenes'), (50, 1, 'Shipping'), (50, 2, 'Versand'), (50, 3, 'Verzending'), (50, 4, 'Livraison'), (50, 5, 'Spedizione'), (50, 6, 'Wysyłka'), +(50, 7, 'Transporte'), (51, 1, 'Carriers'), (51, 2, 'Versanddienste'), (51, 3, 'Vervoerders'), (51, 4, 'Transporteurs'), (51, 5, 'Mezzi di spedizione'), (51, 6, 'Przewoźnicy'), +(51, 7, 'Transportistas'), (52, 1, 'Preferences'), (52, 2, 'Voreinstellungen'), (52, 3, 'Instellingen'), (52, 4, 'Préférences'), (52, 5, 'Impostazioni'), (52, 6, 'Preferencje'), +(52, 7, 'Preferencias'), (53, 1, 'Payment'), (53, 2, 'Zahlung'), (53, 3, 'Betaling'), (53, 4, 'Paiement'), (53, 5, 'Pagamento'), (53, 6, 'Płatność'), +(53, 7, 'Pago'), (54, 1, 'Payment Methods'), (54, 2, 'Zahlungsarten'), (54, 3, 'Betaalmethoden'), (54, 4, 'Moyens de paiement'), (54, 5, 'Metodi di Pagamento'), (54, 6, 'Płatności'), +(54, 7, 'Métodos de pago'), (55, 1, 'Preferences'), (55, 2, 'Voreinstellungen'), (55, 3, 'Instellingen'), (55, 4, 'Préférences'), (55, 5, 'Impostazioni'), (55, 6, 'Preferencje'), +(55, 7, 'Preferencias'), (56, 1, 'International'), (56, 2, 'International'), (56, 3, 'Internationaal'), (56, 4, 'International'), (56, 5, 'Internazionale'), (56, 6, 'Międzynarodowy'), +(56, 7, 'Internacional'), (57, 1, 'Localization'), (57, 2, 'Lokalisierung'), (57, 3, 'Lokalisatie'), (57, 4, 'Localisation'), (57, 5, 'Localizzazione'), (57, 6, 'Lokalizacja'), +(57, 7, 'Localización'), (58, 1, 'Localization'), (58, 2, 'Lokalisierung'), (58, 3, 'Lokalisatie'), (58, 4, 'Localisation'), (58, 5, 'Localizzazione'), (58, 6, 'Lokalizacja'), +(58, 7, 'Localización'), (59, 1, 'Languages'), (59, 2, 'Sprachen'), (59, 3, 'Talen'), (59, 4, 'Langues'), (59, 5, 'Lingue'), (59, 6, 'Języki'), +(59, 7, 'Idiomas'), (60, 1, 'Currencies'), (60, 2, 'Währungen'), (60, 3, 'Valuta\'s'), (60, 4, 'Devises'), (60, 5, 'Valute'), (60, 6, 'Waluty'), +(60, 7, 'Monedas'), (61, 1, 'Geolocation'), (61, 2, 'Geotargeting'), (61, 3, 'Geolocatie'), (61, 4, 'Géolocalisation'), (61, 5, 'Geolocalizzazione'), (61, 6, 'Geolokalizacja'), +(61, 7, 'Geolocalización'), (62, 1, 'Locations'), (62, 2, 'Länder & Gebiete'), (62, 3, 'Locaties'), (62, 4, 'Zones géographiques'), (62, 5, 'Località'), (62, 6, 'Położenie'), +(62, 7, 'Ubicaciones Geográficas'), (63, 1, 'Zones'), (63, 2, 'Gebiete'), (63, 3, 'Zones'), (63, 4, 'Zones'), (63, 5, 'Zone'), (63, 6, 'Strefy'), +(63, 7, 'Zonas'), (64, 1, 'Countries'), (64, 2, 'Länder'), (64, 3, 'Landen'), (64, 4, 'Pays'), (64, 5, 'Nazione'), (64, 6, 'Kraje'), +(64, 7, 'Países'), (65, 1, 'States'), (65, 2, 'Bundesländer'), (65, 3, 'Provincies'), (65, 4, 'États'), (65, 5, 'Province'), (65, 6, 'Województwa lub regiony'), +(65, 7, 'Provincias'), (66, 1, 'Taxes'), (66, 2, 'Steuersätze'), (66, 3, 'BTW'), (66, 4, 'Taxes'), (66, 5, 'Tasse'), (66, 6, 'Podatki'), +(66, 7, 'Impuestos'), (67, 1, 'Taxes'), (67, 2, 'Steuersätze'), (67, 3, 'BTW'), (67, 4, 'Taxes'), (67, 5, 'Tasse'), (67, 6, 'Podatki'), +(67, 7, 'Impuestos'), (68, 1, 'Tax Rules'), (68, 2, 'Steuerregeln'), (68, 3, 'Belastingregel'), (68, 4, 'Règles de taxes'), (68, 5, 'Aliquote Iva'), (68, 6, 'Reguły podatków'), +(68, 7, 'Reglas de impuestos'), (69, 1, 'Translations'), (69, 2, 'Übersetzungen'), (69, 3, 'Vertalingen'), (69, 4, 'Traductions'), (69, 5, 'Traduzioni'), (69, 6, 'Tłumaczenia'), +(69, 7, 'Traducciones'), (70, 1, 'Configure'), (70, 2, 'Einstellungen'), (70, 3, 'Configureer'), (70, 4, 'Configurer'), (70, 5, 'Configura'), (70, 6, 'Konfiguruj'), +(70, 7, 'Configurar'), (71, 1, 'Shop Parameters'), (71, 2, 'Shop-Einstellungen'), (71, 3, 'Winkelinstellingen'), (71, 4, 'Paramètres de la boutique'), (71, 5, 'Parametri Negozio'), (71, 6, 'Preferencje'), +(71, 7, 'Parámetros de la tienda'), (72, 1, 'General'), (72, 2, 'Allgemein'), (72, 3, 'Algemeen'), (72, 4, 'Paramètres généraux'), (72, 5, 'Generale'), (72, 6, 'Ogólny'), +(72, 7, 'Configuración'), (73, 1, 'General'), (73, 2, 'Allgemein'), (73, 3, 'Algemeen'), (73, 4, 'Paramètres généraux'), (73, 5, 'Generale'), (73, 6, 'Ogólny'), +(73, 7, 'Configuración'), (74, 1, 'Maintenance'), (74, 2, 'Wartung'), (74, 3, 'Onderhoud'), (74, 4, 'Maintenance'), (74, 5, 'Manutenzione'), (74, 6, 'Przerwa techniczna'), +(74, 7, 'Mantenimiento'), (75, 1, 'Order Settings'), (75, 2, 'Bestellungen'), (75, 3, 'Bestellingsinstellingen'), (75, 4, 'Commandes'), (75, 5, 'Impostazioni Ordine'), (75, 6, 'Zamówienia'), +(75, 7, 'Configuración de pedidos'), (76, 1, 'Order Settings'), (76, 2, 'Bestellungen'), (76, 3, 'Bestellingsinstellingen'), (76, 4, 'Commandes'), (76, 5, 'Impostazioni Ordine'), (76, 6, 'Zamówienia'), +(76, 7, 'Configuración de pedidos'), (77, 1, 'Statuses'), (77, 2, 'Status'), (77, 3, 'Statussen'), (77, 4, 'États de commandes'), (77, 5, 'Stati'), (77, 6, 'Statusy'), +(77, 7, 'Estados'), (78, 1, 'Product Settings'), (78, 2, 'Artikel'), (78, 3, 'Producten'), (78, 4, 'Produits'), (78, 5, 'Prodotti'), (78, 6, 'Produkty'), +(78, 7, 'Configuración de Productos'), (79, 1, 'Customer Settings'), (79, 2, 'Benutzerdefinierte Einstellungen'), (79, 3, 'Klantinstellingen'), (79, 4, 'Clients'), (79, 5, 'Impostazioni clienti'), (79, 6, 'Klienci'), +(79, 7, 'Configuración de clientes'), (80, 1, 'Customer Settings'), (80, 2, 'Benutzerdefinierte Einstellungen'), (80, 3, 'Klantinstellingen'), (80, 4, 'Clients'), (80, 5, 'Impostazioni clienti'), (80, 6, 'Klienci'), +(80, 7, 'Configuración de clientes'), (81, 1, 'Groups'), (81, 2, 'Gruppen'), (81, 3, 'Groepen'), (81, 4, 'Groupes'), (81, 5, 'Gruppi'), (81, 6, 'Grupy'), +(81, 7, 'Grupos'), (82, 1, 'Titles'), (82, 2, 'Bezeichnung'), (82, 3, 'Sociale titels'), (82, 4, 'Titres de civilité'), (82, 5, 'Titoli'), (82, 6, 'Tytuły'), +(82, 7, 'Tratamientos'), (83, 1, 'Contact'), (83, 2, 'Kontakt'), (83, 3, 'Contact'), (83, 4, 'Contact'), (83, 5, 'Contatto'), (83, 6, 'Kontakt'), +(83, 7, 'Contacto'), (84, 1, 'Contacts'), (84, 2, 'Kontakte'), (84, 3, 'Contactpersonen'), (84, 4, 'Contacts'), (84, 5, 'Contatti'), (84, 6, 'Kontakty'), +(84, 7, 'Contacto'), (85, 1, 'Stores'), (85, 2, 'Shops'), (85, 3, 'Winkels'), (85, 4, 'Magasins'), (85, 5, 'Negozi'), (85, 6, 'Sklepy'), +(85, 7, 'Tiendas'), (86, 1, 'Traffic & SEO'), (86, 2, 'Traffic & SEO'), (86, 3, 'Verkeer en SEO'), (86, 4, 'Trafic et SEO'), (86, 5, 'Traffico & SEO'), (86, 6, 'Ruch'), +(86, 7, 'Tráfico & SEO'), (87, 1, 'SEO & URLs'), (87, 2, 'SEO & URLs'), (87, 3, 'SEO & URL\'s'), (87, 4, 'SEO et URL'), (87, 5, 'SEO & URLs'), (87, 6, 'SEO & URL'), +(87, 7, 'SEO y URLs'), (88, 1, 'Search Engines'), (88, 2, 'Suchmaschinen'), (88, 3, 'Zoekmachines'), (88, 4, 'Moteurs de recherche'), (88, 5, 'Motori di ricerca'), (88, 6, 'Wyszukiwarki'), +(88, 7, 'Motores de búsqueda'), (89, 1, 'Search'), (89, 2, 'Suche'), (89, 3, 'Zoeken'), (89, 4, 'Rechercher'), (89, 5, 'Cerca'), (89, 6, 'Szukaj'), +(89, 7, 'Buscar'), (90, 1, 'Search'), (90, 2, 'Suche'), (90, 3, 'Zoeken'), (90, 4, 'Rechercher'), (90, 5, 'Cerca'), (90, 6, 'Szukaj'), +(90, 7, 'Buscar'), (91, 1, 'Tags'), (91, 2, 'Stichwörter'), (91, 3, 'Tags'), (91, 4, 'Mots-clés'), (91, 5, 'Tags'), (91, 6, 'Tagi'), +(91, 7, 'Etiquetas'), (92, 1, 'Advanced Parameters'), (92, 2, 'Erweiterte Einstellungen'), (92, 3, 'Geavanceerde instellingen'), (92, 4, 'Paramètres avancés'), (92, 5, 'Parametri Avanzati'), (92, 6, 'Zaawansowane'), +(92, 7, 'Parámetros Avanzados'), (93, 1, 'Information'), (93, 2, 'Informationen'), (93, 3, 'Informatie'), (93, 4, 'Informations'), (93, 5, 'Informazioni'), (93, 6, 'Informacja'), +(93, 7, 'Información'), (94, 1, 'Performance'), (94, 2, 'Leistung'), (94, 3, 'Prestaties'), (94, 4, 'Performances'), (94, 5, 'Prestazioni'), (94, 6, 'Wydajność'), +(94, 7, 'Rendimiento'), (95, 1, 'Administration'), (95, 2, 'Verwaltung'), (95, 3, 'Administratie'), (95, 4, 'Administration'), (95, 5, 'Amministrazione'), (95, 6, 'Administracja'), +(95, 7, 'Administración'), (96, 1, 'E-mail'), (96, 2, 'E-mail'), (96, 3, 'E-mail'), (96, 4, 'E-mail'), (96, 5, 'E-mail'), (96, 6, 'E-mail'), +(96, 7, 'E-mail'), (97, 1, 'Import'), (97, 2, 'Importieren'), (97, 3, 'Importeren'), (97, 4, 'Importer'), (97, 5, 'Importa'), (97, 6, 'Importuj'), +(97, 7, 'Importar'), (98, 1, 'Team'), (98, 2, 'Benutzerrechte'), (98, 3, 'Medewerkers'), (98, 4, 'Équipe'), (98, 5, 'Dipendenti'), (98, 6, 'Zespół'), +(98, 7, 'Equipo'), (99, 1, 'Employees'), (99, 2, 'Mitarbeiter'), (99, 3, 'Medewerkers'), (99, 4, 'Employés'), (99, 5, 'Dipendenti'), (99, 6, 'Pracownicy'), +(99, 7, 'Empleados'), (100, 1, 'Profiles'), (100, 2, 'Profile'), (100, 3, 'Profielen'), (100, 4, 'Profils'), (100, 5, 'Profili'), (100, 6, 'Profile'), +(100, 7, 'Perfiles'), (101, 1, 'Permissions'), (101, 2, 'Berechtigungen'), (101, 3, 'Permissies'), (101, 4, 'Permissions'), (101, 5, 'Permessi'), (101, 6, 'Uprawnienia'), +(101, 7, 'Permisos'), (102, 1, 'Database'), (102, 2, 'Datenbank'), (102, 3, 'Database'), (102, 4, 'Base de données'), (102, 5, 'Database'), (102, 6, 'Baza danych'), +(102, 7, 'Base de datos'), (103, 1, 'SQL Manager'), (103, 2, 'SQL-Abfragen'), (103, 3, 'SQL-beheer'), (103, 4, 'Gestionnaire SQL'), (103, 5, 'Manager SQL'), (103, 6, 'Menadżer SQL'), +(103, 7, 'Gestor SQL'), (104, 1, 'DB Backup'), (104, 2, 'Datenbank-Backup'), (104, 3, 'DB-backup'), (104, 4, 'Sauvegarde BDD'), (104, 5, 'Backup DB'), (104, 6, 'Kopia zapasowa DB'), +(104, 7, 'Respaldar BD'), (105, 1, 'Logs'), (105, 2, 'Log-Dateien'), (105, 3, 'Logboeken'), (105, 4, 'Logs'), (105, 5, 'Logs'), (105, 6, 'Logi'), +(105, 7, 'Registros/Logs'), (106, 1, 'Webservice'), (106, 2, 'Webservice'), (106, 3, 'Webservice'), (106, 4, 'Webservice'), (106, 5, 'Webservice'), (106, 6, 'API'), +(106, 7, 'Webservice'), (107, 1, 'Authorization Server'), (107, 2, 'Authorization Server'), (107, 3, 'Autorisatie server'), (107, 4, 'Serveur d\'autorisation'), (107, 5, 'Server di autorizzazione'), (107, 6, 'Serwer autoryzacji'), +(107, 7, 'Servidor de autorización'), (108, 1, 'Multistore'), (108, 2, 'Multishop'), (108, 3, 'Multistore'), (108, 4, 'Multiboutique'), (108, 5, 'Multinegozio'), (108, 6, 'Multisklep'), +(108, 7, 'Multitienda'), (109, 1, 'Multistore'), (109, 2, 'Multishop'), (109, 3, 'Multistore'), (109, 4, 'Multiboutique'), (109, 5, 'Multinegozio'), (109, 6, 'Multisklep'), +(109, 7, 'Multitienda'), (110, 1, 'New & Experimental Features'), (110, 2, 'Neue & experimentelle Funktionen'), (110, 3, 'Nieuwe en experimentele functies'), (110, 4, 'Fonctionnalités nouvelles et expérimentales'), (110, 5, 'Funzionalità Nuove e Sperimentali'), (110, 6, 'Nowe i eksperymentalne funkcje'), +(110, 7, 'Características nuevas y experimentales'), (111, 1, 'Security'), (111, 2, 'Security'), (111, 3, 'Beveiliging'), (111, 4, 'Sécurité'), (111, 5, 'Sicurezza'), (111, 6, 'Bezpieczeństwo'), +(111, 7, 'Security'), (112, 1, 'Security'), (112, 2, 'Security'), (112, 3, 'Beveiliging'), (112, 4, 'Sécurité'), (112, 5, 'Sicurezza'), (112, 6, 'Bezpieczeństwo'), +(112, 7, 'Security'), (113, 1, 'Employee Sessions'), (113, 2, 'Employee Sessions'), (113, 3, 'Werknemer Sessies'), (113, 4, 'Sessions employés'), (113, 5, 'Sessioni Impiegato'), (113, 6, 'Employee Sessions'), +(113, 7, 'Sesiones de empleados'), (114, 1, 'Customer Sessions'), (114, 2, 'Customer Sessions'), (114, 3, 'Klantsessies'), (114, 4, 'Sessions clients'), (114, 5, 'Sessioni Cliente'), (114, 6, 'Customer Sessions'), +(114, 7, 'Sesiones de clientes'), (115, 1, 'Quick Access'), (115, 2, 'Schnellzugriff'), (115, 3, 'Snelle toegang'), (115, 4, 'Accès rapide'), (115, 5, 'Accesso Veloce'), (115, 6, 'Szybki dostęp'), +(115, 7, 'Acceso rápido'), (116, 1, 'More'), (116, 2, 'Mehr'), (116, 3, 'Meer'), (116, 4, 'Détails'), (116, 5, 'Più'), (116, 6, 'Więcej'), +(116, 7, 'Más'), (118, 1, 'Link List'), (118, 2, 'Linkliste'), (118, 3, 'Linklijst'), (118, 4, 'Liste de liens'), (118, 5, 'Elenco Link'), (118, 6, 'Lista linków'), +(118, 7, 'Lista de enlaces'), (119, 1, 'AdminBlockListing'), (119, 2, 'AdminBlockListing'), (119, 3, 'AdminBlockListing'), (119, 4, 'AdminBlockListing'), (119, 5, 'AdminBlockListing'), (119, 6, 'AdminBlockListing'), +(119, 7, 'AdminBlockListing'), (120, 1, 'Wishlist Module'), (120, 2, 'Wishlist Module'), (120, 3, 'Wishlist Module'), (120, 4, 'Wishlist Module'), (120, 5, 'Wishlist Module'), (120, 6, 'Wishlist Module'), +(120, 7, 'Wishlist Module'), (121, 1, 'Configuration'), (121, 2, 'Einstellungen'), (121, 3, 'Configuratie'), (121, 4, 'Paramètres'), (121, 5, 'Configurazione'), (121, 6, 'Konfiguracja'), +(121, 7, 'Configuración'), (122, 1, 'Statistics'), (122, 2, 'Statistics'), (122, 3, 'Statistics'), (122, 4, 'Statistics'), (122, 5, 'Statistics'), (122, 6, 'Statistics'), +(122, 7, 'Statistics'), (123, 1, 'Official GDPR compliance'), (123, 2, 'Official GDPR compliance'), (123, 3, 'Official GDPR compliance'), (123, 4, 'Official GDPR compliance'), (123, 5, 'Official GDPR compliance'), (123, 6, 'Official GDPR compliance'), +(123, 7, 'Official GDPR compliance'), (124, 1, 'Official GDPR compliance'), (124, 2, 'Official GDPR compliance'), (124, 3, 'Official GDPR compliance'), (124, 4, 'Official GDPR compliance'), (124, 5, 'Official GDPR compliance'), (124, 6, 'Official GDPR compliance'), +(124, 7, 'Official GDPR compliance'), (125, 1, 'Dashgoals'), (125, 2, 'Dashgoals'), (125, 3, 'Dashgoals'), (125, 4, 'Dashgoals'), (125, 5, 'Dashgoals'), (125, 6, 'Dashgoals'), +(125, 7, 'Dashgoals'), (126, 1, 'Order Notifications on the Favicon'), (126, 2, 'Order Notifications on the Favicon'), (126, 3, 'Order Notifications on the Favicon'), (126, 4, 'Order Notifications on the Favicon'), (126, 5, 'Order Notifications on the Favicon'), (126, 6, 'Order Notifications on the Favicon'), +(126, 7, 'Order Notifications on the Favicon'), (127, 1, 'Theme & Logo'), (127, 2, 'Template und Logo'), (127, 3, 'Thema en logo'), (127, 4, 'Thème et logo'), (127, 5, 'Tema & Logo'), (127, 6, 'Szablony'), +(127, 7, 'Tema y logotipo'), (128, 1, 'Pages Configuration'), (128, 2, 'Pages Configuration'), (128, 3, 'Pages Configuration'), (128, 4, 'Pages Configuration'), (128, 5, 'Pages Configuration'), (128, 6, 'Pages Configuration'), +(128, 7, 'Pages Configuration'), (129, 1, 'Advanced Customization'), (129, 2, 'Advanced Customization'), (129, 3, 'Advanced Customization'), (129, 4, 'Advanced Customization'), (129, 5, 'Advanced Customization'), -(129, 6, 'Advanced Customization'); +(129, 6, 'Advanced Customization'), +(129, 7, 'Advanced Customization'); DROP TABLE IF EXISTS `ps_tab_module_preference`; CREATE TABLE `ps_tab_module_preference` ( @@ -16313,7 +17295,7 @@ CREATE TABLE `ps_tax` ( `active` tinyint(1) unsigned NOT NULL DEFAULT '1', `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_tax`) -) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_tax` (`id_tax`, `rate`, `active`, `deleted`) VALUES (1, 19.000, 1, 0), @@ -16352,7 +17334,13 @@ INSERT INTO `ps_tax` (`id_tax`, `rate`, `active`, `deleted`) VALUES (34, 2.500, 1, 0), (35, 8.000, 1, 0), (36, 5.000, 1, 0), -(37, 0.000, 1, 0); +(37, 0.000, 1, 0), +(38, 10.000, 1, 0), +(39, 5.000, 1, 0), +(40, 4.000, 1, 0), +(41, 0.000, 1, 0), +(42, 10.000, 1, 0), +(43, 4.000, 1, 0); DROP TABLE IF EXISTS `ps_tax_lang`; CREATE TABLE `ps_tax_lang` ( @@ -16369,222 +17357,301 @@ INSERT INTO `ps_tax_lang` (`id_tax`, `id_lang`, `name`) VALUES (1, 4, 'MwSt. DE 19%'), (1, 5, 'MwSt. DE 19%'), (1, 6, 'MwSt. DE 19%'), +(1, 7, 'MwSt. DE 19%'), (2, 1, 'MwSt. DE 7%'), (2, 2, 'MwSt. DE 7%'), (2, 3, 'MwSt. DE 7%'), (2, 4, 'MwSt. DE 7%'), (2, 5, 'MwSt. DE 7%'), (2, 6, 'MwSt. DE 7%'), +(2, 7, 'MwSt. DE 7%'), (3, 1, 'USt. AT 20%'), (3, 2, 'USt. AT 20%'), (3, 3, 'USt. AT 20%'), (3, 4, 'USt. AT 20%'), (3, 5, 'USt. AT 20%'), (3, 6, 'USt. AT 20%'), +(3, 7, 'USt. AT 20%'), (4, 1, 'TVA BE 21%'), (4, 2, 'TVA BE 21%'), (4, 3, 'TVA BE 21%'), (4, 4, 'TVA BE 21%'), (4, 5, 'TVA BE 21%'), (4, 6, 'TVA BE 21%'), +(4, 7, 'TVA BE 21%'), (5, 1, 'ДДС BG 20%'), (5, 2, 'ДДС BG 20%'), (5, 3, 'ДДС BG 20%'), (5, 4, 'ДДС BG 20%'), (5, 5, 'ДДС BG 20%'), (5, 6, 'ДДС BG 20%'), +(5, 7, 'ДДС BG 20%'), (6, 1, 'ΦΠΑ CY 19%'), (6, 2, 'ΦΠΑ CY 19%'), (6, 3, 'ΦΠΑ CY 19%'), (6, 4, 'ΦΠΑ CY 19%'), (6, 5, 'ΦΠΑ CY 19%'), (6, 6, 'ΦΠΑ CY 19%'), +(6, 7, 'ΦΠΑ CY 19%'), (7, 1, 'DPH CZ 21%'), (7, 2, 'DPH CZ 21%'), (7, 3, 'DPH CZ 21%'), (7, 4, 'DPH CZ 21%'), (7, 5, 'DPH CZ 21%'), (7, 6, 'DPH CZ 21%'), +(7, 7, 'DPH CZ 21%'), (8, 1, 'moms DK 25%'), (8, 2, 'moms DK 25%'), (8, 3, 'moms DK 25%'), (8, 4, 'moms DK 25%'), (8, 5, 'moms DK 25%'), (8, 6, 'moms DK 25%'), +(8, 7, 'moms DK 25%'), (9, 1, 'km EE 20%'), (9, 2, 'km EE 20%'), (9, 3, 'km EE 20%'), (9, 4, 'km EE 20%'), (9, 5, 'km EE 20%'), (9, 6, 'km EE 20%'), +(9, 7, 'km EE 20%'), (10, 1, 'IVA ES 21%'), (10, 2, 'IVA ES 21%'), (10, 3, 'IVA ES 21%'), (10, 4, 'IVA ES 21%'), (10, 5, 'IVA ES 21%'), (10, 6, 'IVA ES 21%'), +(10, 7, 'IVA ES 21%'), (11, 1, 'ALV FI 24%'), (11, 2, 'ALV FI 24%'), (11, 3, 'ALV FI 24%'), (11, 4, 'ALV FI 24%'), (11, 5, 'ALV FI 24%'), (11, 6, 'ALV FI 24%'), +(11, 7, 'ALV FI 24%'), (12, 1, 'TVA FR 20%'), (12, 2, 'TVA FR 20%'), (12, 3, 'TVA FR 20%'), (12, 4, 'TVA FR 20%'), (12, 5, 'TVA FR 20%'), (12, 6, 'TVA FR 20%'), +(12, 7, 'TVA FR 20%'), (13, 1, 'VAT UK 20%'), (13, 2, 'VAT UK 20%'), (13, 3, 'VAT UK 20%'), (13, 4, 'VAT UK 20%'), (13, 5, 'VAT UK 20%'), (13, 6, 'VAT UK 20%'), +(13, 7, 'VAT UK 20%'), (14, 1, 'ΦΠΑ GR 24%'), (14, 2, 'ΦΠΑ GR 24%'), (14, 3, 'ΦΠΑ GR 24%'), (14, 4, 'ΦΠΑ GR 24%'), (14, 5, 'ΦΠΑ GR 24%'), (14, 6, 'ΦΠΑ GR 24%'), +(14, 7, 'ΦΠΑ GR 24%'), (15, 1, 'Croatia PDV 25%'), (15, 2, 'Croatia PDV 25%'), (15, 3, 'Croatia PDV 25%'), (15, 4, 'Croatia PDV 25%'), (15, 5, 'Croatia PDV 25%'), (15, 6, 'Croatia PDV 25%'), +(15, 7, 'Croatia PDV 25%'), (16, 1, 'ÁFA HU 27%'), (16, 2, 'ÁFA HU 27%'), (16, 3, 'ÁFA HU 27%'), (16, 4, 'ÁFA HU 27%'), (16, 5, 'ÁFA HU 27%'), (16, 6, 'ÁFA HU 27%'), +(16, 7, 'ÁFA HU 27%'), (17, 1, 'VAT IE 23%'), (17, 2, 'VAT IE 23%'), (17, 3, 'VAT IE 23%'), (17, 4, 'VAT IE 23%'), (17, 5, 'VAT IE 23%'), (17, 6, 'VAT IE 23%'), +(17, 7, 'VAT IE 23%'), (18, 1, 'IVA IT 22%'), (18, 2, 'IVA IT 22%'), (18, 3, 'IVA IT 22%'), (18, 4, 'IVA IT 22%'), (18, 5, 'IVA IT 22%'), (18, 6, 'IVA IT 22%'), +(18, 7, 'IVA IT 22%'), (19, 1, 'PVM LT 21%'), (19, 2, 'PVM LT 21%'), (19, 3, 'PVM LT 21%'), (19, 4, 'PVM LT 21%'), (19, 5, 'PVM LT 21%'), (19, 6, 'PVM LT 21%'), +(19, 7, 'PVM LT 21%'), (20, 1, 'TVA LU 17%'), (20, 2, 'TVA LU 17%'), (20, 3, 'TVA LU 17%'), (20, 4, 'TVA LU 17%'), (20, 5, 'TVA LU 17%'), (20, 6, 'TVA LU 17%'), +(20, 7, 'TVA LU 17%'), (21, 1, 'PVN LV 21%'), (21, 2, 'PVN LV 21%'), (21, 3, 'PVN LV 21%'), (21, 4, 'PVN LV 21%'), (21, 5, 'PVN LV 21%'), (21, 6, 'PVN LV 21%'), +(21, 7, 'PVN LV 21%'), (22, 1, 'TVA MC 20%'), (22, 2, 'TVA MC 20%'), (22, 3, 'TVA MC 20%'), (22, 4, 'TVA MC 20%'), (22, 5, 'TVA MC 20%'), (22, 6, 'TVA MC 20%'), +(22, 7, 'TVA MC 20%'), (23, 1, 'VAT MT 18%'), (23, 2, 'VAT MT 18%'), (23, 3, 'VAT MT 18%'), (23, 4, 'VAT MT 18%'), (23, 5, 'VAT MT 18%'), (23, 6, 'VAT MT 18%'), +(23, 7, 'VAT MT 18%'), (24, 1, 'BTW NL 21%'), (24, 2, 'BTW NL 21%'), (24, 3, 'BTW NL 21%'), (24, 4, 'BTW NL 21%'), (24, 5, 'BTW NL 21%'), (24, 6, 'BTW NL 21%'), +(24, 7, 'BTW NL 21%'), (25, 1, 'PTU PL 23%'), (25, 2, 'PTU PL 23%'), (25, 3, 'PTU PL 23%'), (25, 4, 'PTU PL 23%'), (25, 5, 'PTU PL 23%'), (25, 6, 'PTU PL 23%'), +(25, 7, 'PTU PL 23%'), (26, 1, 'IVA PT 23%'), (26, 2, 'IVA PT 23%'), (26, 3, 'IVA PT 23%'), (26, 4, 'IVA PT 23%'), (26, 5, 'IVA PT 23%'), (26, 6, 'IVA PT 23%'), +(26, 7, 'IVA PT 23%'), (27, 1, 'TVA RO 19%'), (27, 2, 'TVA RO 19%'), (27, 3, 'TVA RO 19%'), (27, 4, 'TVA RO 19%'), (27, 5, 'TVA RO 19%'), (27, 6, 'TVA RO 19%'), +(27, 7, 'TVA RO 19%'), (28, 1, 'Moms SE 25%'), (28, 2, 'Moms SE 25%'), (28, 3, 'Moms SE 25%'), (28, 4, 'Moms SE 25%'), (28, 5, 'Moms SE 25%'), (28, 6, 'Moms SE 25%'), +(28, 7, 'Moms SE 25%'), (29, 1, 'DDV SI 22%'), (29, 2, 'DDV SI 22%'), (29, 3, 'DDV SI 22%'), (29, 4, 'DDV SI 22%'), (29, 5, 'DDV SI 22%'), (29, 6, 'DDV SI 22%'), +(29, 7, 'DDV SI 22%'), (30, 1, 'DPH SK 20%'), (30, 2, 'DPH SK 20%'), (30, 3, 'DPH SK 20%'), (30, 4, 'DPH SK 20%'), (30, 5, 'DPH SK 20%'), (30, 6, 'DPH SK 20%'), +(30, 7, 'DPH SK 20%'), (31, 1, 'BTW NL 9%'), (31, 2, 'BTW NL 9%'), (31, 3, 'BTW NL 9%'), (31, 4, 'BTW NL 9%'), (31, 5, 'BTW NL 9%'), (31, 6, 'BTW NL 9%'), +(31, 7, 'BTW NL 9%'), (32, 1, 'TVA CH 7.7%'), (32, 2, 'TVA CH 7.7%'), (32, 3, 'TVA CH 7.7%'), (32, 4, 'TVA CH 7.7%'), (32, 5, 'TVA CH 7.7%'), (32, 6, 'TVA CH 7.7%'), +(32, 7, 'TVA CH 7.7%'), (33, 1, 'TVA CH 3.7%'), (33, 2, 'TVA CH 3.7%'), (33, 3, 'TVA CH 3.7%'), (33, 4, 'TVA CH 3.7%'), (33, 5, 'TVA CH 3.7%'), (33, 6, 'TVA CH 3.7%'), +(33, 7, 'TVA CH 3.7%'), (34, 1, 'TVA CH 2.5%'), (34, 2, 'TVA CH 2.5%'), (34, 3, 'TVA CH 2.5%'), (34, 4, 'TVA CH 2.5%'), (34, 5, 'TVA CH 2.5%'), (34, 6, 'TVA CH 2.5%'), +(34, 7, 'TVA CH 2.5%'), (35, 1, 'PTU PL 8%'), (35, 2, 'PTU PL 8%'), (35, 3, 'PTU PL 8%'), (35, 4, 'PTU PL 8%'), (35, 5, 'PTU PL 8%'), (35, 6, 'PTU PL 8%'), +(35, 7, 'PTU PL 8%'), (36, 1, 'PTU PL 5%'), (36, 2, 'PTU PL 5%'), (36, 3, 'PTU PL 5%'), (36, 4, 'PTU PL 5%'), (36, 5, 'PTU PL 5%'), (36, 6, 'PTU PL 5%'), +(36, 7, 'PTU PL 5%'), (37, 1, 'PTU PL 0'), (37, 2, 'PTU PL 0'), (37, 3, 'PTU PL 0'), (37, 4, 'PTU PL 0'), (37, 5, 'PTU PL 0'), -(37, 6, 'PTU PL 0'); +(37, 6, 'PTU PL 0'), +(37, 7, 'PTU PL 0'), +(38, 1, 'IVA IT 10%'), +(38, 2, 'IVA IT 10%'), +(38, 3, 'IVA IT 10%'), +(38, 4, 'IVA IT 10%'), +(38, 5, 'IVA IT 10%'), +(38, 6, 'IVA IT 10%'), +(38, 7, 'IVA IT 10%'), +(39, 1, 'IVA IT 5%'), +(39, 2, 'IVA IT 5%'), +(39, 3, 'IVA IT 5%'), +(39, 4, 'IVA IT 5%'), +(39, 5, 'IVA IT 5%'), +(39, 6, 'IVA IT 5%'), +(39, 7, 'IVA IT 5%'), +(40, 1, 'IVA IT 4%'), +(40, 2, 'IVA IT 4%'), +(40, 3, 'IVA IT 4%'), +(40, 4, 'IVA IT 4%'), +(40, 5, 'IVA IT 4%'), +(40, 6, 'IVA IT 4%'), +(40, 7, 'IVA IT 4%'), +(41, 1, 'IVA IT 0%'), +(41, 2, 'IVA IT 0%'), +(41, 3, 'IVA IT 0%'), +(41, 4, 'IVA IT 0%'), +(41, 5, 'IVA IT 0%'), +(41, 6, 'IVA IT 0%'), +(41, 7, 'IVA IT 0%'), +(42, 1, 'IVA ES 10%'), +(42, 2, 'IVA ES 10%'), +(42, 3, 'IVA ES 10%'), +(42, 4, 'IVA ES 10%'), +(42, 5, 'IVA ES 10%'), +(42, 6, 'IVA ES 10%'), +(42, 7, 'IVA ES 10%'), +(43, 1, 'IVA ES 4%'), +(43, 2, 'IVA ES 4%'), +(43, 3, 'IVA ES 4%'), +(43, 4, 'IVA ES 4%'), +(43, 5, 'IVA ES 4%'), +(43, 6, 'IVA ES 4%'), +(43, 7, 'IVA ES 4%'); DROP TABLE IF EXISTS `ps_tax_rule`; CREATE TABLE `ps_tax_rule` ( @@ -16601,7 +17668,7 @@ CREATE TABLE `ps_tax_rule` ( KEY `id_tax_rules_group` (`id_tax_rules_group`), KEY `id_tax` (`id_tax`), KEY `category_getproducts` (`id_tax_rules_group`,`id_country`,`id_state`,`zipcode_from`) -) ENGINE=InnoDB AUTO_INCREMENT=379 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_tax_rule` (`id_tax_rule`, `id_tax_rules_group`, `id_country`, `id_state`, `zipcode_from`, `zipcode_to`, `id_tax`, `behavior`, `description`) VALUES (1, 1, 3, 0, '0', '0', 1, 0, ''), @@ -16981,7 +18048,297 @@ INSERT INTO `ps_tax_rule` (`id_tax_rule`, `id_tax_rules_group`, `id_country`, `i (375, 16, 37, 0, '0', '0', 37, 0, ''), (376, 16, 7, 0, '0', '0', 37, 0, ''), (377, 16, 18, 0, '0', '0', 37, 0, ''), -(378, 16, 17, 0, '0', '0', 37, 0, ''); +(378, 16, 17, 0, '0', '0', 37, 0, ''), +(379, 17, 3, 0, '0', '0', 18, 0, ''), +(380, 17, 233, 0, '0', '0', 18, 0, ''), +(381, 17, 16, 0, '0', '0', 18, 0, ''), +(382, 17, 20, 0, '0', '0', 18, 0, ''), +(383, 17, 1, 0, '0', '0', 18, 0, ''), +(384, 17, 86, 0, '0', '0', 18, 0, ''), +(385, 17, 9, 0, '0', '0', 18, 0, ''), +(386, 17, 74, 0, '0', '0', 18, 0, ''), +(387, 17, 6, 0, '0', '0', 18, 0, ''), +(388, 17, 8, 0, '0', '0', 18, 0, ''), +(389, 17, 147, 0, '0', '0', 18, 0, ''), +(390, 17, 26, 0, '0', '0', 18, 0, ''), +(391, 17, 10, 0, '0', '0', 18, 0, ''), +(392, 17, 76, 0, '0', '0', 18, 0, ''), +(393, 17, 124, 0, '0', '0', 18, 0, ''), +(394, 17, 130, 0, '0', '0', 18, 0, ''), +(395, 17, 12, 0, '0', '0', 18, 0, ''), +(396, 17, 142, 0, '0', '0', 18, 0, ''), +(397, 17, 138, 0, '0', '0', 18, 0, ''), +(398, 17, 13, 0, '0', '0', 18, 0, ''), +(399, 17, 2, 0, '0', '0', 18, 0, ''), +(400, 17, 14, 0, '0', '0', 18, 0, ''), +(401, 17, 15, 0, '0', '0', 18, 0, ''), +(402, 17, 36, 0, '0', '0', 18, 0, ''), +(403, 17, 191, 0, '0', '0', 18, 0, ''), +(404, 17, 37, 0, '0', '0', 18, 0, ''), +(405, 17, 7, 0, '0', '0', 18, 0, ''), +(406, 17, 18, 0, '0', '0', 18, 0, ''), +(407, 17, 17, 0, '0', '0', 18, 0, ''), +(408, 18, 3, 0, '0', '0', 38, 0, ''), +(409, 18, 233, 0, '0', '0', 38, 0, ''), +(410, 18, 16, 0, '0', '0', 38, 0, ''), +(411, 18, 20, 0, '0', '0', 38, 0, ''), +(412, 18, 1, 0, '0', '0', 38, 0, ''), +(413, 18, 86, 0, '0', '0', 38, 0, ''), +(414, 18, 9, 0, '0', '0', 38, 0, ''), +(415, 18, 74, 0, '0', '0', 38, 0, ''), +(416, 18, 6, 0, '0', '0', 38, 0, ''), +(417, 18, 8, 0, '0', '0', 38, 0, ''), +(418, 18, 147, 0, '0', '0', 38, 0, ''), +(419, 18, 26, 0, '0', '0', 38, 0, ''), +(420, 18, 10, 0, '0', '0', 38, 0, ''), +(421, 18, 76, 0, '0', '0', 38, 0, ''), +(422, 18, 124, 0, '0', '0', 38, 0, ''), +(423, 18, 130, 0, '0', '0', 38, 0, ''), +(424, 18, 12, 0, '0', '0', 38, 0, ''), +(425, 18, 142, 0, '0', '0', 38, 0, ''), +(426, 18, 138, 0, '0', '0', 38, 0, ''), +(427, 18, 13, 0, '0', '0', 38, 0, ''), +(428, 18, 2, 0, '0', '0', 38, 0, ''), +(429, 18, 14, 0, '0', '0', 38, 0, ''), +(430, 18, 15, 0, '0', '0', 38, 0, ''), +(431, 18, 36, 0, '0', '0', 38, 0, ''), +(432, 18, 191, 0, '0', '0', 38, 0, ''), +(433, 18, 37, 0, '0', '0', 38, 0, ''), +(434, 18, 7, 0, '0', '0', 38, 0, ''), +(435, 18, 18, 0, '0', '0', 38, 0, ''), +(436, 18, 17, 0, '0', '0', 38, 0, ''), +(437, 19, 3, 0, '0', '0', 39, 0, ''), +(438, 19, 233, 0, '0', '0', 39, 0, ''), +(439, 19, 16, 0, '0', '0', 39, 0, ''), +(440, 19, 20, 0, '0', '0', 39, 0, ''), +(441, 19, 1, 0, '0', '0', 39, 0, ''), +(442, 19, 86, 0, '0', '0', 39, 0, ''), +(443, 19, 9, 0, '0', '0', 39, 0, ''), +(444, 19, 74, 0, '0', '0', 39, 0, ''), +(445, 19, 6, 0, '0', '0', 39, 0, ''), +(446, 19, 8, 0, '0', '0', 39, 0, ''), +(447, 19, 147, 0, '0', '0', 39, 0, ''), +(448, 19, 26, 0, '0', '0', 39, 0, ''), +(449, 19, 10, 0, '0', '0', 39, 0, ''), +(450, 19, 76, 0, '0', '0', 39, 0, ''), +(451, 19, 124, 0, '0', '0', 39, 0, ''), +(452, 19, 130, 0, '0', '0', 39, 0, ''), +(453, 19, 12, 0, '0', '0', 39, 0, ''), +(454, 19, 142, 0, '0', '0', 39, 0, ''), +(455, 19, 138, 0, '0', '0', 39, 0, ''), +(456, 19, 13, 0, '0', '0', 39, 0, ''), +(457, 19, 2, 0, '0', '0', 39, 0, ''), +(458, 19, 14, 0, '0', '0', 39, 0, ''), +(459, 19, 15, 0, '0', '0', 39, 0, ''), +(460, 19, 36, 0, '0', '0', 39, 0, ''), +(461, 19, 191, 0, '0', '0', 39, 0, ''), +(462, 19, 37, 0, '0', '0', 39, 0, ''), +(463, 19, 7, 0, '0', '0', 39, 0, ''), +(464, 19, 18, 0, '0', '0', 39, 0, ''), +(465, 19, 17, 0, '0', '0', 39, 0, ''), +(466, 20, 3, 0, '0', '0', 40, 0, ''), +(467, 20, 233, 0, '0', '0', 40, 0, ''), +(468, 20, 16, 0, '0', '0', 40, 0, ''), +(469, 20, 20, 0, '0', '0', 40, 0, ''), +(470, 20, 1, 0, '0', '0', 40, 0, ''), +(471, 20, 86, 0, '0', '0', 40, 0, ''), +(472, 20, 9, 0, '0', '0', 40, 0, ''), +(473, 20, 74, 0, '0', '0', 40, 0, ''), +(474, 20, 6, 0, '0', '0', 40, 0, ''), +(475, 20, 8, 0, '0', '0', 40, 0, ''), +(476, 20, 147, 0, '0', '0', 40, 0, ''), +(477, 20, 26, 0, '0', '0', 40, 0, ''), +(478, 20, 10, 0, '0', '0', 40, 0, ''), +(479, 20, 76, 0, '0', '0', 40, 0, ''), +(480, 20, 124, 0, '0', '0', 40, 0, ''), +(481, 20, 130, 0, '0', '0', 40, 0, ''), +(482, 20, 12, 0, '0', '0', 40, 0, ''), +(483, 20, 142, 0, '0', '0', 40, 0, ''), +(484, 20, 138, 0, '0', '0', 40, 0, ''), +(485, 20, 13, 0, '0', '0', 40, 0, ''), +(486, 20, 2, 0, '0', '0', 40, 0, ''), +(487, 20, 14, 0, '0', '0', 40, 0, ''), +(488, 20, 15, 0, '0', '0', 40, 0, ''), +(489, 20, 36, 0, '0', '0', 40, 0, ''), +(490, 20, 191, 0, '0', '0', 40, 0, ''), +(491, 20, 37, 0, '0', '0', 40, 0, ''), +(492, 20, 7, 0, '0', '0', 40, 0, ''), +(493, 20, 18, 0, '0', '0', 40, 0, ''), +(494, 20, 17, 0, '0', '0', 40, 0, ''), +(495, 21, 3, 0, '0', '0', 41, 0, ''), +(496, 21, 233, 0, '0', '0', 41, 0, ''), +(497, 21, 16, 0, '0', '0', 41, 0, ''), +(498, 21, 20, 0, '0', '0', 41, 0, ''), +(499, 21, 1, 0, '0', '0', 41, 0, ''), +(500, 21, 86, 0, '0', '0', 41, 0, ''), +(501, 21, 9, 0, '0', '0', 41, 0, ''), +(502, 21, 74, 0, '0', '0', 41, 0, ''), +(503, 21, 6, 0, '0', '0', 41, 0, ''), +(504, 21, 8, 0, '0', '0', 41, 0, ''), +(505, 21, 147, 0, '0', '0', 41, 0, ''), +(506, 21, 26, 0, '0', '0', 41, 0, ''), +(507, 21, 10, 0, '0', '0', 41, 0, ''), +(508, 21, 76, 0, '0', '0', 41, 0, ''), +(509, 21, 124, 0, '0', '0', 41, 0, ''), +(510, 21, 130, 0, '0', '0', 41, 0, ''), +(511, 21, 12, 0, '0', '0', 41, 0, ''), +(512, 21, 142, 0, '0', '0', 41, 0, ''), +(513, 21, 138, 0, '0', '0', 41, 0, ''), +(514, 21, 13, 0, '0', '0', 41, 0, ''), +(515, 21, 2, 0, '0', '0', 41, 0, ''), +(516, 21, 14, 0, '0', '0', 41, 0, ''), +(517, 21, 15, 0, '0', '0', 41, 0, ''), +(518, 21, 36, 0, '0', '0', 41, 0, ''), +(519, 21, 191, 0, '0', '0', 41, 0, ''), +(520, 21, 37, 0, '0', '0', 41, 0, ''), +(521, 21, 7, 0, '0', '0', 41, 0, ''), +(522, 21, 18, 0, '0', '0', 41, 0, ''), +(523, 21, 17, 0, '0', '0', 41, 0, ''), +(524, 22, 3, 0, '0', '0', 10, 0, ''), +(525, 22, 233, 0, '0', '0', 10, 0, ''), +(526, 22, 16, 0, '0', '0', 10, 0, ''), +(527, 22, 20, 0, '0', '0', 10, 0, ''), +(528, 22, 1, 0, '0', '0', 10, 0, ''), +(529, 22, 86, 0, '0', '0', 10, 0, ''), +(530, 22, 9, 0, '0', '0', 10, 0, ''), +(531, 22, 74, 0, '0', '0', 10, 0, ''), +(532, 22, 6, 0, '0', '0', 10, 0, ''), +(533, 22, 8, 0, '0', '0', 10, 0, ''), +(534, 22, 147, 0, '0', '0', 10, 0, ''), +(535, 22, 26, 0, '0', '0', 10, 0, ''), +(536, 22, 10, 0, '0', '0', 10, 0, ''), +(537, 22, 76, 0, '0', '0', 10, 0, ''), +(538, 22, 124, 0, '0', '0', 10, 0, ''), +(539, 22, 130, 0, '0', '0', 10, 0, ''), +(540, 22, 12, 0, '0', '0', 10, 0, ''), +(541, 22, 142, 0, '0', '0', 10, 0, ''), +(542, 22, 138, 0, '0', '0', 10, 0, ''), +(543, 22, 13, 0, '0', '0', 10, 0, ''), +(544, 22, 2, 0, '0', '0', 10, 0, ''), +(545, 22, 14, 0, '0', '0', 10, 0, ''), +(546, 22, 15, 0, '0', '0', 10, 0, ''), +(547, 22, 36, 0, '0', '0', 10, 0, ''), +(548, 22, 191, 0, '0', '0', 10, 0, ''), +(549, 22, 37, 0, '0', '0', 10, 0, ''), +(550, 22, 7, 0, '0', '0', 10, 0, ''), +(551, 22, 18, 0, '0', '0', 10, 0, ''), +(552, 22, 17, 0, '0', '0', 10, 0, ''), +(553, 23, 3, 0, '0', '0', 42, 0, ''), +(554, 23, 233, 0, '0', '0', 42, 0, ''), +(555, 23, 16, 0, '0', '0', 42, 0, ''), +(556, 23, 20, 0, '0', '0', 42, 0, ''), +(557, 23, 1, 0, '0', '0', 42, 0, ''), +(558, 23, 86, 0, '0', '0', 42, 0, ''), +(559, 23, 9, 0, '0', '0', 42, 0, ''), +(560, 23, 74, 0, '0', '0', 42, 0, ''), +(561, 23, 6, 0, '0', '0', 42, 0, ''), +(562, 23, 8, 0, '0', '0', 42, 0, ''), +(563, 23, 147, 0, '0', '0', 42, 0, ''), +(564, 23, 26, 0, '0', '0', 42, 0, ''), +(565, 23, 10, 0, '0', '0', 42, 0, ''), +(566, 23, 76, 0, '0', '0', 42, 0, ''), +(567, 23, 124, 0, '0', '0', 42, 0, ''), +(568, 23, 130, 0, '0', '0', 42, 0, ''), +(569, 23, 12, 0, '0', '0', 42, 0, ''), +(570, 23, 142, 0, '0', '0', 42, 0, ''), +(571, 23, 138, 0, '0', '0', 42, 0, ''), +(572, 23, 13, 0, '0', '0', 42, 0, ''), +(573, 23, 2, 0, '0', '0', 42, 0, ''), +(574, 23, 14, 0, '0', '0', 42, 0, ''), +(575, 23, 15, 0, '0', '0', 42, 0, ''), +(576, 23, 36, 0, '0', '0', 42, 0, ''), +(577, 23, 191, 0, '0', '0', 42, 0, ''), +(578, 23, 37, 0, '0', '0', 42, 0, ''), +(579, 23, 7, 0, '0', '0', 42, 0, ''), +(580, 23, 18, 0, '0', '0', 42, 0, ''), +(581, 23, 17, 0, '0', '0', 42, 0, ''), +(582, 24, 3, 0, '0', '0', 43, 0, ''), +(583, 24, 233, 0, '0', '0', 43, 0, ''), +(584, 24, 16, 0, '0', '0', 43, 0, ''), +(585, 24, 20, 0, '0', '0', 43, 0, ''), +(586, 24, 1, 0, '0', '0', 43, 0, ''), +(587, 24, 86, 0, '0', '0', 43, 0, ''), +(588, 24, 9, 0, '0', '0', 43, 0, ''), +(589, 24, 74, 0, '0', '0', 43, 0, ''), +(590, 24, 6, 0, '0', '0', 43, 0, ''), +(591, 24, 8, 0, '0', '0', 43, 0, ''), +(592, 24, 147, 0, '0', '0', 43, 0, ''), +(593, 24, 26, 0, '0', '0', 43, 0, ''), +(594, 24, 10, 0, '0', '0', 43, 0, ''), +(595, 24, 76, 0, '0', '0', 43, 0, ''), +(596, 24, 124, 0, '0', '0', 43, 0, ''), +(597, 24, 130, 0, '0', '0', 43, 0, ''), +(598, 24, 12, 0, '0', '0', 43, 0, ''), +(599, 24, 142, 0, '0', '0', 43, 0, ''), +(600, 24, 138, 0, '0', '0', 43, 0, ''), +(601, 24, 13, 0, '0', '0', 43, 0, ''), +(602, 24, 2, 0, '0', '0', 43, 0, ''), +(603, 24, 14, 0, '0', '0', 43, 0, ''), +(604, 24, 15, 0, '0', '0', 43, 0, ''), +(605, 24, 36, 0, '0', '0', 43, 0, ''), +(606, 24, 191, 0, '0', '0', 43, 0, ''), +(607, 24, 37, 0, '0', '0', 43, 0, ''), +(608, 24, 7, 0, '0', '0', 43, 0, ''), +(609, 24, 18, 0, '0', '0', 43, 0, ''), +(610, 24, 17, 0, '0', '0', 43, 0, ''), +(611, 25, 3, 0, '0', '0', 43, 0, ''), +(612, 25, 233, 0, '0', '0', 43, 0, ''), +(613, 25, 16, 0, '0', '0', 43, 0, ''), +(614, 25, 20, 0, '0', '0', 43, 0, ''), +(615, 25, 1, 0, '0', '0', 43, 0, ''), +(616, 25, 86, 0, '0', '0', 43, 0, ''), +(617, 25, 9, 0, '0', '0', 43, 0, ''), +(618, 25, 74, 0, '0', '0', 43, 0, ''), +(619, 25, 6, 0, '0', '0', 43, 0, ''), +(620, 25, 8, 0, '0', '0', 43, 0, ''), +(621, 25, 147, 0, '0', '0', 43, 0, ''), +(622, 25, 26, 0, '0', '0', 43, 0, ''), +(623, 25, 10, 0, '0', '0', 43, 0, ''), +(624, 25, 76, 0, '0', '0', 43, 0, ''), +(625, 25, 124, 0, '0', '0', 43, 0, ''), +(626, 25, 130, 0, '0', '0', 43, 0, ''), +(627, 25, 12, 0, '0', '0', 43, 0, ''), +(628, 25, 142, 0, '0', '0', 43, 0, ''), +(629, 25, 138, 0, '0', '0', 43, 0, ''), +(630, 25, 13, 0, '0', '0', 43, 0, ''), +(631, 25, 2, 0, '0', '0', 43, 0, ''), +(632, 25, 14, 0, '0', '0', 43, 0, ''), +(633, 25, 15, 0, '0', '0', 43, 0, ''), +(634, 25, 36, 0, '0', '0', 43, 0, ''), +(635, 25, 191, 0, '0', '0', 43, 0, ''), +(636, 25, 37, 0, '0', '0', 43, 0, ''), +(637, 25, 7, 0, '0', '0', 43, 0, ''), +(638, 25, 18, 0, '0', '0', 43, 0, ''), +(639, 25, 17, 0, '0', '0', 43, 0, ''), +(640, 26, 3, 0, '0', '0', 43, 0, ''), +(641, 26, 233, 0, '0', '0', 43, 0, ''), +(642, 26, 16, 0, '0', '0', 43, 0, ''), +(643, 26, 20, 0, '0', '0', 43, 0, ''), +(644, 26, 1, 0, '0', '0', 43, 0, ''), +(645, 26, 86, 0, '0', '0', 43, 0, ''), +(646, 26, 9, 0, '0', '0', 43, 0, ''), +(647, 26, 74, 0, '0', '0', 43, 0, ''), +(648, 26, 6, 0, '0', '0', 43, 0, ''), +(649, 26, 8, 0, '0', '0', 43, 0, ''), +(650, 26, 147, 0, '0', '0', 43, 0, ''), +(651, 26, 26, 0, '0', '0', 43, 0, ''), +(652, 26, 10, 0, '0', '0', 43, 0, ''), +(653, 26, 76, 0, '0', '0', 43, 0, ''), +(654, 26, 124, 0, '0', '0', 43, 0, ''), +(655, 26, 130, 0, '0', '0', 43, 0, ''), +(656, 26, 12, 0, '0', '0', 43, 0, ''), +(657, 26, 142, 0, '0', '0', 43, 0, ''), +(658, 26, 138, 0, '0', '0', 43, 0, ''), +(659, 26, 13, 0, '0', '0', 43, 0, ''), +(660, 26, 2, 0, '0', '0', 43, 0, ''), +(661, 26, 14, 0, '0', '0', 43, 0, ''), +(662, 26, 15, 0, '0', '0', 43, 0, ''), +(663, 26, 36, 0, '0', '0', 43, 0, ''), +(664, 26, 191, 0, '0', '0', 43, 0, ''), +(665, 26, 37, 0, '0', '0', 43, 0, ''), +(666, 26, 7, 0, '0', '0', 43, 0, ''), +(667, 26, 18, 0, '0', '0', 43, 0, ''), +(668, 26, 17, 0, '0', '0', 43, 0, ''); DROP TABLE IF EXISTS `ps_tax_rules_group`; CREATE TABLE `ps_tax_rules_group` ( @@ -16992,7 +18349,7 @@ CREATE TABLE `ps_tax_rules_group` ( `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_tax_rules_group`) -) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_tax_rules_group` (`id_tax_rules_group`, `name`, `active`, `deleted`, `date_add`, `date_upd`) VALUES (1, 'DE Standard Rate (19%)', 1, 0, '2024-02-05 11:03:40', '2024-02-05 11:03:40'), @@ -17010,7 +18367,17 @@ INSERT INTO `ps_tax_rules_group` (`id_tax_rules_group`, `name`, `active`, `delet (13, 'PL Standard Rate (23%)', 1, 0, '2024-03-04 16:07:22', '2024-03-04 16:07:22'), (14, 'PL Reduced Rate (8%)', 1, 0, '2024-03-04 16:07:22', '2024-03-04 16:07:22'), (15, 'PL Reduced Rate (5%)', 1, 0, '2024-03-04 16:07:22', '2024-03-04 16:07:22'), -(16, 'PL Exempted Rate (0%)', 1, 0, '2024-03-04 16:07:22', '2024-03-04 16:07:22'); +(16, 'PL Exempted Rate (0%)', 1, 0, '2024-03-04 16:07:22', '2024-03-04 16:07:22'), +(17, 'IT Standard Rate (22%)', 1, 0, '2024-04-08 17:55:05', '2024-04-08 17:55:05'), +(18, 'IT Reduced Rate (10%)', 1, 0, '2024-04-08 17:55:05', '2024-04-08 17:55:05'), +(19, 'IT Reduced Rate (5%)', 1, 0, '2024-04-08 17:55:06', '2024-04-08 17:55:06'), +(20, 'IT Reduced Rate (4%)', 1, 0, '2024-04-08 17:55:06', '2024-04-08 17:55:06'), +(21, 'IT Zero Rate (0%)', 1, 0, '2024-04-08 17:55:06', '2024-04-08 17:55:06'), +(22, 'ES Standard rate (21%)', 1, 0, '2024-04-08 17:55:28', '2024-04-08 17:55:28'), +(23, 'ES Reduced Rate (10%)', 1, 0, '2024-04-08 17:55:28', '2024-04-08 17:55:28'), +(24, 'ES Super Reduced Rate (4%)', 1, 0, '2024-04-08 17:55:28', '2024-04-08 17:55:28'), +(25, 'ES Foodstuff Rate (4%)', 1, 0, '2024-04-08 17:55:28', '2024-04-08 17:55:28'), +(26, 'ES Books Rate (4%)', 1, 0, '2024-04-08 17:55:28', '2024-04-08 17:55:28'); DROP TABLE IF EXISTS `ps_tax_rules_group_shop`; CREATE TABLE `ps_tax_rules_group_shop` ( @@ -17036,14 +18403,24 @@ INSERT INTO `ps_tax_rules_group_shop` (`id_tax_rules_group`, `id_shop`) VALUES (13, 1), (14, 1), (15, 1), -(16, 1); +(16, 1), +(17, 1), +(18, 1), +(19, 1), +(20, 1), +(21, 1), +(22, 1), +(23, 1), +(24, 1), +(25, 1), +(26, 1); DROP TABLE IF EXISTS `ps_timezone`; CREATE TABLE `ps_timezone` ( `id_timezone` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(32) NOT NULL, PRIMARY KEY (`id_timezone`) -) ENGINE=InnoDB AUTO_INCREMENT=560 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_timezone` (`id_timezone`, `name`) VALUES (1, 'Africa/Abidjan'), @@ -17708,7 +19085,7 @@ CREATE TABLE `ps_web_browser` ( `id_web_browser` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(64) DEFAULT NULL, PRIMARY KEY (`id_web_browser`) -) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_web_browser` (`id_web_browser`, `name`) VALUES (1, 'Safari'), @@ -17736,7 +19113,7 @@ CREATE TABLE `ps_wishlist` ( `date_upd` datetime NOT NULL, `default` int(10) unsigned DEFAULT '0', PRIMARY KEY (`id_wishlist`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_wishlist` (`id_wishlist`, `id_customer`, `id_shop`, `id_shop_group`, `token`, `name`, `counter`, `date_add`, `date_upd`, `default`) VALUES (1, 3, 1, 1, '452A5D3EBA97403A', 'My wishlist', NULL, '2024-02-05 11:01:59', '2024-02-05 11:01:59', 1); @@ -17768,7 +19145,7 @@ CREATE TABLE `ps_zone` ( `name` varchar(64) NOT NULL, `active` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id_zone`) -) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_zone` (`id_zone`, `name`, `active`) VALUES (1, 'Europe', 1), @@ -17798,4 +19175,4 @@ INSERT INTO `ps_zone_shop` (`id_zone`, `id_shop`) VALUES (7, 1), (8, 1); --- 2024-03-04 15:46:12 +-- 2024-04-08 15:56:47