diff --git a/cypress/e2e/ps1785/03_mollie.ps1785.PaymentTestsOrdersAPI.js b/cypress/e2e/ps1785/03_mollie.ps1785.PaymentTestsOrdersAPI.js index d9686bdc4..4dd84cf22 100755 --- a/cypress/e2e/ps1785/03_mollie.ps1785.PaymentTestsOrdersAPI.js +++ b/cypress/e2e/ps1785/03_mollie.ps1785.PaymentTestsOrdersAPI.js @@ -91,7 +91,7 @@ it('C339342: 05 Vouchers Checkouting [Orders API]', () => { cy.get('[class="button form__button"]').click() cy.get('#content-hook_order_confirmation > .card-block').should('be.visible') }) -it.skip('C339343: 06 Vouchers Order BO Refunding, Shipping (Paid part only) [Orders API]', () => { //skipping, because of flaky behavior of this payment, sometimes the Mollie div is shown in Orders BO, sometimes not +it('C339343: 06 Vouchers Order BO Refunding, Shipping (Paid part only) [Orders API]', () => { //skipping, because of flaky behavior of this payment, sometimes the Mollie div is shown in Orders BO, sometimes not cy.OrderRefundingShippingOrdersAPI() cy.get('[class="card-body"]').find('[class="alert alert-warning"]').should('exist') //additional checking if the warning alert for vouchers exist }) diff --git a/cypress/e2e/ps8/03_mollie.ps8.PaymentTestsOrdersAPI.js b/cypress/e2e/ps8/03_mollie.ps8.PaymentTestsOrdersAPI.js index cd97fa101..1fd166e6e 100755 --- a/cypress/e2e/ps8/03_mollie.ps8.PaymentTestsOrdersAPI.js +++ b/cypress/e2e/ps8/03_mollie.ps8.PaymentTestsOrdersAPI.js @@ -670,9 +670,10 @@ it.skip('40 Gift Card Checkouting [Orders API]', () => { it.skip('41 Gift Card Order Shipping, Refunding [Orders API]', () => { cy.OrderRefundingShippingOrdersAPI() }) -it('C1765085: Billie Checkouting [Orders API]', () => { +it.only('C1765085: Billie Checkouting [Orders API]', () => { + // enabling the B2B functionality in PS + cy.visit('/admin1/') cy.visit('/en/index.php?controller=history') - cy.get('a').click() cy.contains('Reorder').click() cy.contains('DE').click() //Billing country LT, DE etc. @@ -687,7 +688,7 @@ it('C1765085: Billie Checkouting [Orders API]', () => { cy.get('[class="button form__button"]').click() cy.get('#content-hook_order_confirmation > .card-block').should('be.visible') }); -it('C1765086: Billie Order Shipping, Refunding [Orders API]', () => { +it.only('C1765086: Billie Order Shipping, Refunding [Orders API]', () => { cy.OrderShippingRefundingOrdersAPI() }) }) diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 322bb14ba..8e0d3c4fe 100755 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -175,6 +175,14 @@ Cypress.Commands.add("ConfOrdersAPI", () => { cy.get('[name="MOLLIE_METHOD_SURCHARGE_FIXED_AMOUNT_in3"]').clear({force: true}).type('11', {force: true}) cy.get('[name="MOLLIE_METHOD_SURCHARGE_PERCENTAGE_in3"]').clear({force: true}).type('22', {force: true}) cy.get('[name="MOLLIE_METHOD_SURCHARGE_LIMIT_in3"]').clear({force: true}).type('33', {force: true}) + //billie + cy.get('[name="MOLLIE_METHOD_ENABLED_billie"]').select('Yes', {force: true}) + cy.get('[name="MOLLIE_METHOD_API_billie"]').select('Orders API', {force: true}) + cy.get('[name="MOLLIE_METHOD_DESCRIPTION_billie"]').clear({force: true}).type('text 123 !@#$%^&*', {force: true}) + cy.get('[name="MOLLIE_METHOD_SURCHARGE_TYPE_billie"]').select('3', {force: true}) + cy.get('[name="MOLLIE_METHOD_SURCHARGE_FIXED_AMOUNT_billie"]').clear({force: true}).type('11', {force: true}) + cy.get('[name="MOLLIE_METHOD_SURCHARGE_PERCENTAGE_billie"]').clear({force: true}).type('22', {force: true}) + cy.get('[name="MOLLIE_METHOD_SURCHARGE_LIMIT_billie"]').clear({force: true}).type('33', {force: true}) }) Cypress.Commands.add("ConfPaymentsAPI", () => { //giropay diff --git a/tests/seed/database/prestashop_8.sql b/tests/seed/database/prestashop_8.sql index 0b7db8dc9..3e2e86882 100755 --- a/tests/seed/database/prestashop_8.sql +++ b/tests/seed/database/prestashop_8.sql @@ -551,6 +551,86 @@ INSERT INTO `ps_access` (`id_profile`, `id_authorization_role`) VALUES (1, 802), (1, 803), (1, 804), +(1, 813), +(1, 814), +(1, 815), +(1, 816), +(1, 817), +(1, 818), +(1, 819), +(1, 820), +(1, 821), +(1, 822), +(1, 823), +(1, 824), +(1, 825), +(1, 826), +(1, 827), +(1, 828), +(1, 829), +(1, 830), +(1, 831), +(1, 832), +(1, 833), +(1, 834), +(1, 835), +(1, 836), +(1, 837), +(1, 838), +(1, 839), +(1, 840), +(1, 841), +(1, 842), +(1, 843), +(1, 844), +(1, 845), +(1, 846), +(1, 847), +(1, 848), +(1, 849), +(1, 850), +(1, 851), +(1, 852), +(1, 857), +(1, 858), +(1, 859), +(1, 860), +(1, 861), +(1, 862), +(1, 863), +(1, 864), +(1, 865), +(1, 866), +(1, 867), +(1, 868), +(1, 869), +(1, 870), +(1, 871), +(1, 872), +(1, 873), +(1, 874), +(1, 875), +(1, 876), +(1, 877), +(1, 878), +(1, 879), +(1, 880), +(1, 881), +(1, 882), +(1, 883), +(1, 884), +(1, 885), +(1, 886), +(1, 887), +(1, 888), +(1, 889), +(1, 890), +(1, 891), +(1, 892), +(1, 893), +(1, 894), +(1, 895), +(1, 896), (2, 5), (2, 6), (2, 7), @@ -1088,6 +1168,10 @@ CREATE TABLE `ps_admin_filter` ( UNIQUE KEY `admin_filter_search_id_idx` (`employee`,`shop`,`controller`,`action`,`filter_id`) ) 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\":50,\"orderBy\":\"id_mol_recurring_order\",\"sortOrder\":\"asc\",\"filters\":[]}', 'invertus_mollie_subscription'), +(2, 1, 1, '', '', '{\"limit\":50,\"orderBy\":\"id_order\",\"sortOrder\":\"DESC\",\"filters\":[]}', 'order'), +(3, 1, 1, 'ProductController', 'catalogAction', '{\"filter_category\":\"\",\"filter_column_id_product\":\"\",\"filter_column_name\":\"\",\"filter_column_reference\":\"\",\"filter_column_name_category\":\"\",\"filter_column_price\":\"\",\"filter_column_sav_quantity\":\"\",\"filter_column_active\":\"\",\"last_offset\":\"0\",\"last_limit\":\"20\",\"last_orderBy\":\"id_product\",\"last_sortOrder\":\"desc\"}', ''); DROP TABLE IF EXISTS `ps_alias`; CREATE TABLE `ps_alias` ( @@ -2313,7 +2397,48 @@ INSERT INTO `ps_cart` (`id_cart`, `id_shop_group`, `id_shop`, `id_carrier`, `del (3, 1, 1, 2, '{\"3\":\"2,\"}', 1, 5, 5, 1, 2, 1, 'b44a6d9efd7a0076a0fbce6b15eaf3b1', 0, 0, '', 0, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', NULL), (4, 1, 1, 2, '{\"3\":\"2,\"}', 1, 5, 5, 1, 2, 1, 'b44a6d9efd7a0076a0fbce6b15eaf3b1', 0, 0, '', 0, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', NULL), (5, 1, 1, 2, '{\"3\":\"2,\"}', 1, 5, 5, 1, 2, 1, 'b44a6d9efd7a0076a0fbce6b15eaf3b1', 0, 0, '', 0, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', NULL), -(6, 1, 1, 1, '{\"7\":\"1,\"}', 1, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-08-28 13:50:45', '2023-08-28 13:50:55', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"2499a8e41363d69605634ee5e6cdf9aca787e2c1\"}'); +(6, 1, 1, 1, '{\"7\":\"1,\"}', 1, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-08-28 13:50:45', '2023-08-28 13:50:55', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"2499a8e41363d69605634ee5e6cdf9aca787e2c1\"}'), +(7, 1, 1, 1, '{\"7\":\"1,\"}', 3, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 09:58:37', '2023-10-23 09:58:49', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"55a475a571dd4a41fe4e5600a8575cfa2f820ac5\"}'), +(8, 1, 1, 1, '{\"7\":\"1,\"}', 1, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 09:59:44', '2023-10-23 09:59:53', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"2499a8e41363d69605634ee5e6cdf9aca787e2c1\"}'), +(9, 1, 1, 1, '{\"7\":\"1,\"}', 1, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 10:00:50', '2023-10-23 10:01:01', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"2499a8e41363d69605634ee5e6cdf9aca787e2c1\"}'), +(10, 1, 1, 1, '{\"7\":\"1,\"}', 3, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 10:01:57', '2023-10-23 10:02:08', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"55a475a571dd4a41fe4e5600a8575cfa2f820ac5\"}'), +(11, 1, 1, 1, '{\"7\":\"1,\"}', 3, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 10:02:59', '2023-10-23 10:03:09', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"55a475a571dd4a41fe4e5600a8575cfa2f820ac5\"}'), +(12, 1, 1, 1, '{\"7\":\"1,\"}', 3, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 10:03:56', '2023-10-23 10:04:07', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"55a475a571dd4a41fe4e5600a8575cfa2f820ac5\"}'), +(13, 1, 1, 1, '{\"7\":\"1,\"}', 3, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 10:05:01', '2023-10-23 10:05:07', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-payment-step\":{\"step_is_reachable\":false,\"step_is_complete\":false},\"checksum\":\"55a475a571dd4a41fe4e5600a8575cfa2f820ac5\"}'), +(14, 1, 1, 1, '{\"7\":\"1,\"}', 3, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 10:32:25', '2023-10-23 10:32:33', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"55a475a571dd4a41fe4e5600a8575cfa2f820ac5\"}'), +(15, 1, 1, 1, '{\"7\":\"1,\"}', 1, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 10:33:22', '2023-10-23 10:33:29', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"2499a8e41363d69605634ee5e6cdf9aca787e2c1\"}'), +(16, 1, 1, 1, '{\"7\":\"1,\"}', 1, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 10:34:20', '2023-10-23 10:34:28', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"2499a8e41363d69605634ee5e6cdf9aca787e2c1\"}'), +(17, 1, 1, 1, '{\"7\":\"1,\"}', 3, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 10:35:20', '2023-10-23 10:35:28', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"55a475a571dd4a41fe4e5600a8575cfa2f820ac5\"}'), +(18, 1, 1, 1, '{\"7\":\"1,\"}', 3, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 10:36:13', '2023-10-23 10:36:22', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"55a475a571dd4a41fe4e5600a8575cfa2f820ac5\"}'), +(19, 1, 1, 1, '{\"7\":\"1,\"}', 3, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 10:37:02', '2023-10-23 10:37:10', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"55a475a571dd4a41fe4e5600a8575cfa2f820ac5\"}'), +(20, 1, 1, 1, '{\"7\":\"1,\"}', 3, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 10:38:01', '2023-10-23 10:38:10', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"55a475a571dd4a41fe4e5600a8575cfa2f820ac5\"}'), +(21, 1, 1, 1, '{\"7\":\"1,\"}', 3, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 10:38:58', '2023-10-23 10:39:07', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"55a475a571dd4a41fe4e5600a8575cfa2f820ac5\"}'), +(22, 1, 1, 1, '{\"7\":\"1,\"}', 1, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 10:39:55', '2023-10-23 10:40:03', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"2499a8e41363d69605634ee5e6cdf9aca787e2c1\"}'), +(23, 1, 1, 1, '{\"7\":\"1,\"}', 1, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 10:40:54', '2023-10-23 10:41:02', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"2499a8e41363d69605634ee5e6cdf9aca787e2c1\"}'), +(24, 1, 1, 1, '{\"7\":\"1,\"}', 1, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 10:41:54', '2023-10-23 10:42:02', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"2499a8e41363d69605634ee5e6cdf9aca787e2c1\"}'), +(25, 1, 1, 1, '{\"7\":\"1,\"}', 3, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 10:55:18', '2023-10-23 10:55:27', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"55a475a571dd4a41fe4e5600a8575cfa2f820ac5\"}'), +(26, 1, 1, 1, '{\"7\":\"1,\"}', 3, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 10:57:17', '2023-10-23 10:57:25', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"55a475a571dd4a41fe4e5600a8575cfa2f820ac5\"}'), +(27, 1, 1, 1, '{\"7\":\"1,\"}', 1, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:01:18', '2023-10-23 11:42:34', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"c1c14ae36c3c1406525431d7698097e30cf609fa\"}'), +(28, 1, 1, 1, '{\"7\":\"1,\"}', 3, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:05:49', '2023-10-23 11:05:58', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"55a475a571dd4a41fe4e5600a8575cfa2f820ac5\"}'), +(29, 1, 1, 1, '{\"7\":\"1,\"}', 3, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:06:51', '2023-10-23 11:07:00', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"55a475a571dd4a41fe4e5600a8575cfa2f820ac5\"}'), +(30, 1, 1, 1, '{\"7\":\"1,\"}', 3, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:07:52', '2023-10-23 11:08:01', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"55a475a571dd4a41fe4e5600a8575cfa2f820ac5\"}'), +(31, 1, 1, 1, '{\"7\":\"1,\"}', 3, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:08:49', '2023-10-23 11:08:58', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"55a475a571dd4a41fe4e5600a8575cfa2f820ac5\"}'), +(32, 1, 1, 1, '{\"7\":\"1,\"}', 3, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:09:49', '2023-10-23 11:09:58', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"55a475a571dd4a41fe4e5600a8575cfa2f820ac5\"}'), +(33, 1, 1, 1, '{\"7\":\"1,\"}', 1, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:11:09', '2023-10-23 11:11:18', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"2499a8e41363d69605634ee5e6cdf9aca787e2c1\"}'), +(34, 1, 1, 1, '{\"7\":\"1,\"}', 1, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:11:49', '2023-10-23 11:11:58', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"2499a8e41363d69605634ee5e6cdf9aca787e2c1\"}'), +(35, 1, 1, 1, '{\"8\":\"1,\"}', 3, 8, 8, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:13:00', '2023-10-23 11:13:09', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"537d4fb2bcdeaf344766413e50aff57b6f8fd623\"}'), +(36, 1, 1, 1, '{\"8\":\"1,\"}', 1, 8, 8, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:14:01', '2023-10-23 11:14:18', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"4115280093951b61b478a3f6de3343da48f69ca6\"}'), +(37, 1, 1, 1, '{\"8\":\"1,\"}', 3, 8, 8, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:14:52', '2023-10-23 11:15:03', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"537d4fb2bcdeaf344766413e50aff57b6f8fd623\"}'), +(38, 1, 1, 1, '{\"8\":\"1,\"}', 3, 8, 8, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:15:37', '2023-10-23 11:15:47', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"537d4fb2bcdeaf344766413e50aff57b6f8fd623\"}'), +(39, 1, 1, 1, '{\"8\":\"1,\"}', 3, 8, 8, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:16:38', '2023-10-23 11:16:47', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"537d4fb2bcdeaf344766413e50aff57b6f8fd623\"}'), +(40, 1, 1, 1, '{\"8\":\"1,\"}', 3, 8, 8, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:17:31', '2023-10-23 11:17:41', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"537d4fb2bcdeaf344766413e50aff57b6f8fd623\"}'), +(41, 1, 1, 1, '{\"8\":\"1,\"}', 3, 8, 8, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:18:31', '2023-10-23 11:18:40', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"537d4fb2bcdeaf344766413e50aff57b6f8fd623\"}'), +(42, 1, 1, 1, '{\"8\":\"1,\"}', 3, 8, 8, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:19:27', '2023-10-23 11:19:36', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"537d4fb2bcdeaf344766413e50aff57b6f8fd623\"}'), +(43, 1, 1, 1, '{\"8\":\"1,\"}', 3, 8, 8, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:20:22', '2023-10-23 11:20:31', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"537d4fb2bcdeaf344766413e50aff57b6f8fd623\"}'), +(44, 1, 1, 1, '{\"8\":\"1,\"}', 3, 8, 8, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:21:19', '2023-10-23 11:21:28', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"537d4fb2bcdeaf344766413e50aff57b6f8fd623\"}'), +(45, 1, 1, 1, '{\"8\":\"1,\"}', 1, 8, 8, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:22:14', '2023-10-23 11:22:22', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"44f14dcce4beedf6eea0f61f20c764c9d5f33f90\"}'), +(46, 1, 1, 1, '{\"7\":\"1,\"}', 1, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:39:26', '2023-10-23 11:39:35', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"2499a8e41363d69605634ee5e6cdf9aca787e2c1\"}'), +(47, 1, 1, 1, '{\"8\":\"1,\"}', 1, 7, 7, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-23 11:44:39', '2023-10-23 11:44:43', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":true,\"use_same_address\":true},\"checkout-delivery-step\":{\"step_is_reachable\":false,\"step_is_complete\":false},\"checkout-payment-step\":{\"step_is_reachable\":false,\"step_is_complete\":false},\"checksum\":\"2499a8e41363d69605634ee5e6cdf9aca787e2c1\"}'); DROP TABLE IF EXISTS `ps_cart_cart_rule`; CREATE TABLE `ps_cart_cart_rule` ( @@ -2347,7 +2472,48 @@ INSERT INTO `ps_cart_product` (`id_cart`, `id_product`, `id_address_delivery`, ` (3, 16, 3, 1, 28, 0, 1, '0000-00-00 00:00:00'), (4, 16, 3, 1, 29, 0, 1, '0000-00-00 00:00:00'), (5, 10, 3, 1, 25, 0, 1, '0000-00-00 00:00:00'), -(6, 4, 7, 1, 16, 0, 4, '2023-08-28 13:50:45'); +(6, 4, 7, 1, 16, 0, 4, '2023-08-28 13:50:45'), +(7, 4, 7, 1, 16, 0, 4, '2023-10-23 09:58:37'), +(8, 4, 7, 1, 16, 0, 4, '2023-10-23 09:59:44'), +(9, 4, 7, 1, 16, 0, 4, '2023-10-23 10:00:50'), +(10, 4, 7, 1, 16, 0, 4, '2023-10-23 10:01:57'), +(11, 4, 7, 1, 16, 0, 4, '2023-10-23 10:02:59'), +(12, 4, 7, 1, 16, 0, 4, '2023-10-23 10:03:56'), +(13, 4, 7, 1, 16, 0, 4, '2023-10-23 10:05:02'), +(14, 4, 7, 1, 16, 0, 4, '2023-10-23 10:32:25'), +(15, 4, 7, 1, 16, 0, 4, '2023-10-23 10:33:22'), +(16, 4, 7, 1, 16, 0, 4, '2023-10-23 10:34:20'), +(17, 4, 7, 1, 16, 0, 4, '2023-10-23 10:35:20'), +(18, 4, 7, 1, 16, 0, 4, '2023-10-23 10:36:13'), +(19, 4, 7, 1, 16, 0, 4, '2023-10-23 10:37:02'), +(20, 4, 7, 1, 16, 0, 4, '2023-10-23 10:38:02'), +(21, 4, 7, 1, 16, 0, 4, '2023-10-23 10:38:58'), +(22, 4, 7, 1, 16, 0, 4, '2023-10-23 10:39:55'), +(23, 4, 7, 1, 16, 0, 4, '2023-10-23 10:40:54'), +(24, 4, 7, 1, 16, 0, 4, '2023-10-23 10:41:54'), +(25, 4, 7, 1, 16, 0, 4, '2023-10-23 10:55:18'), +(26, 4, 7, 1, 16, 0, 4, '2023-10-23 10:57:17'), +(27, 4, 7, 1, 16, 0, 1, '2023-10-23 11:04:41'), +(28, 4, 7, 1, 16, 0, 4, '2023-10-23 11:05:49'), +(29, 4, 7, 1, 16, 0, 4, '2023-10-23 11:06:51'), +(30, 4, 7, 1, 16, 0, 4, '2023-10-23 11:07:52'), +(31, 4, 7, 1, 16, 0, 4, '2023-10-23 11:08:49'), +(32, 4, 7, 1, 16, 0, 4, '2023-10-23 11:09:49'), +(33, 4, 7, 1, 16, 0, 4, '2023-10-23 11:11:09'), +(34, 4, 7, 1, 16, 0, 4, '2023-10-23 11:11:49'), +(35, 4, 8, 1, 16, 0, 4, '2023-10-23 11:13:00'), +(36, 4, 8, 1, 16, 0, 200, '2023-10-23 11:14:01'), +(37, 4, 8, 1, 16, 0, 4, '2023-10-23 11:14:52'), +(38, 4, 8, 1, 16, 0, 4, '2023-10-23 11:15:37'), +(39, 4, 8, 1, 16, 0, 4, '2023-10-23 11:16:38'), +(40, 4, 8, 1, 16, 0, 4, '2023-10-23 11:17:31'), +(41, 4, 8, 1, 16, 0, 4, '2023-10-23 11:18:31'), +(42, 4, 8, 1, 16, 0, 4, '2023-10-23 11:19:27'), +(43, 4, 8, 1, 16, 0, 4, '2023-10-23 11:20:22'), +(44, 4, 8, 1, 16, 0, 4, '2023-10-23 11:21:19'), +(45, 4, 8, 1, 16, 0, 4, '2023-10-23 11:22:14'), +(46, 4, 7, 1, 16, 0, 4, '2023-10-23 11:39:26'), +(47, 4, 7, 1, 16, 0, 4, '2023-10-23 11:44:39'); DROP TABLE IF EXISTS `ps_cart_rule`; CREATE TABLE `ps_cart_rule` ( @@ -2967,7 +3133,7 @@ INSERT INTO `ps_configuration` (`id_configuration`, `id_shop_group`, `id_shop`, (145, NULL, NULL, 'PS_VIRTUAL_PROD_FEATURE_ACTIVE', '1', '0000-00-00 00:00:00', '2023-08-28 13:28:03'), (146, NULL, NULL, 'PS_CUSTOMIZATION_FEATURE_ACTIVE', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (147, NULL, NULL, 'PS_CART_RULE_FEATURE_ACTIVE', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(148, NULL, NULL, 'PS_PACK_FEATURE_ACTIVE', '1', '0000-00-00 00:00:00', '2023-08-28 13:28:04'), +(148, NULL, NULL, 'PS_PACK_FEATURE_ACTIVE', '1', '0000-00-00 00:00:00', '2023-10-23 11:04:35'), (149, NULL, NULL, 'PS_ALIAS_FEATURE_ACTIVE', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (150, NULL, NULL, 'PS_TAX_ADDRESS_TYPE', 'id_address_delivery', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (151, NULL, NULL, 'PS_SHOP_DEFAULT', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), @@ -3226,8 +3392,8 @@ INSERT INTO `ps_configuration` (`id_configuration`, `id_shop_group`, `id_shop`, (426, NULL, NULL, 'MOLLIE_STATUS_EXPIRED', '6', '2023-08-28 13:28:01', '2023-08-28 13:28:01'), (427, NULL, NULL, 'MOLLIE_STATUS_REFUNDED', '7', '2023-08-28 13:28:01', '2023-08-28 13:28:01'), (428, NULL, NULL, 'MOLLIE_STATUS_SHIPPING', '16', '2023-08-28 13:28:01', '2023-08-28 13:28:01'), -(438, NULL, NULL, 'MOLLIE_APPLE_PAY_DIRECT_STYLE', '0', '2023-08-28 13:28:01', '2023-08-28 13:28:01'), -(439, NULL, NULL, 'MOLLIE_BANCONTACT_QR_CODE_ENABLED', '0', '2023-08-28 13:28:01', '2023-08-28 13:28:01'), +(438, NULL, NULL, 'MOLLIE_APPLE_PAY_DIRECT_STYLE', NULL, '2023-08-28 13:28:01', '2023-10-23 11:15:26'), +(439, NULL, NULL, 'MOLLIE_BANCONTACT_QR_CODE_ENABLED', NULL, '2023-08-28 13:28:01', '2023-10-23 11:15:26'), (441, NULL, NULL, 'MOLLIE_VOUCHER_FEATURE_meal', '1', '2023-08-28 13:28:02', '2023-08-28 13:28:02'), (442, NULL, NULL, 'MOLLIE_VOUCHER_FEATURE_gift', '2', '2023-08-28 13:28:02', '2023-08-28 13:28:02'), (443, NULL, NULL, 'MOLLIE_VOUCHER_FEATURE_eco', '3', '2023-08-28 13:28:02', '2023-08-28 13:28:02'), @@ -3246,7 +3412,21 @@ INSERT INTO `ps_configuration` (`id_configuration`, `id_shop_group`, `id_shop`, (456, NULL, NULL, 'PS_LAYERED_FILTER_PRICE_ROUNDING', '1', '2023-08-28 13:28:06', '2023-08-28 13:28:06'), (457, NULL, NULL, 'PS_LAYERED_FILTER_SHOW_OUT_OF_STOCK_LAST', '0', '2023-08-28 13:28:06', '2023-08-28 13:28:06'), (458, NULL, NULL, 'PS_LAYERED_FILTER_BY_DEFAULT_CATEGORY', '0', '2023-08-28 13:28:06', '2023-08-28 13:28:06'), -(459, NULL, NULL, 'PS_LAYERED_INDEXED', '1', '2023-08-28 13:28:06', '2023-08-28 13:28:06'); +(459, NULL, NULL, 'PS_LAYERED_INDEXED', '1', '2023-08-28 13:28:06', '2023-08-28 13:28:06'), +(460, NULL, NULL, 'MOLLIE_AUTHORIZABLE_PAYMENT_STATUS_AUTHORIZED', '21', '2023-10-23 09:26:16', '2023-10-23 09:26:16'), +(461, NULL, NULL, 'MOLLIE_AUTHORIZABLE_PAYMENT_STATUS_SHIPPED', '22', '2023-10-23 09:26:16', '2023-10-23 09:26:16'), +(510, NULL, NULL, 'MOLLIE_SHOW_CUSTOM_LOGO', NULL, '2023-10-23 09:52:59', '2023-10-23 11:15:26'), +(511, NULL, NULL, 'MOLLIE_AUTHORIZABLE_PAYMENT_INVOICE_ON_STATUS', 'MOLLIE_AUTHORIZABLE_PAYMENT_STATUS_DEFAULT', '2023-10-23 09:52:59', '2023-10-23 09:52:59'), +(512, NULL, NULL, 'MOLLIE_APPLE_PAY_DIRECT_PRODUCT', '0', '2023-10-23 09:52:59', '2023-10-23 09:52:59'), +(513, NULL, NULL, 'MOLLIE_APPLE_PAY_DIRECT_CART', '0', '2023-10-23 09:52:59', '2023-10-23 09:52:59'), +(514, NULL, NULL, 'MOLLIE_SANDBOX_SINGLE_CLICK_PAYMENT', NULL, '2023-10-23 09:52:59', '2023-10-23 11:15:26'), +(515, NULL, NULL, 'MOLLIE_SHOW_RESEND_PAYMENT_LINK', NULL, '2023-10-23 09:52:59', '2023-10-23 11:15:26'), +(516, NULL, NULL, 'MOLLIE_VOUCHER_CATEGORY', 'null', '2023-10-23 09:52:59', '2023-10-23 09:52:59'), +(517, NULL, NULL, 'MOLLIE_AS_MAIN', '0', '2023-10-23 09:52:59', '2023-10-23 09:52:59'), +(518, NULL, NULL, 'MOLLIE_MAIL_WHEN_AWAITING', NULL, '2023-10-23 09:52:59', '2023-10-23 11:15:26'), +(520, NULL, NULL, 'MOLLIE_MAIL_WHEN_PARTIAL_REFUND', NULL, '2023-10-23 09:52:59', '2023-10-23 11:15:26'), +(521, NULL, NULL, 'PS_CART_FOLLOWING', '0', '2023-10-23 11:41:54', '2023-10-23 11:41:54'), +(522, NULL, NULL, 'PS_B2B_ENABLE', '1', '2023-10-23 11:41:54', '2023-10-23 11:41:54'); DROP TABLE IF EXISTS `ps_configuration_kpi`; CREATE TABLE `ps_configuration_kpi` ( @@ -3299,7 +3479,15 @@ INSERT INTO `ps_configuration_kpi` (`id_configuration_kpi`, `id_shop_group`, `id (33, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_11_2023', '80', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), (34, NULL, NULL, 'DASHGOALS_TRAFFIC_12_2023', '600', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), (35, NULL, NULL, 'DASHGOALS_CONVERSION_12_2023', '2', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(36, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_12_2023', '80', '2023-08-28 13:27:59', '2023-08-28 13:27:59'); +(36, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_12_2023', '80', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), +(37, NULL, NULL, 'CONVERSION_RATE', '0%', '2023-10-23 09:59:26', '2023-10-23 09:59:26'), +(38, NULL, NULL, 'CONVERSION_RATE_EXPIRE', '1698098400', '2023-10-23 09:59:26', '2023-10-23 09:59:26'), +(39, NULL, NULL, 'ABANDONED_CARTS', '0', '2023-10-23 09:59:26', '2023-10-23 09:59:26'), +(40, NULL, NULL, 'ABANDONED_CARTS_EXPIRE', '1698051566', '2023-10-23 09:59:26', '2023-10-23 09:59:26'), +(41, NULL, NULL, 'AVG_ORDER_VALUE', '€0.00', '2023-10-23 09:59:26', '2023-10-23 09:59:26'), +(42, NULL, NULL, 'AVG_ORDER_VALUE_EXPIRE', '1698098400', '2023-10-23 09:59:26', '2023-10-23 09:59:26'), +(43, NULL, NULL, 'NETPROFIT_VISIT', '€0.00', '2023-10-23 09:59:28', '2023-10-23 09:59:28'), +(44, NULL, NULL, 'NETPROFIT_VISIT_EXPIRE', '1698098400', '2023-10-23 09:59:28', '2023-10-23 09:59:28'); DROP TABLE IF EXISTS `ps_configuration_kpi_lang`; CREATE TABLE `ps_configuration_kpi_lang` ( @@ -3397,7 +3585,20 @@ CREATE TABLE `ps_connections` ( 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, '2023-08-28 13:28:04', 'https://www.prestashop.com'), -(2, 1, 1, 3, 1, 2886860801, '2023-08-28 13:41:41', ''); +(2, 1, 1, 3, 1, 2886860801, '2023-08-28 13:41:41', ''), +(3, 1, 1, 3, 1, 1404794126, '2023-10-23 09:49:21', ''), +(4, 1, 1, 12, 2, 1404794126, '2023-10-23 09:50:40', ''), +(5, 1, 1, 3, 3, 1404794126, '2023-10-23 09:51:35', ''), +(6, 1, 1, 3, 3, 1404794126, '2023-10-23 09:54:18', ''), +(7, 1, 1, 3, 3, 1404794126, '2023-10-23 09:58:13', ''), +(8, 1, 1, 3, 3, 1404794126, '2023-10-23 10:32:04', ''), +(9, 1, 1, 3, 3, 1404794126, '2023-10-23 10:43:05', ''), +(10, 1, 1, 3, 3, 1404794126, '2023-10-23 10:55:10', ''), +(11, 1, 1, 3, 3, 1404794126, '2023-10-23 10:55:55', ''), +(12, 1, 1, 3, 3, 1404794126, '2023-10-23 10:57:10', ''), +(13, 1, 1, 3, 1, 1404794126, '2023-10-23 10:57:55', ''), +(14, 1, 1, 3, 3, 1404794126, '2023-10-23 11:05:41', ''), +(15, 1, 1, 3, 3, 1404794126, '2023-10-23 11:44:25', ''); DROP TABLE IF EXISTS `ps_connections_page`; CREATE TABLE `ps_connections_page` ( @@ -3455,7 +3656,39 @@ INSERT INTO `ps_connections_source` (`id_connections_source`, `id_connections`, (28, 2, 'http://demoshop8.ngrok.io/en/order', 'demoshop8.ngrok.io/en/order', '', '2023-08-28 13:51:14'), (29, 2, 'http://demoshop8.ngrok.io/en/order', 'demoshop8.ngrok.io/en/order-confirmation?id_cart=6&id_module=53&id_order=6&key=4c26b11e96bb59693af803acba66be93', '', '2023-08-28 13:51:23'), (30, 2, 'http://demoshop8.ngrok.io/en/order-confirmation?id_cart=6&id_module=53&id_order=6&key=4c26b11e96bb59693af803acba66be93', 'demoshop8.ngrok.io/en/my-account', '', '2023-08-28 13:51:25'), -(31, 2, 'http://demoshop8.ngrok.io/en/my-account', 'demoshop8.ngrok.io/en/order-history', '', '2023-08-28 13:51:28'); +(31, 2, 'http://demoshop8.ngrok.io/en/my-account', 'demoshop8.ngrok.io/en/order-history', '', '2023-08-28 13:51:28'), +(32, 3, '', 'demoshop8.ngrok.io/en/', '', '2023-10-23 09:49:21'), +(33, 7, 'https://www.mollie.com/checkout/test-mode?method=mistercash&token=6.iemca', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=7&utm_nooverride=1&rand=1698047940&key=d3706ec244ca9eab42f1fc44b328f4ae&customerId=3&order_number=mol_7653627c45d8e51698047940', '', '2023-10-23 09:59:17'), +(34, 7, 'https://www.mollie.com/checkout/test-mode?method=creditcard&token=6.qtijcw', 'demoshop8.ngrok.io/en/module/mollie/return?cart_id=9&utm_nooverride=1&rand=1698048075&key=ecc988896ba147038c65a08a98dd061d&customerId=3&order_number=mol_96536284b5330d1698048075', '', '2023-10-23 10:01:31'), +(35, 7, 'https://www.mollie.com/checkout/test-mode?method=paypal&token=6.i6puw2', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=10&utm_nooverride=1&rand=1698048140&key=de5f34b0283bcb9efbf47d3656afc5f4&customerId=3&order_number=mol_106536288c8fd101698048140', '', '2023-10-23 10:02:36'), +(36, 7, 'https://www.mollie.com/checkout/test-mode?method=sofort&token=6.uih0hw', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=11&utm_nooverride=1&rand=1698048200&key=a4dc5292c92c618738da79acdf49aacd&customerId=3&order_number=mol_11653628c80261a1698048200', '', '2023-10-23 10:03:36'), +(37, 7, 'https://www.mollie.com/checkout/test-mode?method=przelewy24&token=6.zb3hxk', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=12&utm_nooverride=1&rand=1698048258&key=cdfba79e0d0032f35eb3c017ec4f7a77&customerId=3&order_number=mol_1265362902045d11698048258', '', '2023-10-23 10:04:34'), +(38, 8, 'https://www.mollie.com/checkout/test-mode?method=mistercash&token=6.kdzfk8', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=14&utm_nooverride=1&rand=1698049963&key=e0fab5be695d0a00735095295f7a709b&customerId=3&order_number=mol_1465362fab2e7ca1698049963', '', '2023-10-23 10:32:57'), +(39, 8, 'https://www.mollie.com/checkout/test-mode?method=creditcard&token=6.m8grkk', 'demoshop8.ngrok.io/en/module/mollie/return?cart_id=16&utm_nooverride=1&rand=1698050081&key=0a288a6de4a7d6f09b8b47a7aa5b673a&customerId=3&order_number=mol_16653630210aec91698050081', '', '2023-10-23 10:34:56'), +(40, 8, 'https://www.mollie.com/checkout/test-mode?method=paypal&token=6.adc5bs', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=17&utm_nooverride=1&rand=1698050137&key=a5e94b7de842f625b313e1273ccab3cb&customerId=3&order_number=mol_17653630597e6f41698050137', '', '2023-10-23 10:35:51'), +(41, 8, 'https://www.mollie.com/checkout/test-mode?method=sofort&token=6.mtsaw', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=18&utm_nooverride=1&rand=1698050191&key=199fa72198ba142efe2f9c876acacf06&customerId=3&order_number=mol_186536308f4e9b61698050191', '', '2023-10-23 10:36:46'), +(42, 8, 'https://www.mollie.com/checkout/test-mode?method=przelewy24&token=6.2f59rq', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=19&utm_nooverride=1&rand=1698050240&key=66a5b939a27e4e5824deb0063739a4e5&customerId=3&order_number=mol_19653630c04200c1698050240', '', '2023-10-23 10:37:36'), +(43, 8, 'https://www.mollie.com/checkout/test-mode?method=giropay&token=6.u7ryus', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=20&utm_nooverride=1&rand=1698050299&key=2e74e2ae079c17082613558eb9b9c2db&customerId=3&order_number=mol_20653630fb96a591698050299', '', '2023-10-23 10:38:34'), +(44, 8, 'https://www.mollie.com/checkout/test-mode?method=eps&token=6.8d126k', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=21&utm_nooverride=1&rand=1698050355&key=00a8bde746f83e8885f48645578f9544&customerId=3&order_number=mol_2165363133e8a921698050355', '', '2023-10-23 10:39:30'), +(45, 8, 'https://www.mollie.com/checkout/test-mode?method=kbc&token=6.18dwti', 'demoshop8.ngrok.io/en/module/mollie/return?cart_id=22&utm_nooverride=1&rand=1698050413&key=239f329ef0c0962a66f3f6b57761a643&customerId=3&order_number=mol_226536316d384491698050413', '', '2023-10-23 10:40:29'), +(46, 8, 'https://www.mollie.com/checkout/test-mode?method=belfius&token=6.lz91gq', 'demoshop8.ngrok.io/en/module/mollie/return?cart_id=23&utm_nooverride=1&rand=1698050473&key=1dbd385fe7198fdfad40185f704d510a&customerId=3&order_number=mol_23653631a90fda11698050473', '', '2023-10-23 10:41:28'), +(47, 8, 'https://www.mollie.com/checkout/test-mode?method=banktransfer&token=6.1hlxjq', 'demoshop8.ngrok.io/en/module/mollie/return?cart_id=24&utm_nooverride=1&rand=1698050531&key=47e45fd72178d52d813c84d73e229dbd&customerId=3&order_number=mol_24653631e330bd51698050531', '', '2023-10-23 10:42:20'), +(48, 13, '', 'demoshop8.ngrok.io/en/', '', '2023-10-23 10:57:55'), +(49, 14, 'https://www.mollie.com/checkout/test-mode?method=mistercash&token=6.4pixeo', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=28&utm_nooverride=1&rand=1698051969&key=dd28b6152a427ba62a5ba92df1a5b355&customerId=3&order_number=mol_28653637810f7581698051969', '', '2023-10-23 11:06:22'), +(50, 14, 'https://www.mollie.com/checkout/test-mode?method=klarnasliceit&token=6.td3jik', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=30&utm_nooverride=1&rand=1698052089&key=78825d1438ce30cf31a6bc3aa0cd9237&customerId=3&order_number=mol_30653637f9edefe1698052089', '', '2023-10-23 11:08:22'), +(51, 14, 'https://www.mollie.com/checkout/test-mode?method=klarnapaylater&token=6.phxiue', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=31&utm_nooverride=1&rand=1698052148&key=718d568eba2684fe7f9674537008a6aa&customerId=3&order_number=mol_3165363834e2c591698052148', '', '2023-10-23 11:09:23'), +(52, 14, 'https://www.mollie.com/checkout/test-mode?method=klarnapaynow&token=6.lvo1dc', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=32&utm_nooverride=1&rand=1698052206&key=c1e710226b03e25a4aa1e9180bc52b55&customerId=3&order_number=mol_326536386e9795f1698052206', '', '2023-10-23 11:10:18'), +(53, 14, 'https://www.mollie.com/checkout/test-mode?method=creditcard&token=6.i5gha8', 'demoshop8.ngrok.io/en/module/mollie/return?cart_id=33&utm_nooverride=1&rand=1698052291&key=4a85a4442e753e71d9cff4be9750fe91&customerId=3&order_number=mol_33653638c363cf51698052291', '', '2023-10-23 11:11:43'), +(54, 14, 'https://www.mollie.com/checkout/test-mode?method=in3&token=6.xeilgk', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=35&utm_nooverride=1&rand=1698052399&key=303ef5a2e647682af637771500a26536&customerId=3&order_number=mol_356536392fe8d601698052399', '', '2023-10-23 11:13:31'), +(55, 14, '', 'demoshop8.ngrok.io/en/cart?action=show', '', '2023-10-23 11:14:07'), +(56, 14, 'https://www.mollie.com/checkout/test-mode?method=paypal&token=6.9d1uvg', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=38&utm_nooverride=1&rand=1698052557&key=efdb5d1838cab097efedd6993b9369f1&customerId=3&order_number=mol_38653639cde5e1f1698052557', '', '2023-10-23 11:16:10'), +(57, 14, 'https://www.mollie.com/checkout/test-mode?method=sofort&token=6.tr40gw', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=39&utm_nooverride=1&rand=1698052615&key=86b2e4cc33452d5dfcd4895f434af9b1&customerId=3&order_number=mol_3965363a0783a401698052615', '', '2023-10-23 11:17:07'), +(58, 14, 'https://www.mollie.com/checkout/test-mode?method=przelewy24&token=6.bgchnq', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=40&utm_nooverride=1&rand=1698052670&key=b91ff6050f7b22dd7f97a1de73f40780&customerId=3&order_number=mol_4065363a3e9e5671698052670', '', '2023-10-23 11:18:04'), +(59, 14, 'https://www.mollie.com/checkout/test-mode?method=giropay&token=6.qyyb1w', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=41&utm_nooverride=1&rand=1698052728&key=f517bb2e3bea451c3d39b42ba0d131d1&customerId=3&order_number=mol_4165363a78a80691698052728', '', '2023-10-23 11:19:00'), +(60, 14, 'https://www.mollie.com/checkout/test-mode?method=eps&token=6.tizlio', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=42&utm_nooverride=1&rand=1698052784&key=84c29e86852268530d057d7aca00c428&customerId=3&order_number=mol_4265363ab07a7a11698052784', '', '2023-10-23 11:19:56'), +(61, 14, 'https://www.mollie.com/checkout/test-mode?method=kbc&token=6.9yz1nc', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=43&utm_nooverride=1&rand=1698052840&key=35d6c18450428fdd9eaabe8f7e2e6f67&customerId=3&order_number=mol_4365363ae80d1c21698052840', '', '2023-10-23 11:20:53'), +(62, 14, 'https://www.mollie.com/checkout/test-mode?method=belfius&token=6.hcwzdi', 'demoshop8.ngrok.io/de/module/mollie/return?cart_id=44&utm_nooverride=1&rand=1698052896&key=cd4b3a2ed52fee259cda3e924520f678&customerId=3&order_number=mol_4465363b20d0d2b1698052896', '', '2023-10-23 11:21:48'), +(63, 14, 'https://www.mollie.com/checkout/test-mode?method=banktransfer&token=6.5dd40m', 'demoshop8.ngrok.io/en/module/mollie/return?cart_id=45&utm_nooverride=1&rand=1698052952&key=5b4ef335b64ca44a23f859fa61909c21&customerId=3&order_number=mol_4565363b581ec391698052952', '', '2023-10-23 11:22:43'); DROP TABLE IF EXISTS `ps_contact`; CREATE TABLE `ps_contact` ( @@ -4842,7 +5075,7 @@ CREATE TABLE `ps_customer` ( 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$cJnwNb08TEjDg/UTtSyq6eApZ.gNa2h8d3bFfNQuMH3GmOYPxxtcK', '2023-08-28 07:26:22', '0000-00-00', 0, '', '0000-00-00 00:00:00', 0, '', 0.000000, 0, 0, 'c3e9f01c4bf9cebcf7b444669ce58539', '', 0, 0, 0, '2023-08-28 13:26:22', '2023-08-28 13:26:22', '', '0000-00-00 00:00:00'), (2, 1, 1, 1, 3, 1, 0, '', '', '', 'John', 'DOE', 'pub@prestashop.com', '$2y$10$YeezeAd.j9mGjWMl6WYcEOeM8R83Xdfb4uTpfAbMSQrL12a4MRRoS', '2023-08-28 07:28:03', '1970-01-15', 1, '', '2013-12-13 08:19:15', 1, '', 0.000000, 0, 0, '959d7ce9f2b75c9b901c71862f15fd1d', '', 1, 0, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', '', '0000-00-00 00:00:00'), -(3, 1, 1, 1, 3, 1, 0, '', '', '', 'TEST TEST', 'TESSST', 'demo@prestashop.com', '$2y$10$KMi6f2RJ9skzUw7LThgnauDO7s3Rj49lYQrP.uPql2gEdyLuHr3Vq', '2023-08-28 07:48:29', '0000-00-00', 1, '', '2023-08-28 13:48:29', 1, '', 0.000000, 0, 0, '4c26b11e96bb59693af803acba66be93', '', 1, 0, 0, '2023-08-28 13:48:29', '2023-08-28 13:48:29', '', '0000-00-00 00:00:00'); +(3, 1, 1, 1, 3, 1, 0, 'TEST COMP', '61-5203873', NULL, 'TEST TEST', 'TESSST', 'demo@prestashop.com', '$2y$10$Lp0.LdjC7plUCSEO91jPfOWqECpBMTlfrSks9Z1U9Sg4U/x0.XevW', '2023-08-28 07:48:29', '0000-00-00', 1, NULL, '2023-08-28 13:48:29', 1, NULL, 0.000000, 0, 0, '4c26b11e96bb59693af803acba66be93', NULL, 1, 0, 0, '2023-08-28 13:48:29', '2023-10-23 11:42:34', NULL, '0000-00-00 00:00:00'); DROP TABLE IF EXISTS `ps_customer_group`; CREATE TABLE `ps_customer_group` ( @@ -4895,7 +5128,19 @@ CREATE TABLE `ps_customer_session` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_customer_session` (`id_customer_session`, `id_customer`, `token`, `date_add`, `date_upd`) VALUES -(1, 3, '869119ac5c7c814bbdcf864b0b396e074d6b447b', '2023-08-28 13:48:29', '2023-08-28 13:51:28'); +(1, 3, '869119ac5c7c814bbdcf864b0b396e074d6b447b', '2023-08-28 13:48:29', '2023-08-28 13:51:28'), +(2, 3, 'fb952b87d82d9e9e2ca6b3ba170c30477253bf04', '2023-10-23 09:51:41', '2023-10-23 09:51:44'), +(3, 3, 'd85d57b44431dc934f5fb44d5af5335eb28d84ec', '2023-10-23 09:54:23', '2023-10-23 09:54:26'), +(4, 3, 'cdfa8bc29b2bf6578a9b9a3c33dc3864de6c8dc4', '2023-10-23 09:58:14', '2023-10-23 10:05:08'), +(5, 3, 'f15075357a8b53055df81d9fd80cf349d5e3986c', '2023-10-23 10:32:06', '2023-10-23 10:42:24'), +(6, 3, '931681d68541ac64a493590dffcfd528e72e67b9', '2023-10-23 10:43:07', '2023-10-23 10:43:09'), +(7, 3, 'ef775a709525c6fbb7391ea9bdf8a0cf80c96d8a', '2023-10-23 10:55:12', '2023-10-23 10:55:28'), +(8, 3, '445b2c982eea0ffadeb3f41dcecec2c270d2c716', '2023-10-23 10:55:57', '2023-10-23 10:55:59'), +(9, 3, 'f970ce1d22e7458ab89bc34185bca8d3363742f4', '2023-10-23 10:57:11', '2023-10-23 10:57:26'), +(10, 3, 'ba94f3eb398566cca6b312435d3b4eeecfce089a', '2023-10-23 10:59:44', '2023-10-23 11:42:34'), +(11, 3, '36b18fbbc4f9c58040ebf7d0ec2f9d22d5682ecd', '2023-10-23 11:05:43', '2023-10-23 11:40:29'), +(12, 3, '3635b1f5f75e50c5c3c52a8c48b50bb04bc044e9', '2023-10-23 11:42:34', '2023-10-23 11:44:36'), +(13, 3, 'cad012d3524201b10187a0ce7b20a8b155a64c06', '2023-10-23 11:44:26', '2023-10-23 11:44:42'); DROP TABLE IF EXISTS `ps_customer_thread`; CREATE TABLE `ps_customer_thread` ( @@ -5077,7 +5322,7 @@ CREATE TABLE `ps_employee` ( ) 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$PZPz0Oyk3E9q0p0uSBgHGOJcqRIol/MCt.SHEWA943zLjzu8bwVM.', '2023-08-28 07:26:21', '2023-07-28', '2023-08-28', '0000-00-00', '0000-00-00', 1, NULL, NULL, 'default', 'theme.css', 1, 0, 1, 1, NULL, 0, 0, 0, '2023-08-28', NULL, '0000-00-00 00:00:00', 0); +(1, 1, 1, 'Doe', 'John', 'demo@prestashop.com', '$2y$10$PZPz0Oyk3E9q0p0uSBgHGOJcqRIol/MCt.SHEWA943zLjzu8bwVM.', '2023-08-28 07:26:21', '2023-07-28', '2023-08-28', '0000-00-00', '0000-00-00', 1, NULL, NULL, 'default', 'theme.css', 1, 0, 1, 1, NULL, 0, 0, 0, '2023-10-23', NULL, '0000-00-00 00:00:00', 0); DROP TABLE IF EXISTS `ps_employee_session`; CREATE TABLE `ps_employee_session` ( @@ -5090,7 +5335,20 @@ CREATE TABLE `ps_employee_session` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_employee_session` (`id_employee_session`, `id_employee`, `token`, `date_add`, `date_upd`) VALUES -(1, 1, 'db7f0afd0d89faa3ca43a8de6712352f9b6de9bd', '2023-08-28 13:42:08', '2023-08-28 13:51:11'); +(1, 1, 'db7f0afd0d89faa3ca43a8de6712352f9b6de9bd', '2023-08-28 13:42:08', '2023-08-28 13:51:11'), +(2, 1, 'd69d29eb6ad453b1a01c14eca81ed4fb29682fd4', '2023-10-23 09:51:33', '2023-10-23 09:53:51'), +(3, 1, 'caf3b0ec212ceb62bcfed892b989aa86e1c6de96', '2023-10-23 09:54:12', '2023-10-23 09:56:51'), +(4, 1, '7f7eecb33806cb67fbacf9561e03bdca025ea54f', '2023-10-23 09:58:07', '2023-10-23 10:04:56'), +(5, 1, 'beb24f42d015c604bcec9ebff2a66993be5821ca', '2023-10-23 10:31:58', '2023-10-23 10:42:40'), +(6, 1, 'f13c0ac81cb3843fafbce75152a0e4381a291a9c', '2023-10-23 10:42:59', '2023-10-23 10:43:59'), +(7, 1, 'a790cc266553f3132deaeeb3a51508f0bf9734c8', '2023-10-23 10:44:13', '2023-10-23 10:44:14'), +(8, 1, 'ce2ceaa1e95fb7824c4efa0a2bbc80bce0c6ca87', '2023-10-23 10:54:13', '2023-10-23 10:54:13'), +(9, 1, '0d16ecede5301f71e8693c895c3dafbaca65d8fb', '2023-10-23 10:55:05', '2023-10-23 10:55:07'), +(10, 1, 'c59f76be5c30b71f2c4d3f67a73bddee03f3acc9', '2023-10-23 10:55:50', '2023-10-23 10:56:50'), +(11, 1, '35769a92e6341f74ce6dbaf27af4f42dec11a5ca', '2023-10-23 10:57:04', '2023-10-23 10:57:07'), +(12, 1, '2e50daba14a399f51773fa12bd21b998eb9151b1', '2023-10-23 10:58:23', '2023-10-23 11:46:17'), +(13, 1, '17aa5c49ca540b92ecbe8b84ea50d3160de36221', '2023-10-23 11:05:35', '2023-10-23 11:41:55'), +(14, 1, '185e29188df94abaff6ac3bc3ae3ed482e7237c0', '2023-10-23 11:44:16', '2023-10-23 11:44:34'); DROP TABLE IF EXISTS `ps_employee_shop`; CREATE TABLE `ps_employee_shop` ( @@ -5167,6 +5425,7 @@ INSERT INTO `ps_feature_product` (`id_feature`, `id_product`, `id_feature_value` (1, 9, 1), (1, 10, 1), (1, 11, 1), +(1, 4, 3), (1, 6, 3), (1, 7, 3), (1, 8, 3), @@ -5177,7 +5436,6 @@ INSERT INTO `ps_feature_product` (`id_feature`, `id_product`, `id_feature_value` (1, 17, 5), (1, 18, 5), (1, 3, 6), -(1, 4, 6), (1, 5, 6), (2, 2, 7), (2, 1, 8), @@ -5289,7 +5547,38 @@ CREATE TABLE `ps_ganalytics` ( ) 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, '2023-08-28 11:51:23'); +(1, 6, 0, 1, 0, NULL, '2023-08-28 11:51:23'), +(2, 7, 0, 1, 0, NULL, '2023-10-23 07:59:19'), +(3, 8, 0, 1, 0, NULL, '2023-10-23 08:00:23'), +(4, 9, 0, 1, 0, NULL, '2023-10-23 08:01:33'), +(5, 10, 0, 1, 0, NULL, '2023-10-23 08:02:38'), +(6, 11, 0, 1, 0, NULL, '2023-10-23 08:03:39'), +(7, 12, 0, 1, 0, NULL, '2023-10-23 08:04:36'), +(8, 13, 0, 1, 0, NULL, '2023-10-23 08:32:59'), +(9, 14, 0, 1, 0, NULL, '2023-10-23 08:33:58'), +(10, 15, 0, 1, 0, NULL, '2023-10-23 08:34:58'), +(11, 16, 0, 1, 0, NULL, '2023-10-23 08:35:54'), +(12, 17, 0, 1, 0, NULL, '2023-10-23 08:36:48'), +(13, 18, 0, 1, 0, NULL, '2023-10-23 08:37:38'), +(14, 19, 0, 1, 0, NULL, '2023-10-23 08:38:36'), +(15, 20, 0, 1, 0, NULL, '2023-10-23 08:39:33'), +(16, 21, 0, 1, 0, NULL, '2023-10-23 08:40:31'), +(17, 22, 0, 1, 0, NULL, '2023-10-23 08:41:31'), +(18, 23, 0, 1, 0, NULL, '2023-10-23 08:42:22'), +(19, 24, 0, 1, 0, NULL, '2023-10-23 09:06:25'), +(20, 25, 0, 1, 0, NULL, '2023-10-23 09:07:25'), +(21, 26, 0, 1, 0, NULL, '2023-10-23 09:08:24'), +(22, 27, 0, 1, 0, NULL, '2023-10-23 09:09:25'), +(23, 28, 0, 1, 0, NULL, '2023-10-23 09:10:20'), +(24, 29, 0, 1, 0, NULL, '2023-10-23 09:11:45'), +(25, 30, 0, 1, 0, NULL, '2023-10-23 09:13:34'), +(26, 31, 0, 1, 0, NULL, '2023-10-23 09:16:12'), +(27, 32, 0, 1, 0, NULL, '2023-10-23 09:17:10'), +(28, 33, 0, 1, 0, NULL, '2023-10-23 09:18:06'), +(29, 34, 0, 1, 0, NULL, '2023-10-23 09:19:02'), +(30, 35, 0, 1, 0, NULL, '2023-10-23 09:19:58'), +(31, 36, 0, 1, 0, NULL, '2023-10-23 09:20:55'), +(32, 37, 0, 1, 0, NULL, '2023-10-23 09:21:50'); DROP TABLE IF EXISTS `ps_ganalytics_data`; CREATE TABLE `ps_ganalytics_data` ( @@ -5300,7 +5589,48 @@ CREATE TABLE `ps_ganalytics_data` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_ganalytics_data` (`id_cart`, `id_shop`, `data`) VALUES -(6, 1, '[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]'); +(6, 1, '[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]'), +(7, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(8, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(9, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(10, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(11, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(12, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(13, 1, '[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]'), +(14, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(15, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(16, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(17, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(18, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(19, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(20, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(21, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(22, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(23, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(24, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(25, 1, '[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]'), +(26, 1, '[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]'), +(27, 1, '[[[[[[[{\"0\":[[[[{\"0\":[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]],\"4\":{\"id\":4,\"name\":\"the-adventure-begins-framed-poster\",\"category\":\"art\",\"brand\":\"graphic-corner\",\"variant\":\"40x60cm\",\"type\":\"typical\",\"position\":\"0\",\"quantity\":1,\"list\":\"cart\",\"url\":\"\",\"price\":29}}]]]],\"4\":{\"id\":4,\"name\":\"the-adventure-begins-framed-poster\",\"category\":\"art\",\"brand\":\"graphic-corner\",\"variant\":\"40x60cm\",\"type\":\"typical\",\"position\":\"0\",\"quantity\":0,\"list\":\"cart\",\"url\":\"\",\"price\":29}}]]]]]]]'), +(28, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(29, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(30, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(31, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(32, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(33, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(34, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(35, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(36, 1, '[[[[[{\"0\":\"MBG.addCheckoutOption(2,\'Click and collect\');\",\"4\":{\"id\":4,\"name\":\"the-adventure-begins-framed-poster\",\"category\":\"art\",\"brand\":\"graphic-corner\",\"variant\":\"40x60cm\",\"type\":\"typical\",\"position\":\"0\",\"quantity\":196,\"list\":\"cart\",\"url\":\"\",\"price\":29}}]]]]]'), +(37, 1, '[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]'), +(38, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(39, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(40, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(41, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(42, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(43, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(44, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(45, 1, '[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]'), +(46, 1, '[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]'), +(47, 1, '[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]'); DROP TABLE IF EXISTS `ps_gender`; CREATE TABLE `ps_gender` ( @@ -5423,7 +5753,606 @@ CREATE TABLE `ps_guest` ( 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), -(3, 7, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'en', 0); +(3, 7, 11, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 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), +(8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(12, 7, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'en', 0), +(13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(42, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(43, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(53, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(62, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(67, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(73, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(74, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(82, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(83, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(84, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(87, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(88, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(89, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(90, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(92, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(95, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(97, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(98, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(102, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(103, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(104, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(105, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(106, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(113, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(114, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(115, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(116, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(117, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(118, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(119, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(121, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(122, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(123, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(124, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(125, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(126, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(129, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(130, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(131, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(132, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(133, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(134, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(135, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(141, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(142, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(144, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(145, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(146, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(147, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(149, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(153, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(154, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(156, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(158, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(161, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(162, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(163, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(164, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(165, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(166, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(167, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(169, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(170, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(174, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(178, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(180, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(181, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(183, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(185, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(186, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(187, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(188, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(189, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(190, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(193, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(194, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(195, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(201, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(202, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(203, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(213, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(214, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(215, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(217, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(218, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(219, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(221, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(222, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(225, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(226, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(227, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(229, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(232, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(233, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(234, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(235, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(236, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(237, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(238, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(241, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(242, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(243, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(245, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(246, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(247, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(249, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(251, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(252, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(253, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(254, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(257, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(258, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(259, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(260, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(261, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(262, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(263, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(264, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(265, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(266, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(267, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(268, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(270, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(271, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(273, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(274, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(275, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(276, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(277, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(278, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(279, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(281, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(282, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(283, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(284, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(287, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(288, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(290, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(291, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(292, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(293, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(294, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(295, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(297, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(298, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(299, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(301, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(302, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(303, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(305, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(306, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(307, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(308, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(310, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(311, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(313, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(314, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(315, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(316, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(317, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(318, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(319, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(321, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(322, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(323, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(324, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(325, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(326, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(327, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(328, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(329, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(330, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(331, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(333, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(334, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(335, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(337, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(338, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(339, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(340, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(341, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(342, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(343, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(344, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(345, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(346, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(347, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(348, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(350, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(351, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(353, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(355, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(356, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(358, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(359, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(360, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(362, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(363, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(365, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(366, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(368, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(369, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(370, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(371, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(372, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(374, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(375, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(378, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(379, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(380, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(381, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(382, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(383, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(385, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(386, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(387, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(388, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(389, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(390, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(391, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(393, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(394, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(395, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(397, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(398, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(399, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(401, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(402, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(403, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(404, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(405, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(408, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(409, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(410, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(412, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(413, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(415, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(417, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(420, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(422, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(423, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(424, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(425, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(426, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(427, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(428, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(429, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(430, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(431, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(432, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(433, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(434, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(435, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(437, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(438, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(439, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(440, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(441, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(442, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(443, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(444, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(446, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(447, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(450, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(451, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(452, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(453, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(454, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(455, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(457, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(458, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(459, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(460, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(461, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(462, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(463, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(465, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(466, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(467, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(468, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(469, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(470, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(471, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(472, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(473, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(474, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(475, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(476, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(477, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(478, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(479, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(481, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(483, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(484, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(485, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(486, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(487, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(488, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(489, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(490, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(491, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(492, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(493, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(494, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(495, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(497, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(498, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(499, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(502, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(503, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(505, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(506, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(507, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(509, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(511, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(512, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(513, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(515, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(516, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(517, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(518, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(519, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(520, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(521, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(522, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(523, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(524, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(525, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(526, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(527, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(529, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(530, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(531, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(532, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(533, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(534, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(535, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(536, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(537, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(538, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(539, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(540, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(541, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(542, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(543, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(544, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(545, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(546, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(547, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(548, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(549, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(550, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(551, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(552, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(553, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(554, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(555, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(556, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(557, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(558, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(559, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(560, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(561, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(562, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(563, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(564, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(565, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(566, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(567, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(568, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(569, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(570, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(571, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(572, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(573, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(574, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(575, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(576, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(577, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(578, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(579, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(580, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(581, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(583, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(584, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(585, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(587, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(588, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(589, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(590, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(591, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(593, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(594, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(595, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(597, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(599, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(601, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(603, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(604, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(605, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(606, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(607, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(609, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(610, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(611, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(612, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), +(613, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0); DROP TABLE IF EXISTS `ps_homeslider`; CREATE TABLE `ps_homeslider` ( @@ -7255,12 +8184,14 @@ INSERT INTO `ps_layered_price_index` (`id_product`, `id_currency`, `id_shop`, `p (3, 2, 1, 31.311764, 31.311764, 8), (3, 2, 1, 31.311764, 31.311764, 17), (3, 2, 1, 31.311764, 31.311764, 21), -(4, 1, 1, 29.000000, 29.000000, 8), -(4, 1, 1, 29.000000, 29.000000, 17), -(4, 1, 1, 29.000000, 29.000000, 21), -(4, 2, 1, 31.311764, 31.311764, 8), -(4, 2, 1, 31.311764, 31.311764, 17), -(4, 2, 1, 31.311764, 31.311764, 21), +(4, 1, 1, 35.090000, 35.090000, 1), +(4, 1, 1, 35.090000, 35.090000, 8), +(4, 1, 1, 35.090000, 35.090000, 13), +(4, 1, 1, 35.090000, 35.090000, 17), +(4, 2, 1, 37.887234, 37.887234, 1), +(4, 2, 1, 37.887234, 37.887234, 8), +(4, 2, 1, 37.887234, 37.887234, 13), +(4, 2, 1, 37.887234, 37.887234, 17), (5, 1, 1, 29.000000, 29.000000, 8), (5, 1, 1, 29.000000, 29.000000, 17), (5, 1, 1, 29.000000, 29.000000, 21), @@ -7953,7 +8884,465 @@ INSERT INTO `ps_log` (`id_log`, `severity`, `error_code`, `message`, `object_typ (468, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 1, 0, 0, '2023-08-28 13:48:29', '2023-08-28 13:48:29'), (469, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 1, 0, 0, '2023-08-28 13:51:23', '2023-08-28 13:51:23'), (470, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 1, 0, 0, '2023-08-28 13:51:23', '2023-08-28 13:51:23'), -(471, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 1, 0, 0, '2023-08-28 13:51:23', '2023-08-28 13:51:23'); +(471, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 1, 0, 0, '2023-08-28 13:51:23', '2023-08-28 13:51:23'), +(472, 1, 0, 'Protect vendor folder in module mollie', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 09:26:18', '2023-10-23 09:26:18'), +(473, 1, 0, 'Protect vendor folder in module mollie', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 09:26:58', '2023-10-23 09:26:58'), +(474, 1, 0, 'Protect vendor folder in module mollie', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 09:27:16', '2023-10-23 09:27:16'), +(475, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-23 09:51:33', '2023-10-23 09:51:33'), +(476, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-23 09:54:12', '2023-10-23 09:54:12'), +(477, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-23 09:58:07', '2023-10-23 09:58:07'), +(478, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 09:59:04', '2023-10-23 09:59:04'), +(479, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 09:59:04', '2023-10-23 09:59:04'), +(480, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 09:59:10', '2023-10-23 09:59:10'), +(481, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 09:59:10', '2023-10-23 09:59:10'), +(482, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 09:59:10', '2023-10-23 09:59:10'), +(483, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 09:59:14', '2023-10-23 09:59:14'), +(484, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 09:59:14', '2023-10-23 09:59:14'), +(485, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 09:59:14', '2023-10-23 09:59:14'), +(486, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 7, 1, NULL, 3, 0, 0, '2023-10-23 09:59:16', '2023-10-23 09:59:16'), +(487, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 7, 1, NULL, 3, 0, 0, '2023-10-23 09:59:18', '2023-10-23 09:59:18'), +(488, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 7, 1, NULL, 3, 0, 0, '2023-10-23 09:59:18', '2023-10-23 09:59:18'), +(489, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:00:08', '2023-10-23 10:00:08'), +(490, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:00:08', '2023-10-23 10:00:08'), +(491, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:00:13', '2023-10-23 10:00:13'), +(492, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:00:13', '2023-10-23 10:00:13'), +(493, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:00:18', '2023-10-23 10:00:18'), +(494, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:00:18', '2023-10-23 10:00:18'), +(495, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 8, 1, NULL, 1, 0, 0, '2023-10-23 10:00:20', '2023-10-23 10:00:20'), +(496, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:01:18', '2023-10-23 10:01:18'), +(497, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:01:19', '2023-10-23 10:01:19'), +(498, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:01:24', '2023-10-23 10:01:24'), +(499, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:01:24', '2023-10-23 10:01:24'), +(500, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:01:29', '2023-10-23 10:01:29'), +(501, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:01:29', '2023-10-23 10:01:29'), +(502, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 9, 1, NULL, 1, 0, 0, '2023-10-23 10:01:30', '2023-10-23 10:01:30'), +(503, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 9, 1, NULL, 1, 0, 0, '2023-10-23 10:01:31', '2023-10-23 10:01:31'), +(504, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 9, 1, NULL, 1, 0, 0, '2023-10-23 10:01:31', '2023-10-23 10:01:31'), +(505, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:02:23', '2023-10-23 10:02:23'), +(506, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:02:24', '2023-10-23 10:02:24'), +(507, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:02:29', '2023-10-23 10:02:29'), +(508, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:02:29', '2023-10-23 10:02:29'), +(509, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:02:29', '2023-10-23 10:02:29'), +(510, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:02:34', '2023-10-23 10:02:34'), +(511, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:02:34', '2023-10-23 10:02:34'), +(512, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:02:34', '2023-10-23 10:02:34'), +(513, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 10, 1, NULL, 3, 0, 0, '2023-10-23 10:02:35', '2023-10-23 10:02:35'), +(514, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 10, 1, NULL, 3, 0, 0, '2023-10-23 10:02:36', '2023-10-23 10:02:36'), +(515, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 10, 1, NULL, 3, 0, 0, '2023-10-23 10:02:37', '2023-10-23 10:02:37'), +(516, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:03:23', '2023-10-23 10:03:23'), +(517, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:03:24', '2023-10-23 10:03:24'), +(518, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:03:29', '2023-10-23 10:03:29'), +(519, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:03:29', '2023-10-23 10:03:29'), +(520, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:03:29', '2023-10-23 10:03:29'), +(521, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:03:34', '2023-10-23 10:03:34'), +(522, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:03:34', '2023-10-23 10:03:34'), +(523, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:03:34', '2023-10-23 10:03:34'), +(524, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 11, 1, NULL, 3, 0, 0, '2023-10-23 10:03:36', '2023-10-23 10:03:36'), +(525, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 11, 1, NULL, 3, 0, 0, '2023-10-23 10:03:37', '2023-10-23 10:03:37'), +(526, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 11, 1, NULL, 3, 0, 0, '2023-10-23 10:03:37', '2023-10-23 10:03:37'), +(527, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:04:22', '2023-10-23 10:04:22'), +(528, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:04:23', '2023-10-23 10:04:23'), +(529, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:04:28', '2023-10-23 10:04:28'), +(530, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:04:28', '2023-10-23 10:04:28'), +(531, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:04:28', '2023-10-23 10:04:28'), +(532, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:04:32', '2023-10-23 10:04:32'), +(533, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:04:32', '2023-10-23 10:04:32'), +(534, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:04:32', '2023-10-23 10:04:32'), +(535, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 12, 1, NULL, 3, 0, 0, '2023-10-23 10:04:34', '2023-10-23 10:04:34'), +(536, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 12, 1, NULL, 3, 0, 0, '2023-10-23 10:04:35', '2023-10-23 10:04:35'), +(537, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 12, 1, NULL, 3, 0, 0, '2023-10-23 10:04:35', '2023-10-23 10:04:35'), +(538, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:10:13', '2023-10-23 10:10:13'), +(539, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:10:13', '2023-10-23 10:10:13'), +(540, 1, 0, 'Error - The following e-mail template is missing: de/refund.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:10:13', '2023-10-23 10:10:13'), +(541, 1, 0, 'Error - The following e-mail template is missing: de/refund.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:10:13', '2023-10-23 10:10:13'), +(542, 1, 0, 'Error - The following e-mail template is missing: en/refund.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:10:13', '2023-10-23 10:10:13'), +(543, 1, 0, 'Error - The following e-mail template is missing: en/refund.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:10:13', '2023-10-23 10:10:13'), +(544, 1, 0, 'Error - The following e-mail template is missing: refund', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:10:13', '2023-10-23 10:10:13'), +(545, 1, 0, 'Error - The following e-mail template is missing: refund', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:10:13', '2023-10-23 10:10:13'), +(546, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:11:12', '2023-10-23 10:11:12'), +(547, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:11:12', '2023-10-23 10:11:12'), +(548, 1, 0, 'Error - The following e-mail template is missing: en/refund.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:11:12', '2023-10-23 10:11:12'), +(549, 1, 0, 'Error - The following e-mail template is missing: refund', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:11:12', '2023-10-23 10:11:12'), +(550, 1, 0, 'Error - The following e-mail template is missing: en/refund.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:11:12', '2023-10-23 10:11:12'), +(551, 1, 0, 'Error - The following e-mail template is missing: refund', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:11:12', '2023-10-23 10:11:12'), +(552, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:12:10', '2023-10-23 10:12:10'), +(553, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:12:10', '2023-10-23 10:12:10'), +(554, 1, 0, 'Error - The following e-mail template is missing: en/refund.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:12:10', '2023-10-23 10:12:10'), +(555, 1, 0, 'Error - The following e-mail template is missing: refund', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:12:10', '2023-10-23 10:12:10'), +(556, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:13:13', '2023-10-23 10:13:13'), +(557, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:15:12', '2023-10-23 10:15:12'), +(558, 1, 0, 'Error - The following e-mail template is missing: de/refund.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:15:12', '2023-10-23 10:15:12'), +(559, 1, 0, 'Error - The following e-mail template is missing: en/refund.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:15:12', '2023-10-23 10:15:12'), +(560, 1, 0, 'Error - The following e-mail template is missing: refund', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:15:12', '2023-10-23 10:15:12'), +(561, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:15:15', '2023-10-23 10:15:15'), +(562, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-23 10:31:58', '2023-10-23 10:31:58'), +(563, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:32:46', '2023-10-23 10:32:46'), +(564, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:32:47', '2023-10-23 10:32:47'), +(565, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:32:51', '2023-10-23 10:32:51'), +(566, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:32:51', '2023-10-23 10:32:51'), +(567, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:32:51', '2023-10-23 10:32:51'), +(568, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:32:56', '2023-10-23 10:32:56'), +(569, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:32:56', '2023-10-23 10:32:56'), +(570, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:32:56', '2023-10-23 10:32:56'), +(571, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 14, 1, NULL, 3, 0, 0, '2023-10-23 10:32:57', '2023-10-23 10:32:57'), +(572, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 14, 1, NULL, 3, 0, 0, '2023-10-23 10:32:58', '2023-10-23 10:32:58'), +(573, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 14, 1, NULL, 3, 0, 0, '2023-10-23 10:32:58', '2023-10-23 10:32:58'), +(574, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:33:44', '2023-10-23 10:33:44'), +(575, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:33:44', '2023-10-23 10:33:44'), +(576, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:33:49', '2023-10-23 10:33:49'), +(577, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:33:49', '2023-10-23 10:33:49'), +(578, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:33:54', '2023-10-23 10:33:54'), +(579, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:33:54', '2023-10-23 10:33:54'), +(580, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 15, 1, NULL, 1, 0, 0, '2023-10-23 10:33:55', '2023-10-23 10:33:55'), +(581, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:34:44', '2023-10-23 10:34:44'), +(582, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:34:44', '2023-10-23 10:34:44'), +(583, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:34:49', '2023-10-23 10:34:49'), +(584, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:34:49', '2023-10-23 10:34:49'), +(585, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:34:54', '2023-10-23 10:34:54'), +(586, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:34:54', '2023-10-23 10:34:54'), +(587, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 16, 1, NULL, 1, 0, 0, '2023-10-23 10:34:55', '2023-10-23 10:34:55'), +(588, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 16, 1, NULL, 1, 0, 0, '2023-10-23 10:34:56', '2023-10-23 10:34:56'), +(589, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 16, 1, NULL, 1, 0, 0, '2023-10-23 10:34:57', '2023-10-23 10:34:57'), +(590, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:35:40', '2023-10-23 10:35:40'), +(591, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:35:41', '2023-10-23 10:35:41'), +(592, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:35:46', '2023-10-23 10:35:46'), +(593, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:35:46', '2023-10-23 10:35:46'), +(594, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:35:46', '2023-10-23 10:35:46'), +(595, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:35:50', '2023-10-23 10:35:50'), +(596, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:35:50', '2023-10-23 10:35:50'), +(597, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:35:50', '2023-10-23 10:35:50'), +(598, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 17, 1, NULL, 3, 0, 0, '2023-10-23 10:35:51', '2023-10-23 10:35:51'), +(599, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 17, 1, NULL, 3, 0, 0, '2023-10-23 10:35:52', '2023-10-23 10:35:52'), +(600, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 17, 1, NULL, 3, 0, 0, '2023-10-23 10:35:53', '2023-10-23 10:35:53'), +(601, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:36:34', '2023-10-23 10:36:34'), +(602, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:36:34', '2023-10-23 10:36:34'), +(603, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:36:39', '2023-10-23 10:36:39'), +(604, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:36:39', '2023-10-23 10:36:39'), +(605, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:36:39', '2023-10-23 10:36:39'), +(606, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:36:44', '2023-10-23 10:36:44'), +(607, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:36:44', '2023-10-23 10:36:44'), +(608, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:36:44', '2023-10-23 10:36:44'), +(609, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 18, 1, NULL, 3, 0, 0, '2023-10-23 10:36:46', '2023-10-23 10:36:46'), +(610, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 18, 1, NULL, 3, 0, 0, '2023-10-23 10:36:47', '2023-10-23 10:36:47'), +(611, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 18, 1, NULL, 3, 0, 0, '2023-10-23 10:36:47', '2023-10-23 10:36:47'), +(612, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:37:24', '2023-10-23 10:37:24'), +(613, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:37:25', '2023-10-23 10:37:25'), +(614, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:37:30', '2023-10-23 10:37:30'), +(615, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:37:30', '2023-10-23 10:37:30'), +(616, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:37:30', '2023-10-23 10:37:30'), +(617, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:37:34', '2023-10-23 10:37:34'), +(618, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:37:34', '2023-10-23 10:37:34'), +(619, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:37:34', '2023-10-23 10:37:34'), +(620, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 19, 1, NULL, 3, 0, 0, '2023-10-23 10:37:36', '2023-10-23 10:37:36'), +(621, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 19, 1, NULL, 3, 0, 0, '2023-10-23 10:37:37', '2023-10-23 10:37:37'), +(622, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 19, 1, NULL, 3, 0, 0, '2023-10-23 10:37:37', '2023-10-23 10:37:37'), +(623, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:38:22', '2023-10-23 10:38:22'), +(624, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:38:23', '2023-10-23 10:38:23'), +(625, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:38:28', '2023-10-23 10:38:28'), +(626, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:38:28', '2023-10-23 10:38:28'), +(627, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:38:28', '2023-10-23 10:38:28'), +(628, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:38:33', '2023-10-23 10:38:33'), +(629, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:38:33', '2023-10-23 10:38:33'), +(630, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:38:33', '2023-10-23 10:38:33'), +(631, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 20, 1, NULL, 3, 0, 0, '2023-10-23 10:38:34', '2023-10-23 10:38:34'), +(632, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 20, 1, NULL, 3, 0, 0, '2023-10-23 10:38:35', '2023-10-23 10:38:35'), +(633, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 20, 1, NULL, 3, 0, 0, '2023-10-23 10:38:35', '2023-10-23 10:38:35'), +(634, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:39:19', '2023-10-23 10:39:19'), +(635, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:39:20', '2023-10-23 10:39:20'), +(636, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:39:24', '2023-10-23 10:39:24'), +(637, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:39:24', '2023-10-23 10:39:24'), +(638, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:39:24', '2023-10-23 10:39:24'), +(639, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:39:29', '2023-10-23 10:39:29'), +(640, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:39:29', '2023-10-23 10:39:29'), +(641, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:39:29', '2023-10-23 10:39:29'), +(642, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 21, 1, NULL, 3, 0, 0, '2023-10-23 10:39:30', '2023-10-23 10:39:30'), +(643, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 21, 1, NULL, 3, 0, 0, '2023-10-23 10:39:31', '2023-10-23 10:39:31'), +(644, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 21, 1, NULL, 3, 0, 0, '2023-10-23 10:39:31', '2023-10-23 10:39:31'), +(645, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:40:17', '2023-10-23 10:40:17'), +(646, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:40:17', '2023-10-23 10:40:17'), +(647, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:40:22', '2023-10-23 10:40:22'), +(648, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:40:22', '2023-10-23 10:40:22'), +(649, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:40:27', '2023-10-23 10:40:27'), +(650, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:40:27', '2023-10-23 10:40:27'), +(651, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 22, 1, NULL, 1, 0, 0, '2023-10-23 10:40:28', '2023-10-23 10:40:28'), +(652, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 22, 1, NULL, 1, 0, 0, '2023-10-23 10:40:29', '2023-10-23 10:40:29'), +(653, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 22, 1, NULL, 1, 0, 0, '2023-10-23 10:40:29', '2023-10-23 10:40:29'), +(654, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:41:16', '2023-10-23 10:41:16'), +(655, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:41:16', '2023-10-23 10:41:16'), +(656, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:41:21', '2023-10-23 10:41:21'), +(657, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:41:21', '2023-10-23 10:41:21'), +(658, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:41:26', '2023-10-23 10:41:26'), +(659, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:41:26', '2023-10-23 10:41:26'), +(660, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 23, 1, NULL, 1, 0, 0, '2023-10-23 10:41:28', '2023-10-23 10:41:28'), +(661, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 23, 1, NULL, 1, 0, 0, '2023-10-23 10:41:29', '2023-10-23 10:41:29'), +(662, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 23, 1, NULL, 1, 0, 0, '2023-10-23 10:41:29', '2023-10-23 10:41:29'), +(663, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:42:11', '2023-10-23 10:42:11'), +(664, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:42:14', '2023-10-23 10:42:14'), +(665, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:42:15', '2023-10-23 10:42:15'), +(666, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:42:15', '2023-10-23 10:42:15'), +(667, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:42:19', '2023-10-23 10:42:19'), +(668, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:42:19', '2023-10-23 10:42:19'), +(669, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 24, 1, NULL, 1, 0, 0, '2023-10-23 10:42:20', '2023-10-23 10:42:20'), +(670, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 24, 1, NULL, 1, 0, 0, '2023-10-23 10:42:21', '2023-10-23 10:42:21'), +(671, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 24, 1, NULL, 1, 0, 0, '2023-10-23 10:42:21', '2023-10-23 10:42:21'), +(672, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-23 10:42:59', '2023-10-23 10:42:59'), +(673, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-23 10:44:13', '2023-10-23 10:44:13'), +(674, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-23 10:54:13', '2023-10-23 10:54:13'), +(675, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-23 10:55:05', '2023-10-23 10:55:05'), +(676, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-23 10:55:50', '2023-10-23 10:55:50'), +(677, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-23 10:57:04', '2023-10-23 10:57:04'), +(678, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:30', '2023-10-23 10:57:30'), +(679, 1, 0, 'Error - The following e-mail template is missing: de/refund.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:30', '2023-10-23 10:57:30'), +(680, 1, 0, 'Error - The following e-mail template is missing: en/refund.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:30', '2023-10-23 10:57:30'), +(681, 1, 0, 'Error - The following e-mail template is missing: refund', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:30', '2023-10-23 10:57:30'), +(682, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:31', '2023-10-23 10:57:31'), +(683, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:57:34', '2023-10-23 10:57:34'), +(684, 1, 0, 'Error - The following e-mail template is missing: en/refund.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:57:34', '2023-10-23 10:57:34'), +(685, 1, 0, 'Error - The following e-mail template is missing: refund', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:57:34', '2023-10-23 10:57:34'), +(686, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:57:35', '2023-10-23 10:57:35'), +(687, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:57:41', '2023-10-23 10:57:41'), +(688, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:41', '2023-10-23 10:57:41'), +(689, 1, 0, 'Error - The following e-mail template is missing: en/refund.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:57:41', '2023-10-23 10:57:41'), +(690, 1, 0, 'Error - The following e-mail template is missing: refund', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:57:41', '2023-10-23 10:57:41'), +(691, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:57:42', '2023-10-23 10:57:42'), +(692, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:48', '2023-10-23 10:57:48'), +(693, 1, 0, 'Error - The following e-mail template is missing: de/refund.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:48', '2023-10-23 10:57:48'), +(694, 1, 0, 'Error - The following e-mail template is missing: en/refund.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:48', '2023-10-23 10:57:48'), +(695, 1, 0, 'Error - The following e-mail template is missing: refund', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:48', '2023-10-23 10:57:48'), +(696, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:49', '2023-10-23 10:57:49'), +(697, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:55', '2023-10-23 10:57:55'), +(698, 1, 0, 'Error - The following e-mail template is missing: de/refund.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:56', '2023-10-23 10:57:56'), +(699, 1, 0, 'Error - The following e-mail template is missing: en/refund.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:56', '2023-10-23 10:57:56'), +(700, 1, 0, 'Error - The following e-mail template is missing: refund', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:56', '2023-10-23 10:57:56'), +(701, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:57', '2023-10-23 10:57:57'), +(702, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:59', '2023-10-23 10:57:59'), +(703, 1, 0, 'Error - The following e-mail template is missing: de/refund.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:59', '2023-10-23 10:57:59'), +(704, 1, 0, 'Error - The following e-mail template is missing: en/refund.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:59', '2023-10-23 10:57:59'), +(705, 1, 0, 'Error - The following e-mail template is missing: refund', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:57:59', '2023-10-23 10:57:59'), +(706, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 10:58:00', '2023-10-23 10:58:00'), +(707, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:58:03', '2023-10-23 10:58:03'), +(708, 1, 0, 'Error - The following e-mail template is missing: en/refund.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:58:03', '2023-10-23 10:58:03'), +(709, 1, 0, 'Error - The following e-mail template is missing: refund', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:58:03', '2023-10-23 10:58:03'), +(710, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:58:04', '2023-10-23 10:58:04'), +(711, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-23 10:58:23', '2023-10-23 10:58:23'), +(712, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:58:27', '2023-10-23 10:58:27'), +(713, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:58:28', '2023-10-23 10:58:28'), +(714, 1, 0, 'Error - The following e-mail template is missing: en/refund.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:58:28', '2023-10-23 10:58:28'), +(715, 1, 0, 'Error - The following e-mail template is missing: refund', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:58:28', '2023-10-23 10:58:28'), +(716, 1, 0, 'Error - The following e-mail template is missing: en/refund.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:58:28', '2023-10-23 10:58:28'), +(717, 1, 0, 'Error - The following e-mail template is missing: refund', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:58:28', '2023-10-23 10:58:28'), +(718, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:58:30', '2023-10-23 10:58:30'), +(719, 1, 0, 'Error - The following e-mail template is missing: en/refund.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:58:30', '2023-10-23 10:58:30'), +(720, 1, 0, 'Error - The following e-mail template is missing: refund', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:58:30', '2023-10-23 10:58:30'), +(721, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process PAYMENT transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 10:58:48', '2023-10-23 10:58:48'), +(722, 1, 0, 'Product modification', 'Product', 4, 1, NULL, 1, 0, 1, '2023-10-23 11:01:02', '2023-10-23 11:01:02'), +(723, 1, 0, 'Product modification', 'Product', 4, 1, NULL, 1, 0, 1, '2023-10-23 11:01:59', '2023-10-23 11:01:59'), +(724, 1, 0, 'Product modification', 'Product', 4, 1, NULL, 1, 0, 1, '2023-10-23 11:04:35', '2023-10-23 11:04:35'), +(725, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-23 11:05:35', '2023-10-23 11:05:35'), +(726, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:06:14', '2023-10-23 11:06:14'), +(727, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:06:15', '2023-10-23 11:06:15'), +(728, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:06:15', '2023-10-23 11:06:15'), +(729, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:06:15', '2023-10-23 11:06:15'), +(730, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:06:15', '2023-10-23 11:06:15'), +(731, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:06:20', '2023-10-23 11:06:20'), +(732, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:06:20', '2023-10-23 11:06:20'), +(733, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:06:20', '2023-10-23 11:06:20'), +(734, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 28, 1, NULL, 3, 0, 0, '2023-10-23 11:06:22', '2023-10-23 11:06:22'), +(735, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 28, 1, NULL, 3, 0, 0, '2023-10-23 11:06:23', '2023-10-23 11:06:23'), +(736, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 28, 1, NULL, 3, 0, 0, '2023-10-23 11:06:23', '2023-10-23 11:06:23'), +(737, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:06:45', '2023-10-23 11:06:45'), +(738, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:06:49', '2023-10-23 11:06:49'), +(739, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:07:14', '2023-10-23 11:07:14'), +(740, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:07:14', '2023-10-23 11:07:14'), +(741, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:07:15', '2023-10-23 11:07:15'), +(742, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:07:15', '2023-10-23 11:07:15'), +(743, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:07:15', '2023-10-23 11:07:15'), +(744, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:07:20', '2023-10-23 11:07:20'), +(745, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:07:20', '2023-10-23 11:07:20'), +(746, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:07:20', '2023-10-23 11:07:20'), +(747, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 29, 1, NULL, 3, 0, 0, '2023-10-23 11:07:22', '2023-10-23 11:07:22'), +(748, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:07:45', '2023-10-23 11:07:45'), +(749, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:07:49', '2023-10-23 11:07:49'), +(750, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:08:13', '2023-10-23 11:08:13'), +(751, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:08:14', '2023-10-23 11:08:14'), +(752, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:08:14', '2023-10-23 11:08:14'), +(753, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:08:14', '2023-10-23 11:08:14'), +(754, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:08:14', '2023-10-23 11:08:14'), +(755, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:08:19', '2023-10-23 11:08:19'), +(756, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:08:19', '2023-10-23 11:08:19'), +(757, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:08:19', '2023-10-23 11:08:19'), +(758, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 30, 1, NULL, 3, 0, 0, '2023-10-23 11:08:21', '2023-10-23 11:08:21'), +(759, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 30, 1, NULL, 3, 0, 0, '2023-10-23 11:08:22', '2023-10-23 11:08:22'), +(760, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 30, 1, NULL, 3, 0, 0, '2023-10-23 11:08:22', '2023-10-23 11:08:22'), +(761, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:08:44', '2023-10-23 11:08:44'), +(762, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:08:48', '2023-10-23 11:08:48'), +(763, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:09:14', '2023-10-23 11:09:14'), +(764, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:09:14', '2023-10-23 11:09:14'), +(765, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:09:15', '2023-10-23 11:09:15'), +(766, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:09:15', '2023-10-23 11:09:15'), +(767, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:09:15', '2023-10-23 11:09:15'), +(768, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:09:20', '2023-10-23 11:09:20'), +(769, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:09:20', '2023-10-23 11:09:20'), +(770, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:09:20', '2023-10-23 11:09:20'), +(771, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 31, 1, NULL, 3, 0, 0, '2023-10-23 11:09:23', '2023-10-23 11:09:23'), +(772, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 31, 1, NULL, 3, 0, 0, '2023-10-23 11:09:24', '2023-10-23 11:09:24'), +(773, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 31, 1, NULL, 3, 0, 0, '2023-10-23 11:09:24', '2023-10-23 11:09:24'), +(774, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:09:45', '2023-10-23 11:09:45'), +(775, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:09:48', '2023-10-23 11:09:48'), +(776, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:10:10', '2023-10-23 11:10:10'), +(777, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:10:10', '2023-10-23 11:10:10'), +(778, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:10:10', '2023-10-23 11:10:10'), +(779, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:10:10', '2023-10-23 11:10:10'), +(780, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:10:10', '2023-10-23 11:10:10'), +(781, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:10:15', '2023-10-23 11:10:15'), +(782, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:10:15', '2023-10-23 11:10:15'), +(783, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:10:15', '2023-10-23 11:10:15'), +(784, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 32, 1, NULL, 3, 0, 0, '2023-10-23 11:10:17', '2023-10-23 11:10:17'), +(785, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 32, 1, NULL, 3, 0, 0, '2023-10-23 11:10:18', '2023-10-23 11:10:18'), +(786, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 32, 1, NULL, 3, 0, 0, '2023-10-23 11:10:18', '2023-10-23 11:10:18'), +(787, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:10:40', '2023-10-23 11:10:40'), +(788, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:10:44', '2023-10-23 11:10:44'), +(789, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 11:11:35', '2023-10-23 11:11:35'), +(790, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 1, 0, 0, '2023-10-23 11:11:35', '2023-10-23 11:11:35'), +(791, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 11:11:35', '2023-10-23 11:11:35'), +(792, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 11:11:35', '2023-10-23 11:11:35'), +(793, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 11:11:40', '2023-10-23 11:11:40'), +(794, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 11:11:40', '2023-10-23 11:11:40'), +(795, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 33, 1, NULL, 1, 0, 0, '2023-10-23 11:11:42', '2023-10-23 11:11:42'), +(796, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 33, 1, NULL, 1, 0, 0, '2023-10-23 11:11:43', '2023-10-23 11:11:43'), +(797, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 33, 1, NULL, 1, 0, 0, '2023-10-23 11:11:43', '2023-10-23 11:11:43'), +(798, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 11:12:53', '2023-10-23 11:12:53'), +(799, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 11:12:57', '2023-10-23 11:12:57'), +(800, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:13:23', '2023-10-23 11:13:23'), +(801, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:13:24', '2023-10-23 11:13:24'), +(802, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:13:24', '2023-10-23 11:13:24'), +(803, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:13:24', '2023-10-23 11:13:24'), +(804, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:13:24', '2023-10-23 11:13:24'), +(805, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:13:29', '2023-10-23 11:13:29'), +(806, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:13:29', '2023-10-23 11:13:29'), +(807, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:13:29', '2023-10-23 11:13:29'), +(808, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 35, 1, NULL, 3, 0, 0, '2023-10-23 11:13:31', '2023-10-23 11:13:31'), +(809, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 35, 1, NULL, 3, 0, 0, '2023-10-23 11:13:32', '2023-10-23 11:13:32'), +(810, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 35, 1, NULL, 3, 0, 0, '2023-10-23 11:13:32', '2023-10-23 11:13:32'), +(811, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:13:54', '2023-10-23 11:13:54'), +(812, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:13:57', '2023-10-23 11:13:57'), +(813, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:16:02', '2023-10-23 11:16:02'), +(814, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:16:02', '2023-10-23 11:16:02'), +(815, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:16:02', '2023-10-23 11:16:02'), +(816, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:16:02', '2023-10-23 11:16:02'), +(817, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:16:02', '2023-10-23 11:16:02'), +(818, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:16:08', '2023-10-23 11:16:08'), +(819, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:16:08', '2023-10-23 11:16:08'), +(820, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:16:08', '2023-10-23 11:16:08'), +(821, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 38, 1, NULL, 3, 0, 0, '2023-10-23 11:16:10', '2023-10-23 11:16:10'), +(822, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 38, 1, NULL, 3, 0, 0, '2023-10-23 11:16:11', '2023-10-23 11:16:11'), +(823, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 38, 1, NULL, 3, 0, 0, '2023-10-23 11:16:11', '2023-10-23 11:16:11'), +(824, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:16:30', '2023-10-23 11:16:30'), +(825, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:16:34', '2023-10-23 11:16:34'), +(826, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:16:59', '2023-10-23 11:16:59'), +(827, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:16:59', '2023-10-23 11:16:59'), +(828, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:17:00', '2023-10-23 11:17:00'), +(829, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:17:00', '2023-10-23 11:17:00'), +(830, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:17:00', '2023-10-23 11:17:00'), +(831, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:17:05', '2023-10-23 11:17:05'), +(832, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:17:05', '2023-10-23 11:17:05'), +(833, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:17:05', '2023-10-23 11:17:05'), +(834, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 39, 1, NULL, 3, 0, 0, '2023-10-23 11:17:07', '2023-10-23 11:17:07'), +(835, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 39, 1, NULL, 3, 0, 0, '2023-10-23 11:17:08', '2023-10-23 11:17:08'), +(836, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 39, 1, NULL, 3, 0, 0, '2023-10-23 11:17:08', '2023-10-23 11:17:08'), +(837, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:17:13', '2023-10-23 11:17:13'), +(838, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:17:27', '2023-10-23 11:17:27'), +(839, 1, 0, 'Error: invalid e-mail template', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:17:28', '2023-10-23 11:17:28'), +(840, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:17:55', '2023-10-23 11:17:55'), +(841, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:17:56', '2023-10-23 11:17:56'), +(842, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:17:56', '2023-10-23 11:17:56'), +(843, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:17:56', '2023-10-23 11:17:56'), +(844, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:17:56', '2023-10-23 11:17:56'), +(845, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:18:01', '2023-10-23 11:18:01'), +(846, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:18:01', '2023-10-23 11:18:01'), +(847, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:18:01', '2023-10-23 11:18:01'), +(848, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 40, 1, NULL, 3, 0, 0, '2023-10-23 11:18:03', '2023-10-23 11:18:03'), +(849, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 40, 1, NULL, 3, 0, 0, '2023-10-23 11:18:04', '2023-10-23 11:18:04'), +(850, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 40, 1, NULL, 3, 0, 0, '2023-10-23 11:18:05', '2023-10-23 11:18:05'), +(851, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:18:13', '2023-10-23 11:18:13'), +(852, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:18:24', '2023-10-23 11:18:24'), +(853, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:18:28', '2023-10-23 11:18:28'), +(854, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:18:52', '2023-10-23 11:18:52'), +(855, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:18:52', '2023-10-23 11:18:52'), +(856, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:18:53', '2023-10-23 11:18:53'), +(857, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:18:53', '2023-10-23 11:18:53'), +(858, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:18:53', '2023-10-23 11:18:53'), +(859, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:18:58', '2023-10-23 11:18:58'), +(860, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:18:58', '2023-10-23 11:18:58'), +(861, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:18:58', '2023-10-23 11:18:58'), +(862, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 41, 1, NULL, 3, 0, 0, '2023-10-23 11:19:00', '2023-10-23 11:19:00'), +(863, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 41, 1, NULL, 3, 0, 0, '2023-10-23 11:19:01', '2023-10-23 11:19:01'), +(864, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 41, 1, NULL, 3, 0, 0, '2023-10-23 11:19:01', '2023-10-23 11:19:01'), +(865, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:19:19', '2023-10-23 11:19:19'), +(866, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:19:21', '2023-10-23 11:19:21'), +(867, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:19:24', '2023-10-23 11:19:24'), +(868, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:19:48', '2023-10-23 11:19:48'), +(869, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:19:48', '2023-10-23 11:19:48'), +(870, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:19:49', '2023-10-23 11:19:49'), +(871, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:19:49', '2023-10-23 11:19:49'), +(872, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:19:49', '2023-10-23 11:19:49'), +(873, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:19:54', '2023-10-23 11:19:54'), +(874, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:19:54', '2023-10-23 11:19:54'), +(875, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:19:54', '2023-10-23 11:19:54'), +(876, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 42, 1, NULL, 3, 0, 0, '2023-10-23 11:19:56', '2023-10-23 11:19:56'), +(877, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 42, 1, NULL, 3, 0, 0, '2023-10-23 11:19:57', '2023-10-23 11:19:57'), +(878, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 42, 1, NULL, 3, 0, 0, '2023-10-23 11:19:57', '2023-10-23 11:19:57'), +(879, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:20:15', '2023-10-23 11:20:15'), +(880, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:20:16', '2023-10-23 11:20:16'), +(881, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:20:22', '2023-10-23 11:20:22'), +(882, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:20:45', '2023-10-23 11:20:45'), +(883, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:20:45', '2023-10-23 11:20:45'), +(884, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:20:46', '2023-10-23 11:20:46'), +(885, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:20:46', '2023-10-23 11:20:46'), +(886, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:20:46', '2023-10-23 11:20:46'), +(887, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:20:50', '2023-10-23 11:20:50'), +(888, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:20:50', '2023-10-23 11:20:50'), +(889, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:20:50', '2023-10-23 11:20:50'), +(890, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 43, 1, NULL, 3, 0, 0, '2023-10-23 11:20:52', '2023-10-23 11:20:52'), +(891, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 43, 1, NULL, 3, 0, 0, '2023-10-23 11:20:54', '2023-10-23 11:20:54'), +(892, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 43, 1, NULL, 3, 0, 0, '2023-10-23 11:20:54', '2023-10-23 11:20:54'), +(893, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:21:13', '2023-10-23 11:21:13'), +(894, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:21:17', '2023-10-23 11:21:17'), +(895, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:21:17', '2023-10-23 11:21:17'), +(896, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:21:40', '2023-10-23 11:21:40'), +(897, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:21:40', '2023-10-23 11:21:40'), +(898, 1, 0, 'Error - The following e-mail template is missing: de/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:21:40', '2023-10-23 11:21:40'), +(899, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:21:40', '2023-10-23 11:21:40'), +(900, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:21:40', '2023-10-23 11:21:40'), +(901, 1, 0, 'Error - The following e-mail template is missing: de/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:21:45', '2023-10-23 11:21:45'), +(902, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:21:45', '2023-10-23 11:21:45'), +(903, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:21:45', '2023-10-23 11:21:45'), +(904, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 44, 1, NULL, 3, 0, 0, '2023-10-23 11:21:47', '2023-10-23 11:21:47'), +(905, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 44, 1, NULL, 3, 0, 0, '2023-10-23 11:21:48', '2023-10-23 11:21:48'), +(906, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 44, 1, NULL, 3, 0, 0, '2023-10-23 11:21:48', '2023-10-23 11:21:48'), +(907, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:22:07', '2023-10-23 11:22:07'), +(908, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:22:11', '2023-10-23 11:22:11'), +(909, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 1, 0, 0, '2023-10-23 11:22:32', '2023-10-23 11:22:32'), +(910, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 11:22:36', '2023-10-23 11:22:36'), +(911, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 11:22:37', '2023-10-23 11:22:37'), +(912, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 11:22:37', '2023-10-23 11:22:37'), +(913, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 11:22:42', '2023-10-23 11:22:42'), +(914, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 11:22:42', '2023-10-23 11:22:42'), +(915, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 45, 1, NULL, 1, 0, 0, '2023-10-23 11:22:42', '2023-10-23 11:22:42'), +(916, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 45, 1, NULL, 1, 0, 0, '2023-10-23 11:22:43', '2023-10-23 11:22:43'), +(917, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 45, 1, NULL, 1, 0, 0, '2023-10-23 11:22:44', '2023-10-23 11:22:44'), +(918, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 11:22:59', '2023-10-23 11:22:59'), +(919, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 11:23:03', '2023-10-23 11:23:03'), +(920, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 11:23:14', '2023-10-23 11:23:14'), +(921, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:24:15', '2023-10-23 11:24:15'), +(922, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:27:17', '2023-10-23 11:27:17'), +(923, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:29:16', '2023-10-23 11:29:16'), +(924, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:30:27', '2023-10-23 11:30:27'), +(925, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:31:29', '2023-10-23 11:31:29'), +(926, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:32:15', '2023-10-23 11:32:15'), +(927, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-23 11:32:16', '2023-10-23 11:32:16'), +(928, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-23 11:33:16', '2023-10-23 11:33:16'), +(929, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-23 11:44:16', '2023-10-23 11:44:16'); DROP TABLE IF EXISTS `ps_mail`; CREATE TABLE `ps_mail` ( @@ -9749,7 +11138,39 @@ INSERT INTO `ps_orders` (`id_order`, `reference`, `id_shop_group`, `id_shop`, `i (3, 'UOYEVOLI', 1, 1, 2, 1, 2, 3, 1, 5, 5, 8, 'b44a6d9efd7a0076a0fbce6b15eaf3b1', 'Payment by check', 1.000000, 'ps_checkpayment', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 14.900000, 21.300000, 19.900000, 0.000000, 12.900000, 12.900000, 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, '2023-08-28 13:28:04', '2023-08-28 13:28:04', ''), (4, 'FFATNOMMJ', 1, 1, 2, 1, 2, 4, 1, 5, 5, 1, 'b44a6d9efd7a0076a0fbce6b15eaf3b1', 'Payment by check', 1.000000, 'ps_checkpayment', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 14.900000, 21.300000, 19.900000, 0.000000, 12.900000, 12.900000, 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, '2023-08-28 13:28:04', '2023-08-28 13:28:04', ''), (5, 'KHWLILZLL', 1, 1, 2, 1, 2, 5, 1, 5, 5, 10, 'b44a6d9efd7a0076a0fbce6b15eaf3b1', 'Bank wire', 1.000000, 'ps_wirepayment', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 20.900000, 27.300000, 25.900000, 0.000000, 18.900000, 18.900000, 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, '2023-08-28 13:28:04', '2023-08-28 13:28:04', ''), -(6, 'HSMNZOAHI', 1, 1, 1, 1, 3, 6, 1, 7, 7, 10, '4c26b11e96bb59693af803acba66be93', 'Bank transfer', 1.000000, 'ps_wirepayment', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 0.000000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2023-08-28 13:51:22', '2023-08-28 13:51:23', ''); +(6, 'HSMNZOAHI', 1, 1, 1, 1, 3, 6, 1, 7, 7, 10, '4c26b11e96bb59693af803acba66be93', 'Bank transfer', 1.000000, 'ps_wirepayment', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 0.000000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2023-08-28 13:51:22', '2023-08-28 13:51:23', ''), +(7, 'FYOFMYKSU', 1, 1, 1, 3, 3, 7, 1, 7, 7, 7, '4c26b11e96bb59693af803acba66be93', 'Bancontact', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 1, 0, '2023-10-23 09:59:04', '0000-00-00 00:00:00', 0, '2023-10-23 09:59:04', '2023-10-23 10:10:13', ''), +(8, 'INRJMRGRC', 1, 1, 1, 1, 3, 8, 1, 7, 7, 7, '4c26b11e96bb59693af803acba66be93', 'iDEAL', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 2, 0, '2023-10-23 10:00:09', '0000-00-00 00:00:00', 0, '2023-10-23 10:00:08', '2023-10-23 10:11:12', ''), +(9, 'HBZLCXGXF', 1, 1, 1, 1, 3, 9, 1, 7, 7, 7, '4c26b11e96bb59693af803acba66be93', 'Card', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 3, 0, '2023-10-23 10:01:19', '0000-00-00 00:00:00', 0, '2023-10-23 10:01:19', '2023-10-23 10:12:10', ''), +(10, 'RRCRAHAAD', 1, 1, 1, 3, 3, 10, 1, 7, 7, 14, '4c26b11e96bb59693af803acba66be93', 'PayPal', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 4, 0, '2023-10-23 10:02:24', '0000-00-00 00:00:00', 0, '2023-10-23 10:02:24', '2023-10-23 10:13:13', ''), +(11, 'DIZPGELHE', 1, 1, 1, 3, 3, 11, 1, 7, 7, 2, '4c26b11e96bb59693af803acba66be93', 'SOFORT Banking', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 5, 0, '2023-10-23 10:03:24', '0000-00-00 00:00:00', 1, '2023-10-23 10:03:24', '2023-10-23 10:03:24', ''), +(12, 'KVKUHBPEG', 1, 1, 1, 3, 3, 12, 1, 7, 7, 7, '4c26b11e96bb59693af803acba66be93', 'Przelewy24', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 6, 0, '2023-10-23 10:04:23', '0000-00-00 00:00:00', 0, '2023-10-23 10:04:22', '2023-10-23 10:15:12', ''), +(13, 'HRSZTWFCC', 1, 1, 1, 3, 3, 14, 1, 7, 7, 7, '4c26b11e96bb59693af803acba66be93', 'Bancontact', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 7, 0, '2023-10-23 10:32:47', '0000-00-00 00:00:00', 0, '2023-10-23 10:32:46', '2023-10-23 10:57:30', ''), +(14, 'ARHDNOAOB', 1, 1, 1, 1, 3, 15, 1, 7, 7, 7, '4c26b11e96bb59693af803acba66be93', 'iDEAL', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 8, 0, '2023-10-23 10:33:44', '0000-00-00 00:00:00', 0, '2023-10-23 10:33:44', '2023-10-23 10:57:34', ''), +(15, 'HBXGDEXSH', 1, 1, 1, 1, 3, 16, 1, 7, 7, 7, '4c26b11e96bb59693af803acba66be93', 'Card', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 9, 0, '2023-10-23 10:34:44', '0000-00-00 00:00:00', 0, '2023-10-23 10:34:44', '2023-10-23 10:57:41', ''), +(16, 'MOVSXFEOK', 1, 1, 1, 3, 3, 17, 1, 7, 7, 14, '4c26b11e96bb59693af803acba66be93', 'PayPal', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 10, 0, '2023-10-23 10:35:41', '0000-00-00 00:00:00', 0, '2023-10-23 10:35:40', '2023-10-23 10:57:41', ''), +(17, 'YROCYCCBO', 1, 1, 1, 3, 3, 18, 1, 7, 7, 2, '4c26b11e96bb59693af803acba66be93', 'SOFORT Banking', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 11, 0, '2023-10-23 10:36:35', '0000-00-00 00:00:00', 1, '2023-10-23 10:36:34', '2023-10-23 10:36:35', ''), +(18, 'UYUWNODUI', 1, 1, 1, 3, 3, 19, 1, 7, 7, 7, '4c26b11e96bb59693af803acba66be93', 'Przelewy24', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 12, 0, '2023-10-23 10:37:25', '0000-00-00 00:00:00', 0, '2023-10-23 10:37:24', '2023-10-23 10:57:48', ''), +(19, 'RQHYSXLGT', 1, 1, 1, 3, 3, 20, 1, 7, 7, 7, '4c26b11e96bb59693af803acba66be93', 'giropay', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 13, 0, '2023-10-23 10:38:23', '0000-00-00 00:00:00', 0, '2023-10-23 10:38:22', '2023-10-23 10:57:56', ''), +(20, 'IBGHBPABH', 1, 1, 1, 3, 3, 21, 1, 7, 7, 7, '4c26b11e96bb59693af803acba66be93', 'eps', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 14, 0, '2023-10-23 10:39:20', '0000-00-00 00:00:00', 0, '2023-10-23 10:39:19', '2023-10-23 10:57:59', ''), +(21, 'OFJQAMJJS', 1, 1, 1, 1, 3, 22, 1, 7, 7, 7, '4c26b11e96bb59693af803acba66be93', 'KBC/CBC Payment Button', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 15, 0, '2023-10-23 10:40:17', '0000-00-00 00:00:00', 0, '2023-10-23 10:40:17', '2023-10-23 10:58:03', ''), +(22, 'HUQPFTTRE', 1, 1, 1, 1, 3, 23, 1, 7, 7, 7, '4c26b11e96bb59693af803acba66be93', 'Belfius Pay Button', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 16, 0, '2023-10-23 10:41:16', '0000-00-00 00:00:00', 0, '2023-10-23 10:41:16', '2023-10-23 10:58:28', ''), +(23, 'JAYYPKEES', 1, 1, 1, 1, 3, 24, 1, 7, 7, 7, '4c26b11e96bb59693af803acba66be93', 'Bank', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 140.360000, 140.360000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 17, 0, '2023-10-23 10:42:14', '0000-00-00 00:00:00', 0, '2023-10-23 10:42:11', '2023-10-23 10:58:30', ''), +(24, 'KMNEFTFZY', 1, 1, 1, 3, 3, 28, 1, 7, 7, 14, '4c26b11e96bb59693af803acba66be93', 'Bancontact', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 173.360000, 173.360000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 18, 0, '2023-10-23 11:06:15', '0000-00-00 00:00:00', 0, '2023-10-23 11:06:14', '2023-10-23 11:17:13', ''), +(25, 'OTTNHJOHW', 1, 1, 1, 3, 3, 29, 1, 7, 7, 14, '4c26b11e96bb59693af803acba66be93', 'iDEAL', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 173.360000, 173.360000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 19, 0, '2023-10-23 11:07:15', '0000-00-00 00:00:00', 0, '2023-10-23 11:07:14', '2023-10-23 11:18:13', ''), +(26, 'BGIYJGYOR', 1, 1, 1, 3, 3, 30, 1, 7, 7, 14, '4c26b11e96bb59693af803acba66be93', 'Slice it.', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 173.360000, 173.360000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 20, 0, '2023-10-23 11:08:14', '0000-00-00 00:00:00', 0, '2023-10-23 11:08:13', '2023-10-23 11:19:20', ''), +(27, 'WGEMXPWZM', 1, 1, 1, 3, 3, 31, 1, 7, 7, 14, '4c26b11e96bb59693af803acba66be93', 'Pay later.', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 173.360000, 173.360000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 21, 0, '2023-10-23 11:09:15', '0000-00-00 00:00:00', 0, '2023-10-23 11:09:14', '2023-10-23 11:20:15', ''), +(28, 'QEVXQLBYF', 1, 1, 1, 3, 3, 32, 1, 7, 7, 14, '4c26b11e96bb59693af803acba66be93', 'Pay now.', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 173.360000, 173.360000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 22, 0, '2023-10-23 11:10:10', '0000-00-00 00:00:00', 0, '2023-10-23 11:10:10', '2023-10-23 11:21:17', ''), +(29, 'HSKIDSOTQ', 1, 1, 1, 1, 3, 33, 1, 7, 7, 14, '4c26b11e96bb59693af803acba66be93', 'Card', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 173.360000, 173.360000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 23, 0, '2023-10-23 11:11:35', '0000-00-00 00:00:00', 0, '2023-10-23 11:11:35', '2023-10-23 11:23:14', ''), +(30, 'PQIHJTROE', 1, 1, 1, 3, 3, 35, 1, 8, 8, 14, '4c26b11e96bb59693af803acba66be93', 'Pay in 3 instalments, 0% interest', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 173.360000, 173.360000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 24, 0, '2023-10-23 11:13:24', '0000-00-00 00:00:00', 0, '2023-10-23 11:13:24', '2023-10-23 11:24:15', ''), +(31, 'RMZIIJLWO', 1, 1, 1, 3, 3, 38, 1, 8, 8, 14, '4c26b11e96bb59693af803acba66be93', 'PayPal', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 173.360000, 173.360000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 25, 0, '2023-10-23 11:16:02', '0000-00-00 00:00:00', 0, '2023-10-23 11:16:02', '2023-10-23 11:27:17', ''), +(32, 'LBVCMCEEE', 1, 1, 1, 3, 3, 39, 1, 8, 8, 17, '4c26b11e96bb59693af803acba66be93', 'SOFORT Banking', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 173.360000, 173.360000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 26, 0, '2023-10-23 11:17:00', '0000-00-00 00:00:00', 0, '2023-10-23 11:16:59', '2023-10-23 11:17:27', ''), +(33, 'CEEOSXNOK', 1, 1, 1, 3, 3, 40, 1, 8, 8, 14, '4c26b11e96bb59693af803acba66be93', 'Przelewy24', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 173.360000, 173.360000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 27, 0, '2023-10-23 11:17:56', '0000-00-00 00:00:00', 0, '2023-10-23 11:17:55', '2023-10-23 11:29:16', ''), +(34, 'EWJYLFLGJ', 1, 1, 1, 3, 3, 41, 1, 8, 8, 14, '4c26b11e96bb59693af803acba66be93', 'giropay', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 173.360000, 173.360000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 28, 0, '2023-10-23 11:18:52', '0000-00-00 00:00:00', 0, '2023-10-23 11:18:52', '2023-10-23 11:30:27', ''), +(35, 'EZQXCXOAY', 1, 1, 1, 3, 3, 42, 1, 8, 8, 14, '4c26b11e96bb59693af803acba66be93', 'eps', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 173.360000, 173.360000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 29, 0, '2023-10-23 11:19:48', '0000-00-00 00:00:00', 0, '2023-10-23 11:19:48', '2023-10-23 11:31:29', ''), +(36, 'YGCUUFYMJ', 1, 1, 1, 3, 3, 43, 1, 8, 8, 14, '4c26b11e96bb59693af803acba66be93', 'KBC/CBC Payment Button', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 173.360000, 173.360000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 30, 0, '2023-10-23 11:20:45', '0000-00-00 00:00:00', 0, '2023-10-23 11:20:45', '2023-10-23 11:32:16', ''), +(37, 'KUCXLVGNY', 1, 1, 1, 3, 3, 44, 1, 8, 8, 14, '4c26b11e96bb59693af803acba66be93', 'Belfius Pay Button', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 173.360000, 173.360000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 31, 0, '2023-10-23 11:21:40', '0000-00-00 00:00:00', 0, '2023-10-23 11:21:40', '2023-10-23 11:32:15', ''), +(38, 'JSRVZBVWD', 1, 1, 1, 1, 3, 45, 1, 8, 8, 14, '4c26b11e96bb59693af803acba66be93', 'Bank', 1.000000, 'mollie', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 173.360000, 173.360000, 149.000000, 346.720000, 116.000000, 140.360000, 0.000000, 0.000000, 0.000000, 21.000, 0.000000, 0.000000, 0.000000, 2, 2, 32, 0, '2023-10-23 11:22:36', '0000-00-00 00:00:00', 0, '2023-10-23 11:22:32', '2023-10-23 11:33:16', ''); DROP TABLE IF EXISTS `ps_order_carrier`; CREATE TABLE `ps_order_carrier` ( @@ -9774,7 +11195,39 @@ INSERT INTO `ps_order_carrier` (`id_order_carrier`, `id_order`, `id_carrier`, `i (3, 3, 2, 0, 0.000000, 7.000000, 8.400000, '', '2023-08-28 13:28:04'), (4, 4, 2, 0, 0.000000, 7.000000, 8.400000, '', '2023-08-28 13:28:04'), (5, 5, 2, 0, 0.000000, 7.000000, 8.400000, '', '2023-08-28 13:28:04'), -(6, 6, 1, 0, 1.200000, 0.000000, 0.000000, '', '2023-08-28 13:51:23'); +(6, 6, 1, 0, 1.200000, 0.000000, 0.000000, '', '2023-08-28 13:51:23'), +(7, 7, 1, 1, 1.200000, 0.000000, 0.000000, '', '2023-10-23 09:59:04'), +(8, 8, 1, 2, 1.200000, 0.000000, 0.000000, '', '2023-10-23 10:00:08'), +(9, 9, 1, 3, 1.200000, 0.000000, 0.000000, '', '2023-10-23 10:01:19'), +(10, 10, 1, 4, 1.200000, 0.000000, 0.000000, '', '2023-10-23 10:02:24'), +(11, 11, 1, 5, 1.200000, 0.000000, 0.000000, '', '2023-10-23 10:03:24'), +(12, 12, 1, 6, 1.200000, 0.000000, 0.000000, '', '2023-10-23 10:04:22'), +(13, 13, 1, 7, 1.200000, 0.000000, 0.000000, '', '2023-10-23 10:32:46'), +(14, 14, 1, 8, 1.200000, 0.000000, 0.000000, '', '2023-10-23 10:33:44'), +(15, 15, 1, 9, 1.200000, 0.000000, 0.000000, '', '2023-10-23 10:34:44'), +(16, 16, 1, 10, 1.200000, 0.000000, 0.000000, '', '2023-10-23 10:35:41'), +(17, 17, 1, 11, 1.200000, 0.000000, 0.000000, '', '2023-10-23 10:36:34'), +(18, 18, 1, 12, 1.200000, 0.000000, 0.000000, '', '2023-10-23 10:37:24'), +(19, 19, 1, 13, 1.200000, 0.000000, 0.000000, '', '2023-10-23 10:38:23'), +(20, 20, 1, 14, 1.200000, 0.000000, 0.000000, '', '2023-10-23 10:39:19'), +(21, 21, 1, 15, 1.200000, 0.000000, 0.000000, '', '2023-10-23 10:40:17'), +(22, 22, 1, 16, 1.200000, 0.000000, 0.000000, '', '2023-10-23 10:41:16'), +(23, 23, 1, 17, 1.200000, 0.000000, 0.000000, '', '2023-10-23 10:42:11'), +(24, 24, 1, 18, 1.200000, 0.000000, 0.000000, '', '2023-10-23 11:06:15'), +(25, 25, 1, 19, 1.200000, 0.000000, 0.000000, '', '2023-10-23 11:07:14'), +(26, 26, 1, 20, 1.200000, 0.000000, 0.000000, '', '2023-10-23 11:08:13'), +(27, 27, 1, 21, 1.200000, 0.000000, 0.000000, '', '2023-10-23 11:09:14'), +(28, 28, 1, 22, 1.200000, 0.000000, 0.000000, '', '2023-10-23 11:10:10'), +(29, 29, 1, 23, 1.200000, 0.000000, 0.000000, '', '2023-10-23 11:11:35'), +(30, 30, 1, 24, 1.200000, 0.000000, 0.000000, '', '2023-10-23 11:13:24'), +(31, 31, 1, 25, 1.200000, 0.000000, 0.000000, '', '2023-10-23 11:16:02'), +(32, 32, 1, 26, 1.200000, 0.000000, 0.000000, '', '2023-10-23 11:16:59'), +(33, 33, 1, 27, 1.200000, 0.000000, 0.000000, '', '2023-10-23 11:17:55'), +(34, 34, 1, 28, 1.200000, 0.000000, 0.000000, '', '2023-10-23 11:18:52'), +(35, 35, 1, 29, 1.200000, 0.000000, 0.000000, '', '2023-10-23 11:19:48'), +(36, 36, 1, 30, 1.200000, 0.000000, 0.000000, '', '2023-10-23 11:20:45'), +(37, 37, 1, 31, 1.200000, 0.000000, 0.000000, '', '2023-10-23 11:21:40'), +(38, 38, 1, 32, 1.200000, 0.000000, 0.000000, '', '2023-10-23 11:22:32'); DROP TABLE IF EXISTS `ps_order_cart_rule`; CREATE TABLE `ps_order_cart_rule` ( @@ -9860,7 +11313,39 @@ INSERT INTO `ps_order_detail` (`id_order_detail`, `id_order`, `id_order_invoice` (5, 3, 0, 0, 1, 16, 28, 0, 'Mountain fox notebook Style : Ruled', 1, 1, 0, 0, 0, 12.900000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_8', '', 0.000000, 0, 0, '', 0.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 12.900000, 12.900000, 12.900000, 12.900000, 0.000000, 0.000000, 0.000000, 12.900000, 5.490000, 0.000000, 0.000000), (6, 4, 0, 0, 1, 16, 29, 0, 'Mountain fox notebook Style : Plain', 1, 1, 0, 0, 0, 12.900000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_8', '', 0.000000, 0, 0, '', 0.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 12.900000, 12.900000, 12.900000, 12.900000, 0.000000, 0.000000, 0.000000, 12.900000, 5.490000, 0.000000, 0.000000), (7, 5, 0, 0, 1, 10, 25, 0, 'Brown bear cushion Color : Black', 1, 1, 0, 0, 0, 18.900000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_16', '', 0.000000, 0, 0, '', 0.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 18.900000, 18.900000, 18.900000, 18.900000, 0.000000, 0.000000, 0.000000, 18.900000, 5.490000, 0.000000, 0.000000), -(8, 6, 0, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000); +(8, 6, 0, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(9, 7, 1, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(10, 8, 2, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(11, 9, 3, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(12, 10, 4, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(13, 11, 5, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(14, 12, 6, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(15, 13, 7, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(16, 14, 8, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(17, 15, 9, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(18, 16, 10, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(19, 17, 11, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(20, 18, 12, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(21, 19, 13, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(22, 20, 14, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(23, 21, 15, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(24, 22, 16, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(25, 23, 17, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(26, 24, 18, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(27, 25, 19, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(28, 26, 20, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(29, 27, 21, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(30, 28, 22, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(31, 29, 23, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(32, 30, 24, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(33, 31, 25, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(34, 32, 26, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(35, 33, 27, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(36, 34, 28, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(37, 35, 29, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(38, 36, 30, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(39, 37, 31, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000), +(40, 38, 32, 0, 1, 4, 16, 0, 'The adventure begins Framed poster (Dimension: 40x60cm)', 4, 4, 0, 0, 0, 29.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', 'demo_5_73', 0.300000, 1, 0, 'BTW NL 21%', 21.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 140.360000, 116.000000, 35.090000, 29.000000, 0.000000, 0.000000, 5.490000, 29.000000, 5.490000, 0.000000, 0.000000); DROP TABLE IF EXISTS `ps_order_detail_tax`; CREATE TABLE `ps_order_detail_tax` ( @@ -9873,7 +11358,39 @@ CREATE TABLE `ps_order_detail_tax` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_order_detail_tax` (`id_order_detail`, `id_tax`, `unit_amount`, `total_amount`) VALUES -(8, 1, 6.090000, 24.360000); +(8, 1, 6.090000, 24.360000), +(9, 1, 6.090000, 24.360000), +(10, 1, 6.090000, 24.360000), +(11, 1, 6.090000, 24.360000), +(12, 1, 6.090000, 24.360000), +(13, 1, 6.090000, 24.360000), +(14, 1, 6.090000, 24.360000), +(15, 1, 6.090000, 24.360000), +(16, 1, 6.090000, 24.360000), +(17, 1, 6.090000, 24.360000), +(18, 1, 6.090000, 24.360000), +(19, 1, 6.090000, 24.360000), +(20, 1, 6.090000, 24.360000), +(21, 1, 6.090000, 24.360000), +(22, 1, 6.090000, 24.360000), +(23, 1, 6.090000, 24.360000), +(24, 1, 6.090000, 24.360000), +(25, 1, 6.090000, 24.360000), +(26, 1, 6.090000, 24.360000), +(27, 1, 6.090000, 24.360000), +(28, 1, 6.090000, 24.360000), +(29, 1, 6.090000, 24.360000), +(30, 1, 6.090000, 24.360000), +(31, 1, 6.090000, 24.360000), +(32, 1, 6.090000, 24.360000), +(33, 1, 6.090000, 24.360000), +(34, 1, 6.090000, 24.360000), +(35, 1, 6.090000, 24.360000), +(36, 1, 6.090000, 24.360000), +(37, 1, 6.090000, 24.360000), +(38, 1, 6.090000, 24.360000), +(39, 1, 6.090000, 24.360000), +(40, 1, 6.090000, 24.360000); DROP TABLE IF EXISTS `ps_order_history`; CREATE TABLE `ps_order_history` ( @@ -9896,7 +11413,102 @@ INSERT INTO `ps_order_history` (`id_order_history`, `id_employee`, `id_order`, ` (5, 0, 5, 10, '2023-08-28 13:28:04'), (6, 1, 1, 6, '2023-08-28 13:28:04'), (7, 1, 3, 8, '2023-08-28 13:28:04'), -(8, 0, 6, 10, '2023-08-28 13:51:23'); +(8, 0, 6, 10, '2023-08-28 13:51:23'), +(9, 0, 7, 2, '2023-10-23 09:59:05'), +(10, 0, 8, 2, '2023-10-23 10:00:09'), +(11, 0, 9, 2, '2023-10-23 10:01:19'), +(12, 0, 10, 2, '2023-10-23 10:02:24'), +(13, 0, 11, 2, '2023-10-23 10:03:24'), +(14, 0, 12, 2, '2023-10-23 10:04:23'), +(15, 0, 7, 7, '2023-10-23 10:10:13'), +(16, 0, 7, 7, '2023-10-23 10:10:13'), +(17, 0, 8, 7, '2023-10-23 10:11:12'), +(18, 0, 8, 7, '2023-10-23 10:11:12'), +(19, 0, 9, 7, '2023-10-23 10:12:10'), +(20, 0, 10, 14, '2023-10-23 10:13:13'), +(21, 0, 12, 7, '2023-10-23 10:15:12'), +(22, 0, 13, 2, '2023-10-23 10:32:47'), +(23, 0, 14, 2, '2023-10-23 10:33:44'), +(24, 0, 15, 2, '2023-10-23 10:34:44'), +(25, 0, 16, 2, '2023-10-23 10:35:41'), +(26, 0, 17, 2, '2023-10-23 10:36:35'), +(27, 0, 18, 2, '2023-10-23 10:37:25'), +(28, 0, 19, 2, '2023-10-23 10:38:23'), +(29, 0, 20, 2, '2023-10-23 10:39:20'), +(30, 0, 21, 2, '2023-10-23 10:40:17'), +(31, 0, 22, 2, '2023-10-23 10:41:16'), +(32, 0, 23, 15, '2023-10-23 10:42:11'), +(33, 0, 23, 2, '2023-10-23 10:42:15'), +(34, 0, 13, 7, '2023-10-23 10:57:30'), +(35, 0, 14, 7, '2023-10-23 10:57:34'), +(36, 0, 15, 7, '2023-10-23 10:57:41'), +(37, 0, 16, 14, '2023-10-23 10:57:41'), +(38, 0, 18, 7, '2023-10-23 10:57:48'), +(39, 0, 19, 7, '2023-10-23 10:57:56'), +(40, 0, 20, 7, '2023-10-23 10:57:59'), +(41, 0, 21, 7, '2023-10-23 10:58:03'), +(42, 0, 22, 7, '2023-10-23 10:58:28'), +(43, 0, 22, 7, '2023-10-23 10:58:28'), +(44, 0, 23, 7, '2023-10-23 10:58:30'), +(45, 0, 24, 15, '2023-10-23 11:06:15'), +(46, 0, 24, 2, '2023-10-23 11:06:15'), +(47, 0, 24, 16, '2023-10-23 11:06:49'), +(48, 0, 25, 15, '2023-10-23 11:07:15'), +(49, 0, 25, 2, '2023-10-23 11:07:15'), +(50, 0, 25, 16, '2023-10-23 11:07:49'), +(51, 0, 26, 15, '2023-10-23 11:08:14'), +(52, 0, 26, 2, '2023-10-23 11:08:14'), +(53, 0, 26, 16, '2023-10-23 11:08:45'), +(54, 0, 27, 15, '2023-10-23 11:09:14'), +(55, 0, 27, 2, '2023-10-23 11:09:15'), +(56, 0, 27, 16, '2023-10-23 11:09:45'), +(57, 0, 28, 15, '2023-10-23 11:10:10'), +(58, 0, 28, 2, '2023-10-23 11:10:10'), +(59, 0, 28, 16, '2023-10-23 11:10:40'), +(60, 0, 29, 15, '2023-10-23 11:11:35'), +(61, 0, 29, 2, '2023-10-23 11:11:35'), +(62, 0, 29, 16, '2023-10-23 11:12:57'), +(63, 0, 30, 15, '2023-10-23 11:13:24'), +(64, 0, 30, 2, '2023-10-23 11:13:24'), +(65, 0, 30, 16, '2023-10-23 11:13:58'), +(66, 0, 31, 15, '2023-10-23 11:16:02'), +(67, 0, 31, 2, '2023-10-23 11:16:02'), +(68, 0, 31, 16, '2023-10-23 11:16:34'), +(69, 0, 32, 15, '2023-10-23 11:16:59'), +(70, 0, 32, 2, '2023-10-23 11:17:00'), +(71, 0, 24, 14, '2023-10-23 11:17:13'), +(72, 0, 32, 17, '2023-10-23 11:17:27'), +(73, 0, 33, 15, '2023-10-23 11:17:56'), +(74, 0, 33, 2, '2023-10-23 11:17:56'), +(75, 0, 25, 14, '2023-10-23 11:18:13'), +(76, 0, 33, 16, '2023-10-23 11:18:28'), +(77, 0, 34, 15, '2023-10-23 11:18:52'), +(78, 0, 34, 2, '2023-10-23 11:18:53'), +(79, 0, 26, 14, '2023-10-23 11:19:20'), +(80, 0, 34, 16, '2023-10-23 11:19:24'), +(81, 0, 35, 15, '2023-10-23 11:19:48'), +(82, 0, 35, 2, '2023-10-23 11:19:49'), +(83, 0, 27, 14, '2023-10-23 11:20:15'), +(84, 0, 35, 16, '2023-10-23 11:20:23'), +(85, 0, 36, 15, '2023-10-23 11:20:45'), +(86, 0, 36, 2, '2023-10-23 11:20:46'), +(87, 0, 36, 16, '2023-10-23 11:21:17'), +(88, 0, 28, 14, '2023-10-23 11:21:17'), +(89, 0, 37, 15, '2023-10-23 11:21:40'), +(90, 0, 37, 2, '2023-10-23 11:21:40'), +(91, 0, 37, 16, '2023-10-23 11:22:12'), +(92, 0, 38, 15, '2023-10-23 11:22:32'), +(93, 0, 38, 2, '2023-10-23 11:22:37'), +(94, 0, 38, 16, '2023-10-23 11:23:04'), +(95, 0, 29, 14, '2023-10-23 11:23:14'), +(96, 0, 30, 14, '2023-10-23 11:24:15'), +(97, 0, 31, 14, '2023-10-23 11:27:17'), +(98, 0, 33, 14, '2023-10-23 11:29:16'), +(99, 0, 34, 14, '2023-10-23 11:30:27'), +(100, 0, 35, 14, '2023-10-23 11:31:29'), +(101, 0, 37, 14, '2023-10-23 11:32:15'), +(102, 0, 36, 14, '2023-10-23 11:32:16'), +(103, 0, 38, 14, '2023-10-23 11:33:16'); DROP TABLE IF EXISTS `ps_order_invoice`; CREATE TABLE `ps_order_invoice` ( @@ -9923,6 +11535,39 @@ CREATE TABLE `ps_order_invoice` ( KEY `id_order` (`id_order`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; +INSERT INTO `ps_order_invoice` (`id_order_invoice`, `id_order`, `number`, `delivery_number`, `delivery_date`, `total_discount_tax_excl`, `total_discount_tax_incl`, `total_paid_tax_excl`, `total_paid_tax_incl`, `total_products`, `total_products_wt`, `total_shipping_tax_excl`, `total_shipping_tax_incl`, `shipping_tax_computation_method`, `total_wrapping_tax_excl`, `total_wrapping_tax_incl`, `shop_address`, `note`, `date_add`) VALUES +(1, 7, 1, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 09:59:04'), +(2, 8, 2, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 10:00:09'), +(3, 9, 3, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 10:01:19'), +(4, 10, 4, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 10:02:24'), +(5, 11, 5, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 10:03:24'), +(6, 12, 6, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 10:04:23'), +(7, 13, 7, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 10:32:47'), +(8, 14, 8, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 10:33:44'), +(9, 15, 9, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 10:34:44'), +(10, 16, 10, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 10:35:41'), +(11, 17, 11, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 10:36:35'), +(12, 18, 12, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 10:37:25'), +(13, 19, 13, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 10:38:23'), +(14, 20, 14, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 10:39:20'), +(15, 21, 15, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 10:40:17'), +(16, 22, 16, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 10:41:16'), +(17, 23, 17, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 116.000000, 140.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 10:42:14'), +(18, 24, 18, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 11:06:15'), +(19, 25, 19, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 11:07:15'), +(20, 26, 20, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 11:08:14'), +(21, 27, 21, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 11:09:15'), +(22, 28, 22, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 11:10:10'), +(23, 29, 23, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 11:11:35'), +(24, 30, 24, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 11:13:24'), +(25, 31, 25, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 11:16:02'), +(26, 32, 26, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 11:17:00'), +(27, 33, 27, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 11:17:56'), +(28, 34, 28, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 11:18:52'), +(29, 35, 29, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 11:19:48'), +(30, 36, 30, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 11:20:45'), +(31, 37, 31, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 143.270000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 11:21:40'), +(32, 38, 32, 0, '0000-00-00 00:00:00', 0.000000, 0.000000, 149.000000, 173.360000, 116.000000, 140.360000, 0.000000, 0.000000, 0, 0.000000, 0.000000, 'PrestaShop', '', '2023-10-23 11:22:36'); DROP TABLE IF EXISTS `ps_order_invoice_payment`; CREATE TABLE `ps_order_invoice_payment` ( @@ -9934,6 +11579,39 @@ CREATE TABLE `ps_order_invoice_payment` ( KEY `id_order` (`id_order`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; +INSERT INTO `ps_order_invoice_payment` (`id_order_invoice`, `id_order_payment`, `id_order`) VALUES +(1, 1, 7), +(2, 2, 8), +(3, 3, 9), +(4, 4, 10), +(5, 5, 11), +(6, 6, 12), +(7, 7, 13), +(8, 8, 14), +(9, 9, 15), +(10, 10, 16), +(11, 11, 17), +(12, 12, 18), +(13, 13, 19), +(14, 14, 20), +(15, 15, 21), +(16, 16, 22), +(17, 17, 23), +(18, 18, 24), +(19, 19, 25), +(20, 20, 26), +(21, 21, 27), +(22, 22, 28), +(23, 23, 29), +(24, 24, 30), +(25, 25, 31), +(26, 26, 32), +(27, 27, 33), +(28, 28, 34), +(29, 29, 35), +(30, 30, 36), +(31, 31, 37), +(32, 32, 38); DROP TABLE IF EXISTS `ps_order_invoice_tax`; CREATE TABLE `ps_order_invoice_tax` ( @@ -9944,6 +11622,39 @@ CREATE TABLE `ps_order_invoice_tax` ( KEY `id_tax` (`id_tax`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; +INSERT INTO `ps_order_invoice_tax` (`id_order_invoice`, `type`, `id_tax`, `amount`) VALUES +(1, 'shipping', 1, 0.000000), +(2, 'shipping', 1, 0.000000), +(3, 'shipping', 1, 0.000000), +(4, 'shipping', 1, 0.000000), +(5, 'shipping', 1, 0.000000), +(6, 'shipping', 1, 0.000000), +(7, 'shipping', 1, 0.000000), +(8, 'shipping', 1, 0.000000), +(9, 'shipping', 1, 0.000000), +(10, 'shipping', 1, 0.000000), +(11, 'shipping', 1, 0.000000), +(12, 'shipping', 1, 0.000000), +(13, 'shipping', 1, 0.000000), +(14, 'shipping', 1, 0.000000), +(15, 'shipping', 1, 0.000000), +(16, 'shipping', 1, 0.000000), +(17, 'shipping', 1, 0.000000), +(18, 'shipping', 1, 0.000000), +(19, 'shipping', 1, 0.000000), +(20, 'shipping', 1, 0.000000), +(21, 'shipping', 1, 0.000000), +(22, 'shipping', 1, 0.000000), +(23, 'shipping', 1, 0.000000), +(24, 'shipping', 1, 0.000000), +(25, 'shipping', 1, 0.000000), +(26, 'shipping', 1, 0.000000), +(27, 'shipping', 1, 0.000000), +(28, 'shipping', 1, 0.000000), +(29, 'shipping', 1, 0.000000), +(30, 'shipping', 1, 0.000000), +(31, 'shipping', 1, 0.000000), +(32, 'shipping', 1, 0.000000); DROP TABLE IF EXISTS `ps_order_message`; CREATE TABLE `ps_order_message` ( @@ -9987,6 +11698,39 @@ CREATE TABLE `ps_order_payment` ( KEY `order_reference` (`order_reference`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; +INSERT INTO `ps_order_payment` (`id_order_payment`, `order_reference`, `id_currency`, `amount`, `payment_method`, `conversion_rate`, `transaction_id`, `card_number`, `card_brand`, `card_expiration`, `card_holder`, `date_add`) VALUES +(1, 'FYOFMYKSU', 1, 140.360000, 'Bancontact', 1.000000, 'tr_aQ9LDMMDiW', '', '', '', '', '2023-10-23 09:59:04'), +(2, 'INRJMRGRC', 1, 140.360000, 'iDEAL', 1.000000, 'tr_bL3mNHofRx', '', '', '', '', '2023-10-23 10:00:08'), +(3, 'HBZLCXGXF', 1, 140.360000, 'Credit Card', 1.000000, 'tr_ZPvD4Zcgrk', '', '', '', '', '2023-10-23 10:01:19'), +(4, 'RRCRAHAAD', 1, 140.360000, 'PayPal', 1.000000, 'tr_56diksiKd7', '', '', '', '', '2023-10-23 10:02:24'), +(5, 'DIZPGELHE', 1, 140.360000, 'Sofort Banking', 1.000000, 'tr_dHsZJ2RRxc', '', '', '', '', '2023-10-23 10:03:24'), +(6, 'KVKUHBPEG', 1, 140.360000, '', 1.000000, 'tr_QhtxzUNwCN', '', '', '', '', '2023-10-23 10:04:22'), +(7, 'HRSZTWFCC', 1, 140.360000, 'Bancontact', 1.000000, 'tr_HabagrnzNM', '', '', '', '', '2023-10-23 10:32:46'), +(8, 'ARHDNOAOB', 1, 140.360000, 'iDEAL', 1.000000, 'tr_NWDYKWBSue', '', '', '', '', '2023-10-23 10:33:44'), +(9, 'HBXGDEXSH', 1, 140.360000, 'Credit Card', 1.000000, 'tr_ka99ATeNxc', '', '', '', '', '2023-10-23 10:34:44'), +(10, 'MOVSXFEOK', 1, 140.360000, 'PayPal', 1.000000, 'tr_fRFhTBx9zx', '', '', '', '', '2023-10-23 10:35:41'), +(11, 'YROCYCCBO', 1, 140.360000, 'Sofort Banking', 1.000000, 'tr_CHBJnzoVNj', '', '', '', '', '2023-10-23 10:36:34'), +(12, 'UYUWNODUI', 1, 140.360000, '', 1.000000, 'tr_MTjQi9hhGf', '', '', '', '', '2023-10-23 10:37:24'), +(13, 'RQHYSXLGT', 1, 140.360000, 'Giropay', 1.000000, 'tr_qaVxdEcD4v', '', '', '', '', '2023-10-23 10:38:23'), +(14, 'IBGHBPABH', 1, 140.360000, 'EPS', 1.000000, 'tr_2FLfrqr9Gy', '', '', '', '', '2023-10-23 10:39:19'), +(15, 'OFJQAMJJS', 1, 140.360000, 'KBC', 1.000000, 'tr_pmwDWtc8uh', '', '', '', '', '2023-10-23 10:40:17'), +(16, 'HUQPFTTRE', 1, 140.360000, 'Belfius', 1.000000, 'tr_WVqHYxSoWE', '', '', '', '', '2023-10-23 10:41:16'), +(17, 'JAYYPKEES', 1, 140.360000, 'Bank transfer', 1.000000, 'tr_EAFSwTFnrE', '', '', '', '', '2023-10-23 10:42:15'), +(18, 'KMNEFTFZY', 1, 173.360000, 'Bancontact', 1.000000, 'ord_1.fyxp1k', '', '', '', '', '2023-10-23 11:06:15'), +(19, 'OTTNHJOHW', 1, 173.360000, 'iDEAL', 1.000000, 'ord_1.bk4l0o', '', '', '', '', '2023-10-23 11:07:15'), +(20, 'BGIYJGYOR', 1, 173.360000, 'Slice it.', 1.000000, 'ord_1.938dp4', '', '', '', '', '2023-10-23 11:08:14'), +(21, 'WGEMXPWZM', 1, 173.360000, 'Pay later.', 1.000000, 'ord_1.d01knq', '', '', '', '', '2023-10-23 11:09:15'), +(22, 'QEVXQLBYF', 1, 173.360000, 'Pay now.', 1.000000, 'ord_1.enojhg', '', '', '', '', '2023-10-23 11:10:10'), +(23, 'HSKIDSOTQ', 1, 173.360000, 'Card', 1.000000, 'ord_1.gzbqho', '', '', '', '', '2023-10-23 11:11:35'), +(24, 'PQIHJTROE', 1, 173.360000, 'Pay in 3 instalments, 0% interest', 1.000000, 'ord_1.h3kzlw', '', '', '', '', '2023-10-23 11:13:24'), +(25, 'RMZIIJLWO', 1, 173.360000, 'PayPal', 1.000000, 'ord_1.zi1y06', '', '', '', '', '2023-10-23 11:16:02'), +(26, 'LBVCMCEEE', 1, 173.360000, 'SOFORT Banking', 1.000000, 'ord_1.dwg30i', '', '', '', '', '2023-10-23 11:17:00'), +(27, 'CEEOSXNOK', 1, 173.360000, 'Przelewy24', 1.000000, 'ord_1.bn0mpc', '', '', '', '', '2023-10-23 11:17:56'), +(28, 'EWJYLFLGJ', 1, 173.360000, 'giropay', 1.000000, 'ord_1.v78f06', '', '', '', '', '2023-10-23 11:18:52'), +(29, 'EZQXCXOAY', 1, 173.360000, 'eps', 1.000000, 'ord_1.z41s90', '', '', '', '', '2023-10-23 11:19:48'), +(30, 'YGCUUFYMJ', 1, 173.360000, 'KBC/CBC Payment Button', 1.000000, 'ord_1.sid3j2', '', '', '', '', '2023-10-23 11:20:45'), +(31, 'KUCXLVGNY', 1, 173.360000, 'Belfius Pay Button', 1.000000, 'ord_1.4edeum', '', '', '', '', '2023-10-23 11:21:40'), +(32, 'JSRVZBVWD', 1, 173.360000, 'Bank transfer', 1.000000, 'ord_1.l377ai', '', '', '', '', '2023-10-23 11:22:37'); DROP TABLE IF EXISTS `ps_order_return`; CREATE TABLE `ps_order_return` ( @@ -10130,7 +11874,9 @@ INSERT INTO `ps_order_state` (`id_order_state`, `invoice`, `send_email`, `module (17, 0, 1, 'mollie', '#3d7d1c', 0, 0, 0, 0, 0, 0, 0, 0, 0), (18, 1, 1, 'mollie', '#8A2BE2', 0, 0, 1, 0, 0, 1, 1, 0, 0), (19, 0, 1, 'mollie', '#8A2BE2', 0, 0, 1, 1, 1, 1, 1, 0, 0), -(20, 0, 0, 'mollie', '#E74C3C', 0, 0, 0, 0, 0, 0, 0, 0, 0); +(20, 0, 0, 'mollie', '#E74C3C', 0, 0, 0, 0, 0, 0, 0, 0, 0), +(21, 1, 1, 'mollie', '#8A2BE2', 0, 0, 1, 0, 0, 1, 1, 0, 0), +(22, 0, 1, 'mollie', '#8A2BE2', 0, 0, 1, 1, 1, 1, 1, 0, 0); DROP TABLE IF EXISTS `ps_order_state_lang`; CREATE TABLE `ps_order_state_lang` ( @@ -10201,7 +11947,13 @@ INSERT INTO `ps_order_state_lang` (`id_order_state`, `id_lang`, `name`, `templat (19, 3, 'Klarna payment shipped', 'shipped'), (20, 1, 'Mollie Chargeback', ''), (20, 2, 'Mollie Chargeback', ''), -(20, 3, 'Mollie Chargeback', ''); +(20, 3, 'Mollie Chargeback', ''), +(21, 1, 'Order payment authorized', 'payment'), +(21, 2, 'Order payment authorized', 'payment'), +(21, 3, 'Order payment authorized', 'payment'), +(22, 1, 'Order payment shipped', 'shipped'), +(22, 2, 'Order payment shipped', 'shipped'), +(22, 3, 'Order payment shipped', 'shipped'); DROP TABLE IF EXISTS `ps_pack`; CREATE TABLE `ps_pack` ( @@ -10228,7 +11980,9 @@ CREATE TABLE `ps_page` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_page` (`id_page`, `id_page_type`, `id_object`) VALUES -(1, 1, NULL); +(1, 1, NULL), +(2, 2, NULL), +(3, 3, NULL); DROP TABLE IF EXISTS `ps_pagenotfound`; CREATE TABLE `ps_pagenotfound` ( @@ -10253,7 +12007,10 @@ INSERT INTO `ps_pagenotfound` (`id_pagenotfound`, `id_shop`, `id_shop_group`, `r (8, 1, 1, '/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', 'http://demoshop8.ngrok.io/admin1/index.php/improve/international/localization/?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', '2023-08-28 11:47:09'), (9, 1, 1, '/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', 'http://demoshop8.ngrok.io/admin1/index.php/improve/international/localization/?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', '2023-08-28 11:47:56'), (10, 1, 1, '/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', 'http://demoshop8.ngrok.io/admin1/index.php/improve/payment/preferences?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', '2023-08-28 11:51:04'), -(11, 1, 1, '/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', 'http://demoshop8.ngrok.io/admin1/index.php/improve/payment/preferences?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', '2023-08-28 11:51:12'); +(11, 1, 1, '/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', 'http://demoshop8.ngrok.io/admin1/index.php/improve/payment/preferences?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', '2023-08-28 11:51:12'), +(12, 1, 1, '/__/fonts/FiraCode-VF.woff2', 'https://demoshop8.ngrok.io/__/assets/index-bda26968.css', '2023-10-23 07:50:40'), +(13, 1, 1, '/favicon.ico', 'https://demoshop8.ngrok.io/admin1/index.php/sell/catalog/products/4?_token=6KEf6RuYiyJYVO-uEowSyrKNk0BbzTGkN6DBZ2tGIMU', '2023-10-23 09:02:00'), +(14, 1, 1, '/favicon.ico', 'https://demoshop8.ngrok.io/admin1/index.php/sell/catalog/products/4?_token=6KEf6RuYiyJYVO-uEowSyrKNk0BbzTGkN6DBZ2tGIMU', '2023-10-23 09:04:35'); DROP TABLE IF EXISTS `ps_page_type`; CREATE TABLE `ps_page_type` ( @@ -10264,7 +12021,9 @@ CREATE TABLE `ps_page_type` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_page_type` (`id_page_type`, `name`) VALUES -(1, 'index'); +(3, 'authentication'), +(1, 'index'), +(2, 'pagenotfound'); DROP TABLE IF EXISTS `ps_page_viewed`; CREATE TABLE `ps_page_viewed` ( @@ -10350,7 +12109,7 @@ INSERT INTO `ps_product` (`id_product`, `id_supplier`, `id_manufacturer`, `id_ca (1, 1, 1, 4, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 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, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 3, 1, 'combinations'), (2, 1, 1, 5, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 35.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_3', '', '', 0.000000, 0.000000, 0.000000, 0.300000, 2, 1, 0, 0, 0, 0, 1, '404', 0, 1, '0000-00-00', 0, 'new', 1, 1, 'both', 0, 0, 0, 9, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 3, 1, 'combinations'), (3, 1, 2, 9, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 29.000000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_6', '', '', 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, 13, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 3, 1, 'combinations'), -(4, 1, 2, 9, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 29.000000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_5', '', '', 0.000000, 0.000000, 0.000000, 0.300000, 2, 1, 0, 0, 0, 0, 1, '404', 0, 1, '0000-00-00', 0, 'new', 1, 1, 'both', 0, 0, 0, 16, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 3, 1, 'combinations'), +(4, 1, 2, 9, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 29.000000, 0.000000, '', 0.000000, 0.000000, 0.000000, 'demo_5', '', '', 0.000000, 0.000000, 0.000000, 0.300000, 2, 1, 0, 0, 0, 0, 1, '404', 0, 1, '0000-00-00', 0, 'new', 1, 1, 'both', 0, 0, 0, 16, '2023-08-28 13:28:03', '2023-10-23 11:04:35', 0, 3, 1, 'combinations'), (5, 1, 2, 9, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 29.000000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_7', '', '', 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, 19, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 3, 1, 'combinations'), (6, 2, 1, 8, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 11.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_11', '', '', 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, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 3, 1, 'standard'), (7, 2, 1, 8, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 11.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_12', '', '', 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, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 3, 1, 'standard'), @@ -10419,9 +12178,9 @@ INSERT INTO `ps_product_attribute` (`id_product_attribute`, `id_product`, `refer (13, 3, 'demo_6', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), (14, 3, 'demo_6', '', '', '', '', '', 0.000000, 20.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), (15, 3, 'demo_6', '', '', '', '', '', 0.000000, 50.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(16, 4, 'demo_5', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(17, 4, 'demo_5', '', '', '', '', '', 0.000000, 20.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(18, 4, 'demo_5', '', '', '', '', '', 0.000000, 50.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), +(16, 4, 'demo_5', 'demo_5_73', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), +(17, 4, 'demo_5', 'demo_5_74', '', '', '', '', 0.000000, 20.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), +(18, 4, 'demo_5', 'demo_5_75', '', '', '', '', 0.000000, 50.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), (19, 5, 'demo_7', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), (20, 5, 'demo_7', '', '', '', '', '', 0.000000, 20.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), (21, 5, 'demo_7', '', '', '', '', '', 0.000000, 50.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), @@ -10879,7 +12638,7 @@ INSERT INTO `ps_product_shop` (`id_product`, `id_shop`, `id_category_default`, ` (1, 1, 4, 1, 0, 0, 0.000000, 1, NULL, 0, 23.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 0, 0, 0, 1, '301-category', 0, 1, '0000-00-00', 0, 'new', 1, 1, 'both', 1, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 3), (2, 1, 5, 1, 0, 0, 0.000000, 1, NULL, 0, 35.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 0, 0, 0, 1, '404', 0, 1, '0000-00-00', 0, 'new', 1, 1, 'both', 9, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 3), (3, 1, 9, 1, 0, 0, 0.000000, 1, NULL, 0, 29.000000, 5.490000, '', 0.000000, 0.000000, 0.000000, 0, 0, 0, 1, '301-category', 0, 1, '0000-00-00', 0, 'new', 1, 1, 'both', 13, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 3), -(4, 1, 9, 1, 0, 0, 0.000000, 1, NULL, 0, 29.000000, 5.490000, '', 0.000000, 0.000000, 0.000000, 0, 0, 0, 1, '404', 0, 1, '0000-00-00', 0, 'new', 1, 1, 'both', 16, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 3), +(4, 1, 9, 1, 0, 0, 0.000000, 1, NULL, 0, 29.000000, 5.490000, '', 0.000000, 0.000000, 0.000000, 0, 0, 0, 1, '404', 0, 1, '0000-00-00', 0, 'new', 1, 1, 'both', 16, 0, '2023-08-28 13:28:03', '2023-10-23 11:04:35', 3), (5, 1, 9, 1, 0, 0, 0.000000, 1, NULL, 0, 29.000000, 5.490000, '', 0.000000, 0.000000, 0.000000, 0, 0, 0, 1, '301-category', 0, 1, '0000-00-00', 0, 'new', 1, 1, 'both', 19, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 3), (6, 1, 8, 1, 0, 0, 0.000000, 1, NULL, 0, 11.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 0, 0, 0, 1, '301-category', 0, 1, '0000-00-00', 0, 'new', 1, 1, 'both', 0, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 3), (7, 1, 8, 1, 0, 0, 0.000000, 1, NULL, 0, 11.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 0, 0, 0, 1, '301-category', 0, 1, '0000-00-00', 0, 'new', 1, 1, 'both', 0, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 3), @@ -11474,18 +13233,127 @@ INSERT INTO `ps_search_index` (`id_product`, `id_word`, `weight`) VALUES (4, 132, 1), (4, 133, 1), (4, 145, 1), +(4, 729, 1), +(4, 730, 1), +(4, 731, 1), +(4, 732, 1), +(4, 733, 1), +(4, 734, 1), +(4, 735, 1), +(4, 736, 1), +(4, 737, 1), +(4, 738, 1), +(4, 739, 1), +(4, 740, 1), +(4, 741, 1), +(4, 742, 1), +(4, 743, 1), +(4, 744, 1), +(4, 745, 1), +(4, 746, 1), +(4, 747, 1), +(4, 748, 1), +(4, 749, 1), +(4, 750, 1), +(4, 751, 1), +(4, 752, 1), +(4, 753, 1), +(4, 754, 1), +(4, 755, 1), +(4, 756, 1), +(4, 757, 1), +(4, 758, 1), +(4, 759, 1), +(4, 760, 1), +(4, 761, 1), +(4, 762, 1), +(4, 763, 1), +(4, 764, 1), +(4, 765, 1), +(4, 779, 1), +(4, 780, 1), +(4, 781, 1), +(4, 782, 1), +(4, 783, 1), +(4, 784, 1), +(4, 785, 1), +(4, 786, 1), +(4, 787, 1), +(4, 788, 1), +(4, 789, 1), +(4, 790, 1), +(4, 791, 1), +(4, 792, 1), +(4, 793, 1), +(4, 794, 1), +(4, 795, 1), +(4, 796, 1), +(4, 797, 1), +(4, 798, 1), +(4, 799, 1), +(4, 800, 1), +(4, 801, 1), +(4, 802, 1), +(4, 803, 1), +(4, 804, 1), +(4, 805, 1), +(4, 806, 1), +(4, 807, 1), +(4, 808, 1), +(4, 809, 1), +(4, 810, 1), +(4, 811, 1), +(4, 812, 1), +(4, 813, 1), +(4, 814, 1), +(4, 815, 1), (4, 137, 2), (4, 138, 2), (4, 139, 2), -(4, 140, 2), +(4, 248, 2), +(4, 769, 2), +(4, 770, 2), +(4, 771, 2), +(4, 819, 2), +(4, 820, 2), +(4, 821, 2), +(4, 869, 2), +(4, 922, 2), (4, 134, 3), (4, 135, 3), (4, 136, 3), +(4, 766, 3), +(4, 767, 3), +(4, 768, 3), +(4, 816, 3), +(4, 817, 3), +(4, 818, 3), (4, 143, 6), (4, 144, 6), +(4, 724, 6), +(4, 725, 6), +(4, 774, 6), +(4, 775, 6), (4, 105, 7), (4, 106, 7), -(4, 6, 40), +(4, 723, 7), +(4, 726, 7), +(4, 727, 7), +(4, 773, 7), +(4, 776, 7), +(4, 777, 7), +(4, 823, 10), +(4, 824, 10), +(4, 825, 10), +(4, 870, 10), +(4, 871, 10), +(4, 872, 10), +(4, 923, 10), +(4, 924, 10), +(4, 925, 10), +(4, 6, 70), +(4, 728, 70), +(4, 778, 70), (5, 2, 1), (5, 102, 1), (5, 103, 1), @@ -12011,6 +13879,9 @@ INSERT INTO `ps_search_word` (`id_word`, `id_shop`, `id_lang`, `word`) VALUES (232, 1, 1, '325ml'), (321, 1, 1, '32x32cm'), (137, 1, 1, '40x60cm'), +(825, 1, 1, '573'), +(823, 1, 1, '574'), +(824, 1, 1, '575'), (138, 1, 1, '60x90cm'), (139, 1, 1, '80x120cm'), (237, 1, 1, '82cm'), @@ -12222,7 +14093,115 @@ INSERT INTO `ps_search_word` (`id_word`, `id_shop`, `id_lang`, `word`) VALUES (552, 1, 1, 'writing'), (103, 1, 1, 'yet'), (327, 1, 1, 'zen'), -(319, 1, 1, 'zip'); +(319, 1, 1, 'zip'), +(769, 1, 2, '40x60cm'), +(872, 1, 2, '573'), +(870, 1, 2, '574'), +(871, 1, 2, '575'), +(770, 1, 2, '60x90cm'), +(771, 1, 2, '80x120cm'), +(724, 1, 2, 'adventure'), +(745, 1, 2, 'aesthethic'), +(733, 1, 2, 'and'), +(766, 1, 2, 'art'), +(725, 1, 2, 'begins'), +(736, 1, 2, 'best'), +(772, 1, 2, 'ceramic'), +(738, 1, 2, 'come'), +(768, 1, 2, 'corner'), +(728, 1, 2, 'demo'), +(761, 1, 2, 'depth'), +(750, 1, 2, 'desk'), +(869, 1, 2, 'eco'), +(732, 1, 2, 'finish'), +(759, 1, 2, 'for'), +(756, 1, 2, 'frame'), +(726, 1, 2, 'framed'), +(739, 1, 2, 'give'), +(767, 1, 2, 'graphic'), +(749, 1, 2, 'great'), +(748, 1, 2, 'look'), +(731, 1, 2, 'matt'), +(760, 1, 2, 'more'), +(753, 1, 2, 'office'), +(751, 1, 2, 'open'), +(764, 1, 2, 'open-space'), +(762, 1, 2, 'openspace'), +(746, 1, 2, 'optimistic'), +(754, 1, 2, 'painted'), +(758, 1, 2, 'partout'), +(757, 1, 2, 'passe'), +(765, 1, 2, 'passe-partout'), +(763, 1, 2, 'passepartout'), +(727, 1, 2, 'poster'), +(729, 1, 2, 'printed'), +(730, 1, 2, 'rigid'), +(734, 1, 2, 'smooth'), +(752, 1, 2, 'space'), +(735, 1, 2, 'surface'), +(723, 1, 2, 'the'), +(744, 1, 2, 'this'), +(742, 1, 2, 'voice'), +(741, 1, 2, 'walls'), +(747, 1, 2, 'will'), +(743, 1, 2, 'with'), +(755, 1, 2, 'wooden'), +(737, 1, 2, 'yet'), +(740, 1, 2, 'your'), +(819, 1, 3, '40x60cm'), +(925, 1, 3, '573'), +(923, 1, 3, '574'), +(924, 1, 3, '575'), +(820, 1, 3, '60x90cm'), +(821, 1, 3, '80x120cm'), +(774, 1, 3, 'adventure'), +(795, 1, 3, 'aesthethic'), +(783, 1, 3, 'and'), +(816, 1, 3, 'art'), +(775, 1, 3, 'begins'), +(786, 1, 3, 'best'), +(822, 1, 3, 'ceramic'), +(788, 1, 3, 'come'), +(818, 1, 3, 'corner'), +(778, 1, 3, 'demo'), +(811, 1, 3, 'depth'), +(800, 1, 3, 'desk'), +(922, 1, 3, 'eco'), +(782, 1, 3, 'finish'), +(809, 1, 3, 'for'), +(806, 1, 3, 'frame'), +(776, 1, 3, 'framed'), +(789, 1, 3, 'give'), +(817, 1, 3, 'graphic'), +(799, 1, 3, 'great'), +(798, 1, 3, 'look'), +(781, 1, 3, 'matt'), +(810, 1, 3, 'more'), +(803, 1, 3, 'office'), +(801, 1, 3, 'open'), +(814, 1, 3, 'open-space'), +(812, 1, 3, 'openspace'), +(796, 1, 3, 'optimistic'), +(804, 1, 3, 'painted'), +(808, 1, 3, 'partout'), +(807, 1, 3, 'passe'), +(815, 1, 3, 'passe-partout'), +(813, 1, 3, 'passepartout'), +(777, 1, 3, 'poster'), +(779, 1, 3, 'printed'), +(780, 1, 3, 'rigid'), +(784, 1, 3, 'smooth'), +(802, 1, 3, 'space'), +(785, 1, 3, 'surface'), +(773, 1, 3, 'the'), +(794, 1, 3, 'this'), +(792, 1, 3, 'voice'), +(791, 1, 3, 'walls'), +(797, 1, 3, 'will'), +(793, 1, 3, 'with'), +(805, 1, 3, 'wooden'), +(787, 1, 3, 'yet'), +(790, 1, 3, 'your'); DROP TABLE IF EXISTS `ps_shop`; CREATE TABLE `ps_shop` ( @@ -12353,6 +14332,8 @@ CREATE TABLE `ps_specific_price_priority` ( UNIQUE KEY `id_product` (`id_product`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; +INSERT INTO `ps_specific_price_priority` (`id_specific_price_priority`, `id_product`, `priority`) VALUES +(1, 4, 'id_group;id_currency;id_country;id_shop'); DROP TABLE IF EXISTS `ps_specific_price_rule`; CREATE TABLE `ps_specific_price_rule` ( @@ -12832,7 +14813,7 @@ INSERT INTO `ps_stock_available` (`id_stock_available`, `id_product`, `id_produc (1, 1, 0, 1, 0, 2400, 0, 0, 0, 2, ''), (2, 2, 0, 1, 0, 2100, 0, 0, 0, 2, ''), (3, 3, 0, 1, 0, 1500, 0, 0, 0, 2, ''), -(4, 4, 0, 1, 0, 1496, 1496, 0, 0, 2, ''), +(4, 4, 0, 1, 0, 1368, 1368, 0, 0, 2, ''), (5, 5, 0, 1, 0, 900, 0, 0, 0, 2, ''), (6, 6, 0, 1, 0, 300, 0, 0, 0, 2, ''), (7, 7, 0, 1, 0, 300, 0, 0, 0, 2, ''), @@ -12863,7 +14844,7 @@ INSERT INTO `ps_stock_available` (`id_stock_available`, `id_product`, `id_produc (32, 3, 13, 1, 0, 900, 0, 0, 0, 2, ''), (33, 3, 14, 1, 0, 300, 0, 0, 0, 2, ''), (34, 3, 15, 1, 0, 300, 0, 0, 0, 2, ''), -(35, 4, 16, 1, 0, 896, 900, 4, 0, 2, ''), +(35, 4, 16, 1, 0, 768, 900, 132, 0, 2, ''), (36, 4, 17, 1, 0, 300, 300, 0, 0, 2, ''), (37, 4, 18, 1, 0, 300, 302, 2, 0, 2, ''), (38, 5, 19, 1, 0, 300, 0, 0, 0, 2, ''), @@ -13280,7 +15261,7 @@ INSERT INTO `ps_tab` (`id_tab`, `id_parent`, `position`, `module`, `class_name`, (24, 2, 2, NULL, 'AdminParentCustomer', '', 1, 1, 'account_circle', 'Customers', 'Admin.Navigation.Menu'), (25, 24, 0, NULL, 'AdminCustomers', '', 1, 1, '', 'Customers', 'Admin.Navigation.Menu'), (26, 24, 1, NULL, 'AdminAddresses', '', 1, 1, '', 'Addresses', 'Admin.Navigation.Menu'), -(27, 24, 2, NULL, 'AdminOutstanding', '', 0, 1, '', 'Outstanding', 'Admin.Navigation.Menu'), +(27, 24, 2, NULL, 'AdminOutstanding', '', 1, 1, '', 'Outstanding', 'Admin.Navigation.Menu'), (28, 2, 3, NULL, 'AdminParentCustomerThreads', '', 1, 1, 'chat', 'Customer Service', 'Admin.Navigation.Menu'), (29, 28, 0, NULL, 'AdminCustomerThreads', '', 1, 1, '', 'Customer Service', 'Admin.Navigation.Menu'), (30, 28, 1, NULL, 'AdminOrderMessage', '', 1, 1, '', 'Order Messages', 'Admin.Navigation.Menu'), @@ -15027,4 +17008,4 @@ INSERT INTO `ps_zone_shop` (`id_zone`, `id_shop`) VALUES (7, 1), (8, 1); --- 2023-08-28 11:52:01 +-- 2023-10-23 09:46:41